
body {
	background-color:#5C5C5C;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
}
#wp {
	width:767px;
	margin:20px auto;
	position:relative;
}
#hd {
	width:644px;
	height:78px;
	margin-left:27px;
	background:url(../images/header.jpg) top left no-repeat;
}
#hd img {
	border:none;
	margin:8px 0 0 15px;
}


/*	MAIN CONTENT
----------------------------------------------------------------	
*/
#content_wp {
	width:668px;
	position:relative;
	margin-bottom:10px;
}
#content_hd {
	width:668px;
	height:15px;
	background:url(../images/content_top.jpg) top left no-repeat;
	font-size:1px;
}
#content_bd {
	width:668px;
	background:url(../images/content_body.jpg) top left repeat-y;
	margin:0;
	min-height:348px;
	padding:5px 0 20px 25px;
}
#content {
	width:560px;
}
#content_ft {
	width:668px;
	height:15px;
	background:url(../images/content_bottom.jpg) top left no-repeat;
}
/*----------------------------------------------------------------*/




/*	MAIN NAVIGATION
----------------------------------------------------------------	
*/
#nav_wp {
	width:174px;
	right:0px;
	top:58px;
	position:absolute;
}
* html #nav_wp {  
	right:-1px; /* IE6 Hack - main nav does not line up perfectly in IE 6 */
}
#nav_hd {
	width:174px;
	height:10px;
	background:url(../images/nav_top.jpg) top left no-repeat;
	font-size:1px;
}
#nav_bd {
	width:174px;
	background:url(../images/nav_body.jpg) top left repeat-y;
	padding:0 0 15px 0;
}
#nav_ft {
	width:174px;
	height:10px;
	background:url(../images/nav_bottom.jpg) top left no-repeat;
	font-size:1px;
}

#nav_bd a:link, 
#nav_bd a:visited {
	font-size:16px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#333;
	text-decoration:none;
	display:block;
	line-height:2.2em;
	width:135px;
	padding-left:4px;
	margin:0 0 0 25px;
	border-bottom:#CCC 1px solid;
}
#nav_bd a:hover {
	color:#000;
	background-color:#E6E5E2;
} 
#nav_under {
	width:99px;
	height:143px;
	background:url(../images/nav_under.jpg) top left no-repeat;
	margin-left:75px;
}
/*----------------------------------------------------------------*/





/*	FOOTER
----------------------------------------------------------------	
*/
#ft {
	width:668px;
	color:#FFFFFF;
	text-align:center;
}
#ft p {
	font-size:8pt;
}
#ft a:link, 
#ft a:visited {
	border-right:#FFFFFF 1px solid;
	line-height:10px;
	font-size:12px;
	color:#FFFFFF;
	padding:0 8px 0 5px;
	margin:0;
}
#ft a:hover {
	color:#000;
} 
/*----------------------------------------------------------------*/



