body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0c4c7f;
    background: #ffffff url(../images/bg.gif) repeat;
}

a:link, a:visited { color: #880000; text-decoration: underline; font-weight: normal;	line-height:160%;} 
a:active, a:hover { color: #ff0000; text-decoration: underline;	}

p { margin: 0px; padding: 0px; }
img { margin: 0px; padding: 0px; border: none; }
table{border-collapse:collapse;color:#0c4c7f;}
td.new {	background:url(../images/new.png) right top no-repeat;}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

#wrapper_outter {
	width: 100%;
	margin: 0 auto;
}

#wrapper_inner {
	width: 1000px;
	margin: 0 auto;	
}

#wrapper {
	width: 980px;
	padding: 0 10px;
	background: url(../images/content.png) repeat-y center;
}

#container {
	width: 980px;
	padding: 30px 0;
	background: url(../images/body2.jpg) top center no-repeat #ffffff;
}

#content_wrapper {
	clear: both;
	padding: 0;
	margin-bottom: 1px;
}

#header {
	padding: 0 12px;
}

#header #header_left {
	float: left;
	width: 980px;
}

#content_outer {
	float: left;
	width: 980px;
	margin-top:610px;
}

#content {
	float:left;
	width:900px;
	margin:0 40px;
	font-size:14px;
}

#content h2 {
	font-size: 24px;
	font-weight: bold;
	line-height:30px;
	text-align:center;
	margin: 0 0 15px 0;
	color: #0c4c7f;
}

#content p {
	font-size:14px;
	text-indent:20px;
	line-height:22px;
	margin-bottom: 10px;
}

#content p img {
	padding-left:-20px;
}

#content .adshow {
	float:left;
	width:900px;
	height:450px;
	overflow:hidden; }
#myRoundabout {
	width:900px;
	height:450px;
	overflow:hidden; }
#myRoundabout li {
	padding:0px;
	margin:0px;
	list-style-type:none; }
a.magnifier {
	position:absolute; 
	width:32px; 
	height:32px; 
	background:transparent url(../images/sprite_icons.png) no-repeat -32px 0; 
	right:3px;
	bottom:3px; 
	opacity:.8; 
	outline:none; 
	z-index:2; }

/*===== roundabout =====*/
.roundabout-holder  { 
	width:900px;
	height:450px;
	margin:0 auto;
}
.roundabout-moveable-item {
	width: 280px;
	height: 373px;
	cursor: pointer;
	border:4px solid #ccc;
	border:4px solid rgba(0, 0, 0, 0.08);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.roundabout-moveable-item img{
	width:100%;
}
.roundabout-in-focus {
	border:4px solid rgba(0, 0, 0, 0.2);
}


#footer {
	clear: both;
	width: 900px;
	padding: 10px 0 0 0;
	margin: 40px 40px;
	border-top: 0px solid #cccccc;
	margin: 0 auto;
	text-align: center;
	color: #0c4c7f;
}

#footer a {
	font-weight: bold;
	color: #0c4c7f;
}
#footer a:hover { color: #800000;}

#footer .footer_menu {
	margin: 0 0 10px 0;
	padding: 0px;
	list-style: none;
}

.footer_menu li {
	margin: 0px;
	padding: 0 20px;
	display: inline;
	border-right: 1px solid #aea68c;
}

.footer_menu li a {
	color: #0c4c7f;
}

.footer_menu .last_menu {
	border: none;
}