body { 
	margin:0; 
	padding:0;
	font-size:10px;
	font-size:0.8em;
	font-family:arial; 
	background:#f4eecc url("images/bgbody.gif") 0 10px repeat-x;

}

a, a:link {  color:#0000cc;  }
a:visited {  color:#800080;  }
a:hover, a:active {  color: #ff0000;  }


#container { 
	width:900px; 
	overflow:visible; 
	margin:0; 
	padding:10px 0 0 0;
}

#header {
	width:900px; 
	height:80px; 
	margin:0; 
	padding:4px 0 0 0;
}

#header #logo {  
	width:340px; 
	height:60px; 
	margin:0; 
	padding:0; 
	float:left; 
	text-align:center; 
}

#header #logo h1 {  
	margin:0; 
	padding:3px 0 0 0; 
	display:block; 
	font:italic 2.4em times new roman;
	font-weight:bold;
}

#header #logo h1 a {  
	color:#a52e02; 
	text-decoration:none;
}

#header #logo h2 { 
	margin:0; 
	padding:0; 
	font:normal 0.73em verdana;
	color:#000;
	letter-spacing:5px;
}

#header #logo .red { 
	color:#dd0000;
}
#header #topad { 
	width:500px; 
	margin:0; 
	padding:0; 
	float:right; 
	height:60px; 
	text-align:center;  
}



#main { 
	width:900px;
	margin:0; 
	padding:0;
}

#main #nav { 
	width:190px;
	overflow:visible; 
	padding:0;
	margin:0;
	float:left;
	display:block;
	background:url("images/nav_bg.gif") repeat-y;

}


#main #nav #linkunit {
	width:180px;
	height:90px;
	padding:10px 0 0 10px;
	margin:0;
	display:block;
	background:url("images/nav_top.gif") no-repeat;
	text-align:center;
}


#main #nav #line { 
	margin:0; 
	padding:0; 
	height:30px;
	background:url("images/nav_line.gif") left bottom no-repeat;

}

#main #nav #menu { 
	margin:0; 
	padding:0 0 20px 5px; 
	background:url("images/nav_bottom.gif") left bottom no-repeat;

}


#main #nav #menu a { 
	margin:0; 
	padding:2px 0 2px 14px;
	text-decoration:none;
	line-height:1.4em;
}


#main #nav #menu a:active, #main #nav #menu a:hover { 
	color:#ff0000;
	padding:2px 0 2px 6px;
	border-left:8px solid #a52e02;
}

#main #right {	
	width:360px; 
	overflow:visible; 
	margin:0; 
	padding:0; 
	float:right; 
	text-align:center;
}

#main #right #ad {	
	width:340px; 
	overflow:visible; 
	margin:0; 
	padding:0 10px 0 10px; 
	text-align:center;
	background:#faf7e6 url("images/right_bg.gif") repeat-y;
}


#main #right #ad #top {	
	height:15px;
	display:block;
	margin:0 -10px 0 -10px; 
	padding:0; 
	background:#faf7e6 url("images/right_top.gif") left top no-repeat;
}
#main #right #ad #bottom {	
	height:15px;
	display:block;
	margin:0 -10px 0 -10px; 
	padding:0; 
	background:#faf7e6 url("images/right_bottom.gif") left bottom no-repeat;
}

#content { 
	float:left;
	width:320px; 
	overflow:visible; 
	margin:0; 
	padding:0 10px 0 10px; 
	text-align:left;
	background:#faf7e6 url("images/content_bg.gif") repeat-y;
}
#content_2 { 
	float:left;
	width:660px; 
	overflow:visible; 
	margin:0; 
	padding:0 10px 0 10px; 
	text-align:left;
	background:#faf7e6;
}
#content #top { 
	height:14px; 
	margin:0 -10px 0 -10px; 
	padding:0; 
	overflow:visible;
	background:#faf7e6 url("images/content_top.gif") left top no-repeat;
}
#content #bottom { 
	height:14px; 
	margin:0 -10px 0 -10px;  
	padding:0; 
	overflow:visible;
	background:#faf7e6 url("images/content_bottom.gif") left bottom no-repeat;
}

#content h1, #content_2 h1 { 
	margin:0 0 0 -5px; 
	padding:3px 5px 2px 5px; 
	font:italic normal 1.4em georgia;
	color:#847833;
	border-bottom:2px solid #f4eecc;
}

#content h2 { 
	margin:5px 0 0 0; 
	padding:0; 
	font:bold 1em trebuchet ms; 
	color:#8d8450;
}

#content p, #content_2 p { 
	margin:5px 0px 7px 0px;
	padding:0;
	font-size:1em; 
	line-height:1.5em;
	text-align:justify; 
	color:#222222;
}

#content ul { 
	font-size:1em;
	line-height:1.4em; 
	color:#000; 
	margin:0; 
	padding-left:20px; 
	padding-bottom:15px; 
	list-style-type:none;
}

#content ul li { 
	margin-top:7px;
}

.clear { 
	clear:both; 
	margin:0; 
	padding:0;
	height:0; 
	width:0; 
	font-size:0;
}


#footer { 
	display:block;
	overflow:visible; 
	margin:15px 0 0 0;
	padding:10px 0 0 5px; 
	background:#faf7e6;
	height:25px;
	text-align:left;
	font-size:0.9em;
}

#footer a { 
	text-decoration:none;
	color:#a52e02;
}





