body {
	background: #0f242f url(bg.jpg) top center no-repeat;
	font-family:'Book Antiqua',Palatino,serif;
	font-size:14px;
	text-align:center;
	margin:0 0 35px 0;
}

#wrap {
	width:819px;
	margin: 0 auto;
	text-align:left;
}

#header {
	margin:50px 0 35px 0;
}

#menu {
	background:url(menubg.jpg) top center no-repeat;
	height:44px;
	width:100%;
	color:#fff;
	text-transform:uppercase;
	font-size:15px;
	font-weight:bold;
	font-family:Helvetica, Arial, sans-serif;
	text-align:center;
}

	#menu ul {
		margin:0;
		text-align:center;
		width:750px;
	}

	#menu li {
		float:left;
		padding:14px 15px 0 15px;
		list-style:none;
	}
	
	#menu a:link, #menu a:visited {text-decoration:none;color:#fff;}
	#menu a:hover {color:#dfe9ee;}
	
#main {
	background:#fff url(main_bg.jpg) top repeat-x;
	width:739px;
	padding:30px 35px 30px 45px;
	color:#061422;
}

*html #main {width:819px;}

	#title {
		text-align:center;
	}

	#main_left {
		float:left;
		width:510px;
	}
	
		#main_left #left {
			float:left;
			width:240px;
			line-height:19px;
		}
		
		#main_left #right {
			float:left;
			width:240px;
			margin-left:25px;
			line-height:19px;
		}
		
		#main_halfleft {
			float:left;
			width:340px;
			margin-right:40px;
			font-size:15px;
			line-height:22px;
		}

		#main_halfright {
			float:left;
			width:340px;
			font-size:15px;
			line-height:22px;
		}
	
	#main_right {
		float:left;
		margin-left:30px;
		width:199px;
		font-size:19px;
		text-align:center;
	}
	
	#main a:link, #main a:visited {
		text-decoration:underline;color:#061422;
	}
	
#bottom_shadow {
	background:#fff url(bottom_shadow.jpg) bottom no-repeat;
	width:819px;
	height:12px;
	margin-bottom:0;
}

#bottom {
	background:url(bottom_bg.jpg) repeat-y;
	width:729px;
	padding:0px 45px;
	color:#fff;
	font-size:12px;
}

*html #bottom {width:819px;}

	#bottom_left {
		float:left;
		width:344px;
		border-right:1px solid #435660;
		padding-right:20px;
		line-height:18px;
	}
	
	#bottom_right {
		float:left;
		width:340px;
		padding-left:20px;
		line-height:18px;
	}
	
h2 {
	font-size:19px;
	font-style:italic;
	font-weight:normal;
	margin:0 0 10px 0;
	text-align:center;
}

h3 {
	font-size:21px;
	font-style:italic;
	font-weight:normal;
	margin:10px 0;
}

h4 {
	font-size:21px;
	font-style:italic;
	font-weight:normal;
	margin:15px 0;
}

h5 {
	font-size:18px;
	font-style:italic;
	font-weight:normal;
	margin:7px 0 10px 0;
}

h6 {
	font-size:18px;
	font-weight:normal;
	margin:7px 0 10px 0;
}

.image_fll {
	float:left;
	margin-right:10px;
}

.image_flr {
	float:right;
	margin-left:10px;
}

.bodytxt {line-height:22px;}
.more {border-top:1px solid #ccc;width:100%;font-size:12px;}
.sidenote {font-size:13px;}

a img {border:0;}