/* HAIR IT IS */
/* PAGE STYLES */

* { 
	margin: 				0; 
	padding:				0; 
} 

body { 
	text-align:			center;
	background:			#714829;  
}

#page { 
	margin:				0 auto; 
	width:				800px; 
 	text-align:			left;
	background-image: 		url(../images/layout/content.jpg);
} 

#innerbody { 
	margin-bottom:			0px;
	margin-left:			18px; 
	width: 				765px;
} 

#header { 
	background-image: 		url(../images/layout/header.jpg);
	background-color: 			#714829;
	width: 				800px;
	height: 				123px; 
} 

/* LEFT */ 

#content-secondary { 
	float:				left; 
	width:				160px;
	
} 

#content-secondary p { 
 	padding-bottom: 			2px;
	font: 				normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-align:			center; 
} 

/* NAVAGATION */

#navigation {
	width:				99%;
	margin-left: -1px;
}

#navigation ul {
	list-style:			none;
	margin:				0;
	padding:				0;
}

#navigation li {
	border-bottom:			1px solid #C94F49;	
	text-transform:			uppercase;
	font: 				normal 12px Verdana, Arial, Helvetica, sans-serif;
}

#navigation li a:link, #navigation li a:visited {
	font-size: 			90%;
	display:				block;
	padding:				0.4em 0 0.4em 1.3em;
	background-color: 			#B31F16;
	color: 				#E5E5E5;
	text-decoration: 			none;
}

#navigation li a:hover {
	font-size: 			90%;
	display:				block;
	padding:				0.4em 0 0.4em 1.3em;
	background-color: 			#C94F49;
	background-image: 		url(../images/layout/nav_bg.jpg);
	background-position:		left;
	background-repeat:		no-repeat;
	color: 				#EAA4A6;
	text-decoration: 			underline;
	font-weight:			bold;
}

/* RIGHT */

#content-home {
	float:				right; 
 	width: 				595px;
	margin-right:			1px;
	background-image: 		url(../images/layout/home_bg.jpg);
	background-position:		bottom right;
	background-repeat:		no-repeat;	
}

#content-primary { 
	float:				right; 
 	width: 				584px; 
	margin-top:			24px;
	margin-right:			7px;
	font: 				normal 12px Verdana, Arial, Helvetica, sans-serif;
}

#content-primary li  {
	display:				block;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	padding-bottom:			.1em;
	padding-left:			5px;
	padding-right:			0;
	padding-top:			.2em;
	text-decoration:			none;
}

#content-primary h1 { 
	margin-bottom: 			11px; 
 	padding-top: 			0px; 
	padding-bottom: 			10px; 
 	border-bottom: 			1px solid #B31F16; 
 	font: 				normal 1.8em/18px Trebuchet MS, serif;
 	color: 				#1BAAD4;
	text-transform:			uppercase; 
	font-weight: 			bold;
} 

#content-primary h2 { 
	margin-bottom: 			10px;
	font: 				normal 1.6em/16px Trebuchet MS, serif;
 	color: 				#1BAAD4;
	text-transform:			uppercase; 
	font-weight: 			bold;
} 

#content-primary h3 { 
	margin-bottom: 			10px;
	font: 				normal 1.2em/12px Trebuchet MS, serif;
 	color: 				#000000;
	text-transform:			uppercase; 
	font-weight: 			bold;
} 

#content-primary p { 
 	padding-bottom: 			18px; 
} 

#content-primary
A:link { 
	color: 				#057FFA; 
	text-decoration: 			underline; 
}

#content-primary
A:visited {
	color: 				#057FFA;
	text-decoration: 			underline;
}

#content-primary
 A:hover {
	color: 				#FF0000;
	text-decoration: 			underline;
}

#pic-text {
	padding-bottom: 			18px;
	padding-right: 			180px;
}

#content-primary img { 
	float: 				right; 
 	margin: 				6px 18px 0 6px; 
 	padding: 				2px; 
 	border: 				2px solid #B31F16; 
}

#content-primary img.left { 
	float: 				left; 
 	margin: 				6px 18px 0 6px; 
 	padding: 				2px; 
 	border: 				2px solid #B31F16; 
}

#content-primary img.center { 
float: none;
text-align:center;
width: 450px;
 	margin: 0 0 0 60px; 
 	padding: 				2px; 
 	border: 				2px solid #B31F16; 
}

#content-primary img.none { 
	float: none;
 	margin: 				6px 18px 0 6px; 
 	padding: 				2px; 
 	border: 				2px solid #B31F16; 
}

/* FOOTER */

#footer-home { 
	clear:				right;
	height:				120px;
	background-image: 		url(../images/layout/footer.jpg);
	background-repeat:		no-repeat; 
} 

#footer { 
	clear:				right;
	height:				120px;
	background-image: 		url(../images/layout/footer1.jpg);
	background-repeat:		no-repeat; 
} 

/* BOTTOM LINK */

#bottom  {
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:			8pt;
	color:				#96755C;
	text-align:			center;
	padding-bottom:			5px;
}

#bottom A:link,a:visited,a:hover,a:active  {
	color:				#96755C;
	text-decoration:			underline;
}

.clear { 
	clear:				both; 
}