/* General */
body {
	margin:0px;
	padding:0px;
	border:0px;
	background:url(images/bg.jpg) top repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	}
	
div, td, form, img, input {
	border:0px;
	margin:0px;
	padding:0px;
	}
	
a {
	font-size:11px;
	}	
	
.clr { clear:both; }

.left {float:left; }

.right { float:right; }


/* Structure */
	
#wrapper {
	background:url(images/wrapper_bg.jpg) bottom repeat-x;
	width:100%;
	float:left;
	}	
	
#page {
	width:765px;
	margin:0 auto;
	position:relative;
	}
	
#header {
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	height:130px;
	overflow:hidden;
	}
	
#logo {
	top:19px;
	left:0px;
	position:absolute;
	width:287;
	height:57px;
	overflow:hidden;
	
	}
	

#menu {
   widows:762px;
   height:31px;
   position:absolute;
   top:99px;
   _top:95px;
   left:0px;
   overflow:hidden;
   }
	
#contentBody {
	clear:both;
	width:762px;
	margin:149px auto 19px auto;
	float:left;
	}
	
#contentLeft{
	float:left;
	width:530px;
	}
	
#banner {
	width:364px;
	height:136px;
	padding:19px 152px 11px 14px;
	background:url(images/banner_bg_.jpg) center no-repeat;
	
	}
	
#contentLeft h3 {
	font-size:21px;
	color:#333333;
	padding:0px;
	margin:8px 0px;
	font-weight:normal;
	}
	
#contentLeft p {
	margin:10px 0px;
	padding:0px;
	}
	
#contentRight {
	float:right;
	width:212px;
	}
	
#contentRight .find h3 {
	background:url(images/h3_find_bg.jpg) center center no-repeat;
	width:212px;
	height:18px;
	_height:18px;
	padding:5px 0px;
	text-align:center;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	}

#find {
	background:url(images/find_body.jpg) center top no-repeat;
	width:212px;
	height:118px;
	_height:138px;
	text-align:center;
	padding:20px 0px 0px 0px;
	line-height:2;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	}
	
#find img {
	float:right;
	margin:5px 30px 0 0;
	}
	
.latest {
	margin-top:11px;
	background:url(images/latest_bg.jpg) center repeat-y;
	}
	
#contentRight .latest h3 {
	background:url(images/h3_latest_.jpg) center center no-repeat;
	width:212px;
	height:18px;
	padding:5px 0px;
	text-align:center;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	}
	
#latest {
	background:url(images/latest_footer.jpg) bottom center no-repeat;
	width:212px;
	}

#latest ul {
	list-style-image:url(images/latest_arrow.jpg);
	padding:10px 0px 10px 30px;
	margin:0px;
	}
	
#latest ul li {
	padding:4px 0px;
	}
	
#latest ul li a {
	color:#666666;
	font-size:11px;
	text-decoration:none;
	}
	
#latest ul li a:hover {
	color:#0192c1;
	}
	
#footer {
	height:20px;
	padding-top:25px;
	}
	
#footer a {
	color:#0192c1;
	text-decoration:none;
	}
	
#footer a:hover {
	text-decoration:underline;
	}
	
/* Menu */
#menu ul {
	list-style:none;
	padding:0px;
	margin:0px;
	}
	
#menu li {
	float:left;
	width:108px;
	height:31px;
	margin-right:1px;
	}
	
#menu li a {
	background:url(images/nav_bg.gif) center center no-repeat;
	width:108px;
	height:24px;
	_height:31px;
	display:block;
	text-align:center;
	text-decoration:none;
	color:#666666;
	padding-top:7px;
	font-size:11px;
	}
	
#menu li a:hover {
	background:url(images/nav_hover.gif) center center no-repeat;
	color:#FFFFFF;
	}
	
/* Banner  */

#banner h1 {
	font-size:30px;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
	text-transform:uppercase;
	}
	
#banner h2 {
	font-size:22px;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
	text-transform:uppercase;
	}
	
#banner p {
	color:#FFFFFF;
	margin:4px 0px;
	}
	
.more {
	text-align:right;
	}
	
.more a {
	color:#b0dcfa;
	font-size:12px;
	text-decoration:none;
	}
	
.left45{
	float: left;
	width: 40%;
}

.right45{
	float: right;
	width: 40%;
}

ul.left45 p{
	margin: 0px 0px -8px -15px;
	
	
}


ul.right45 p{
	margin: 0px 0px -8px -15px;
	
	
}


