/*
	Fabrizio by PVII
	(c) 2004 Project Seven Development (www.projectseven.com)
	All Rights Reserved
	
	CSS developed by Al Sparber - PVII
*/

body {
	background-image: url(assets/fab_pbg.jpg);
	background-color: #B6A29B;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	margin: 24px 0;
	min-width: 748px;
	padding: 0;
}
#contentwrapper {
	background-color: #F8F9F1;
	background-image: url(assets/fab_shadow.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 748px;
}
#masthead {
	background-image: url(assets/fab_logobg.jpg);
	background-repeat: no-repeat;
}
#masthead a, #masthead a:visited, #masthead a:active {
	display: block;
	height: 166px;
	margin-left: -20000px;
}
h1 {
	margin: 0;
}
#maincontent {
	float: left;
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 0 24px;
	width: 480px; /*528*/
	text-align: left;
}
#maincontent p {
	margin: 6px 0 12px 0;
	padding: 0 0 0 16px;
}
#maincontent h2 {
	color: #9C8C85;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: 0.2em;
	line-height: normal;
	margin: 24px 0 0 0;
	text-align: left;
}
#maincontent a:link {
	color: #740000;
}
#maincontent a:visited {
	color: #740000;
}
#maincontent a:hover, #maincontent a:active, #maincontent a:focus {
	color: #333333;
}

.hideit {display: none;}
.showit {display: block; visibility: visible;}
.noSeeUm {visibility: hidden;}
#introControls {margin: 0;}
#introControls li {list-style-type: none;}
#introSection {
	background-image: url(assets/fab_quote.gif);
	background-repeat: no-repeat;
	color: #95847B;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	line-height: 1.25em;
	margin: 12px 0;
	padding: 0 0 0 40px;
	text-align: left;
}
#tagline {
	background-image: url(assets/fab_bottom.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 28px;
}
#tagline p {
	margin:0;
	display: none;
}
.picture {
	float: right;
}
#sidebar {
	color: #866b64;
	float: left;
	font-size: 0.75em;
	padding: 20px;
	width: 180px; /*212*/
}
#sidebar a:link, #sidebar a:visited {
	color: #740000;
	}
#sidebar h3 {
	color: #333333;
	font-size: 1.2em;
	margin: 20px 0 0 0;
}
#sidebar p {
	color: #333333;
	font-size: 0.9em;
	margin: 6px 0 12px 0;
}
.navbar {
	margin: 6px 0 0 0;
	padding-left: 0;
}
.navbar li {
	list-style-type: none;
	font-size: 1.1em;
	line-height: 1.4em;
	
}
.navbar a {
	color: #740000;
	padding: 3px 3px 3px 0px;
}
.navbar a:link, .navbar a:visited {
	color: #740000;
}
.navbar a:hover, .navbar a:active, .navbar a:focus {
	color: #333333;
}
#footer {
	clear: both;
	color: #E3DFDD;
	font-size: 0.75em;
	margin: 0 auto;
	padding: 12px 24px 0 24px;
	width: 700px; /*748*/
}
#footer a:link, #footer a:visited {
	color: #ffffff;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #740000;
}
.afloatright {
	float: right;
	margin: 6px 0px 4px 8px;
	}
.floatleft {
	float: left;
	margin: 6px 8px 4px 0px;
	}

