html, body, form, fieldset, img {
	border: none;
	margin: 0;
	padding: 0;
}
body {
	background-color: #069;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #000;
}
#wrapper {
	width: 985px;
	margin-right: auto;
	margin-left: auto;
}
#body_top {
	float: left;
	display: inline;
	width: 985px;
	height: 10px;
	background:url(images/bg_top.png) no-repeat;
}
#container {
	float: left;
	display: inline;
	width: 985px;
	background:url(images/bg_center.png) repeat-y;
	padding: 0px 0px 20px 0px;
}
#body_bottom {
	float: left;
	display: inline;
	width: 985px;
	height: 10px;
	background:url(images/bg_bottom.png) no-repeat;
}
#header {
	float: left;
	display: inline;
	width: 949px;
	margin: -2px 20px 0px 20px;
	padding: 0px 0px;
	background: url(images/box-bg.gif) repeat-x top left !important;
}
#header #logo {
	float: left;
	display: inline;
	width: 435px;
	margin: 20px 0px 0px 15px;
}
#logo h1{
	margin: 0px;
	padding: 0px;
}
#main_menu {
	float: left;
	display: inline;
	width: 951px;
	height: 31px;
	background: url(images/h3_bg.jpg) repeat-x top;
	margin: 10px 18px 0px 18px;
}
#main_menu ul {
	float: left;
	display: inline;
	width: 939px;
	list-style: none;
	margin: 0px 0px 0px 12px;
	padding: 0px;
	height: 31px;
}
#main_menu ul li {
	float: left;
	display: inline;
	height: 31px;
	font-size: 15px;
	font-weight: bold;
}
#main_menu ul li a {
	float: left;
	display: inline;
	height: 26px;
	padding: 5px 20px 0px 20px;
	color: #FFF;
	text-decoration: none;
}
#main_menu ul li a:hover, #main_menu ul li a:active, #main_menu ul li a:focus {
	background-color: #069;
}
#center_box {
	float: left;
	display: inline;
	width: 915px;
	height: 252px;
	margin: 15px 35px 0px 35px;
	padding: 0px 0px;
	background:url(images/center_box.jpg) no-repeat;
}
.newsletter_form {
	float: left;
	display: inline;
	width: 915px;
	margin: 15px 35px 0px 35px;
	padding: 0px 0px 30px 0px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	background: url(images/dot.gif) repeat-x bottom;
}
.subscribe_form {
	float: left;
	display: inline;
	width: 511px;
	height: 38px;
	margin-left: 200px;
	background:url(images/newsletter_bg.jpg) no-repeat;
	text-align: left;
}
.subscribe_form #fields_email {
	float: left;
	display: inline;
	margin: 8px 0px 0px 60px;
	padding: 0px;
	width: 300px;
	height: 25px;
	font-size: 18px;
	background: none;
	border: none;
}
.subscribe_form #btnsubmit {
	float: right;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 125px;
	height: 38px;
	font-size: 18px;
	background: none;
	border: none;
	cursor: pointer;
}
.box {
	float: left;
	display: inline;
	width: 915px;
	margin: 15px 35px 0px 35px;
	font-size: 15px;
	line-height: 1.5;
	border: 1px solid #0D4381;
	background: url(images/grad2.gif) repeat-x bottom #FFFFFF;
}
.box p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
.box h3 {
	float: left;
	display: inline;
	width: 905px;
	height: 31px;
	margin: 0px;
	padding: 5px 0px 10px 10px;
	color: #FFF;
	background: url(images/h3_bg.jpg) repeat-x top;
	line-height: normal;
	font-size: 15px;
}
.box a {
	font-weight: bold;
	color: #069;
	text-decoration: none;
}
.box a:hover {
	text-decoration: underline;
}
.box .box_desc {
	float: left;
	display: inline;
	width: 895px;
	padding: 0px 10px;
	margin: 0px;
	text-align: justify;
}
.widebox {
	float: left;
	display: inline;
	width: 915px;
	margin: 15px 35px 30px 35px;
}
.widebox .box2 {
	float: left;
	display: inline;
	width: 417px;
	padding: 0px 20px;
	line-height: 1.5;
}
.box2 h3 {
	font-size: 20px;
	margin: 10px 0px;
	padding: 0px 0px;
}
.box2 h3.past_picks {
	height: 32px;
	padding: 0px 0px 0px 35px;
	background:url(images/past_picks.jpg) no-repeat top left;
}
.box2 h3.newsletter {
	height: 32px;
	padding: 2px 0px 0px 40px;
	background:url(images/newsletter.jpg) no-repeat top left;
}
.box2 .read_more {
	font-size: 14px;
	text-align: right;
	font-weight: bold;
}
.read_more a {
	font-weight: bold;
	color: #069;
	text-decoration: none;
}
.read_more a:hover {
	text-decoration: underline;
}
.box2 ul {
	float: left;
	display: inline;
	width: 417px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.box2 ul li {
	float: left;
	display: inline;
	width: 362px;
	background:url(images/bullet.jpg) no-repeat;
	background-position: 0px 2px;
	padding: 0px 0px 0px 30px;
	margin: 5px 5px 5px 20px;
	font-size: 14px;
}
.box2 ul li a {
	text-decoration: none;
	color: #000;
}
.box2 ul li a:hover {
	text-decoration: underline;
}
#footer {
	float: left;
	display: inline;
	width: 985px;
	background:url(images/bg_center.png) repeat-y;
	padding: 0px 0px 20px 0px;
	text-align: center;
	font-size: 11px;
}
#footer a {
	font-weight: bold;
	color: #069;
	padding: 0px 10px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}