/* CSS */

 body {
	margin: 0 !important;
	margin: 3px;
	background: #C2CADE url(images/header_bg.jpg) top center repeat-x;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
 }
 
 img {
	margin-top: 0 !important;
	margin-top: -3px;
 }
 
 #container {
	width: 826px;
	margin: 0 auto;
	background: url(images/content_bg.jpg) repeat-y;
 }
 
 #header {
	/*background: url(images/header.jpg) no-repeat;*/
	width: 826px;
	height: 246px;
 }
 
 #menu ul{
	width: 150px;
	margin: 0;
	padding: 0 0 0 10px;
 }
 
 #menu ul li{
	list-style: none;
 }
 
 #menu li {
	background-color: #0D2F7B;	
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	display: block;
	width: 152px;
	height: 26px !important;
	height: 29px;
	margin: 0 !important;
	margin: -3px;
 }
 
 #menu a {
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	display: block;
	padding-top: 2px !important;
	margin-top: 0 !important;
	margin-top: 4px;
 }
 
 #menu a:hover {
	background: transparent url(images/hover_bg.jpg) no-repeat;
	width: 152px !important;
	width: 142px;
	height: 26px !important;
	height: 26px;
	display: block;
 }
 
 #content {
	line-height: 1.5em;
	text-align: justify;
 }
 
 #footer {
	background: url(images/footer_bg.jpg) no-repeat;
 }
 
 #footer img {
	margin-bottom: 0 !important;
	margin-bottom: -3px;
 }
 
 #optin {
 	background:url(images/optin_bg.jpg);
	width:149px;
	height:91px;
	margin:10px 0 0 10px;
 }
