#wrap {
	width:1000px;
	text-align:left;
	margin:0 auto;
	background-color: #D0CCC1;
	background-image: url(images/bg-3.jpg);
	background-repeat: no-repeat;
	height: 1000px;
}
#header {
	position:relative;
	height:185px;
	padding-top: 25px;
	padding-left: 50px;
}
#leftnav h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	color: #006699;
}
#leftnav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	font-style: italic;
	color: #22353C;
}
#leftnav a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color:#0099CC;
}
#leftnav{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	font-style: italic;
	color: #0099CC;
	line-height: 10px;
	padding-left: 50px;
	width: 175px;
	float: left;
	top: 80px;
}

#topnav{
	background-image: url(images/nav.png);
	height: 45px;
	width: 813px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	line-height: 45px;
	text-decoration: none;
}
#topnav a{
	text-decoration: none;
	padding-left: 25px;
	padding-right: 25px;
	color: #006699;
	
}
#topnav a:hover{
	padding-left: 25px;
	padding-right: 25px;
	color:#0099CC;	
}
#main_content {
	width: 612px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #22353C;
	line-height: 16px;
	padding-left:27px;
	/*text-align: justify;*/
	float: left;
	/*margin-right: 135px;*/
}
#main_content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #22353C;
}
#main_content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	color: #006699;
}

#main_content a{
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #22353C;
	line-height: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	
#main_content a:hover{
	color:#0099CC;
}
	

