
*, html {
	padding: 0;
	margin: 0;
	}
	
body {
	background: url(images/bg.jpg) repeat-x #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #444444;
	}
	
.clear {
	clear: both;
	}
	
.fl {
	float: left;
	}
	
.fr {
	float: right;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}
	
ul, li {
	list-style: none;
	}
	
#wrapper {
	width: 960px;
	padding: 0 15px;
	margin: 0 auto;
	background: url(images/bg-wrap.jpg) no-repeat top center;
	}
	
#header {
	width: 960px;
	height: 92px;
	}
	
#header img {
	float: left;
	}
	
#header h1 {
	overflow: hidden;
	width: 0;
	height: 0;
	}
	
#header ul {
	float: left;
	height: 28px;
	list-style: none;
	background: url(images/nav-bg.gif) repeat-x;
	margin-top: 59px;
	}
	
#header li {
	float: left;
	font-size: 10px;
	padding: 7px 22px;
	background: url(images/nav-divider.gif) top right no-repeat;
	}
	
#header li a {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#header li a:hover {
	text-decoration: underline;
	}
	
#header li.last {
	background: none;
	}
	
#main {
	width: 930px;
	padding: 15px;
	background: #000000;
	}
	
#main #masthead {
	width: 890px;
	height: 210px;
	padding: 45px 20px 0 20px;
	background: url(images/masthead-bg.jpg);
	margin-bottom: 10px;
	}

#main #masthead2 {
	width: 890px;
	height: 210px;
	padding: 45px 20px 0 20px;
	background: url(images/masthead-bg2.jpg);
	margin-bottom: 10px;
	}

#main #masthead3 {
	width: 890px;
	height: 210px;
	padding: 45px 20px 0 20px;
	background: url(images/masthead-bg3.jpg);
	margin-bottom: 10px;
	}
	
#main #masthead4 {
	width: 890px;
	height: 210px;
	padding: 45px 20px 0 20px;
	background: url(images/masthead-bg4.jpg);
	margin-bottom: 10px;
	}

#main #masthead5 {
	width: 890px;
	height: 210px;
	padding: 45px 20px 0 20px;
	background: url(images/masthead-bg5.jpg);
	margin-bottom: 10px;
	}

#main #masthead6 {
	width: 890px;
	height: 210px;
	padding: 45px 20px 0 20px;
	background: url(images/masthead-bg6.jpg);
	margin-bottom: 10px;
	}

#main #masthead7 {
	width: 890px;
	height: 210px;
	padding: 45px 20px 0 20px;
	background: url(images/masthead-bg7.jpg);
	margin-bottom: 10px;
	}


#main #masthead8 {
	width: 890px;
	height: 210px;
	padding: 45px 20px 0 20px;
	background: url(images/masthead-bg8.jpg);
	margin-bottom: 10px;
	}


#main #masthead h2 {
	font-size: 10px;
	color: #FFFFFF;
	}
	
#main #masthead p {
	font-size: 10px;
	color: #d0d49d;
	line-height: 24px;
	width: 525px;
	margin: 30px 0 25px 0;
	}
	
#main #container {
	background: url(images/sidebar-bg.gif) repeat-y right;
	}
	
#main #content {
	float: left;
	width: 602px;
	padding-left: 3px;
	}
	
#main #content h3 {
	color: #FFFFFF;
	font-size: 18px;
	margin: 15px 0 20px 0;
	}
	
#main #content p {
	line-height: 20px;
	padding: 0 25px 25px 0;
	}
	
#main #content hr {
	border: none;
	height: 1px;
	background: #ddded1;
	color: #ddded1;
	margin-bottom: 25px;
	}
	
#main #content h4 {
	color: #000000;
	font-size: 10px;
	margin-bottom: 20px;
	}
	
#main #content ul {
	width: 275px;
	}
		
#main #content li {
	padding: 8px 0 8px 24px;
	background: url(images/bullet.gif) left no-repeat;
	}
	
#main #sidebar {
	float: right;
	width: 265px;
	padding: 15px;
	}
	
#main #sidebar .feed {
	padding: 2px 8px 0 0;
	}
	
#main #sidebar h4 {
	color: #1e2a5e;
	font-size: 14px;
	margin-bottom: 20px;
	}
	
#main #sidebar p {
	margin-bottom: 20px;
	line-height: 20px;
	}
	
#main #sidebar p a {
	color: #444444;
	text-decoration: none;
	}
	
#main #sidebar p a:hover {
	text-decoration: underline;
	}
	
#main #sidebar span {
	color: #42ABF0;
	font-style: italic;
	}
	
#main #sidebar p a.link {
	color: #1e2a5e;
	text-decoration: none;
	border-bottom: dotted 1px #e08f50;
	font-style: italic;
	padding-bottom: 3px;
	}
	
#footer {
	color: #AEB4BF;
	font-size: 11px;
	margin: 15px 3px;
	padding-bottom: 15px;
	}
	
#footer a {
	color: #AEB4BF;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}

	
