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

a:link, a:visited { color: #71950f; text-decoration: underline; font-weight: normal;	} 
a:active, a:hover { color: #990000; text-decoration: underline;	}

p { margin: 0px; padding: 0px; }
img { margin: 0px; padding: 0px; border: none; }
table{border-collapse:collapse;}
td.new {background:url(../images/newbg.jpg) 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/body.jpg?v=2) top center no-repeat;
}

#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:16px;
}

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

#content p {
	font-size:18px;
	text-indent:36px;
	line-height:30px;
	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: 3px solid #cccccc;
	margin: 0 auto;
	text-align: center;
	color: #666666;
}

#footer a {
	font-size:14px;
	font-weight: bold;
	color: #666666;
}

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

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

.footer_menu li a {
	color: #666666;
}

.footer_menu .last_menu {
	border: none;
}
