html {}
body {
	background-image: url(images/bg_page.jpg);
	background-repeat: repeat-x;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;margin:0;
}



#frame {
	width:800px;
	margin: 0 auto;
	padding:0px;
	height: 100%;
	background: #fff;
		}
		
#topheader {
	float:left;
	position:relative;
	height: 86px;
	width: 800px;
		}

#midcontent {
	float:left;
	position:relative;
	width:800px;height: 165px;
	padding:0px;
	margin:0px;	
		}
	
#leftnav {
	width:177px;
	float:left;
	position:relative;height: 165px;
	top:0px;
	padding:0px;
	margin:0px;
		}
		
		
#leftnav ul {
	float:left;
	position:relative;
	left:3px;
	top:0px;
	margin: 0;
	padding: 0;
}

#leftnav li {
	float:left;
	position:relative;	
	list-style: none; 
	margin: 0px 0px 1px 0px;
	}

#leftnav li a:link, #leftnav li a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	width:157px;
	padding:5px 10px 5px 5px;
	background-color: #96263F;
	text-align: right;
	font-weight: bold;
}	

#leftnav li a:hover {
	text-decoration: none;
	display: block;
	width:157px;
	padding:5px 10px 5px 5px;
	text-align: right;
	font-weight: bold;	
	color: #96263F;
	background-color: #E9D2D8;
	
}


		
#pictures {
	width:613px;
	float:left;
	height: 165px;
	position:relative;
	padding:0px;
	margin:0px;
		}
	
	
#left {
	width:177px;
	float:left;
	position:relative;
	height: 400px;
	color: #96263F;
	padding:0px;
	margin:0px;font-weight:bold;
		}
		
#left p {padding:0px 4px;}
			
#maincontent {
	float: left;
	position:relative;
	height: 100%;
	width: 613px;
	line-height: 16px;
	padding:0px;
	margin:0px;
}

#maincontent p {padding:0px 3px;}

#maincontent h1 {padding:0px 3px;font-size:1.5em; color:#96263F;}
#maincontent h2 {padding:0px 3px;font-size:1.25em;color:#96263F;text-decoration:underline;}
#maincontent li {margin-left:15px;}
#colleft {position:relative;
	float:left;
	width:360px;}
#colright {position:relative;
	float:right;
	width:220px;margin-top:7px;}
	
#colright li {margin-left:-15px;}

#leftimg {float:left;margin-right: 5px;}
#rightimg {float:right;margin-left:5px;}
a:link {
	color: #96263F;
	text-decoration: underline;font-weight:bold;
}
a:visited {
	color: #96263F;
	text-decoration: underline;font-weight:bold;
}
a:hover {
	color: #000;
	text-decoration: none;font-weight:bold;
}

a img{
	border:none;
}

#bottomspace {
	width:800px;
	float:left;
	position:relative;
	height: 10px;
	
}


#bottom {
	width:800px;
	float:left;
	position:relative;
	background-color: #fff;
	height: 20px;
	color: #393363;
	text-align: center;
	padding: 5px 0px;
	
}

#bottom a:link, #bottom a:visited {color: #96263F; font-weight:bold;}



		

#inlineSecond h2 {text-decoration:none;}



