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

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) top center no-repeat;
}

#header {
	padding: 0 12px;
}

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

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

#content_outer {
	float: left;	
	width: 630px;
	margin-top:420px;
	padding: 40px 0 0 0;
}

#content {
	padding: 0px 40px 10px 40px;
}

#content .content_section {
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#content .content_section h2 {
	font-size: 22px;
	font-weight: bold;
	line-height:30px;
	text-align:center;
	margin: 0 0 15px 0;
	color: #71950f;
}

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

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

#content_bottom {
	display: block;
	width: 630px;
	height: 5px;
	background: url(../images/main_content_bottom.png) no-repeat;
}

#sidebar {
	float: right;
	width: 280px;
	padding-top: 0px;
	margin-top:500px;
}

#sidebar_section {
	float:right;
	margin:0;
	padding:0;
	width:290px;
	height:380px; 
	position:relative;
	overflow:hidden;
}

#sidebar_section img {
	padding:0px;
	border:1px solid #000;
	-moz-box-shadow:3px 3px 4px #000;
	-webkit-box-shadow:3px 3px 4px #000;
	box-shadow:3px 3px 4px #000;
	background:#fff;
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#000000');
}


#sidebar_section .list {margin:0;padding:0;position:relative;}
#sidebar_section .list li {position:absolute;top:0;left:0;width:280px;height:373px;}
#sidebar_section .list li img {width:280px;height:373px;}
#sidebar_section .list li .bg-right {position:absolute;top:0;right:0;width:50%;height:373px;z-index:-1;}
#sidebar_section .count {position:absolute;right:25px;top:150px;width:10px;height:180px;z-index:300;}
#sidebar_section .count li {float:left;width:10px;height:10px;background:#ccc;margin-bottom:10px;list-style:none;}
#sidebar_section .count li:hover{cursor:pointer;}
#sidebar_section .count li.current {background:#FF0000;}

#sidebar_top {
	float: right;
	width: 290px;
	height: 150px;
	overflow: auto;
	margin-top:20px;
	text-align:center;
	/*background: url(../images/logo.png) center center no-repeat;*/
}

#sidebar_top  h3{
	margin:0;
	padding:0;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height:24px;
}

#sidebar_top  p{
	margin:0;
	padding:0px;
	font-size:12px;
	text-indent:20px;
	text-align:left;
	line-height:18px;
	margin-bottom:5px;
}
#sidebar_top  p.left{
	text-indent:0;
}

#sidebar .image_wrapper {
	display: block;
	width: 260px;
	height: 260px;
	padding: 10px;
	margin-bottom: 8px;
	background: url(../images/image_frame2.png);
	background-repeat: no-repeat;
}

#sidebar .image_wrapper img {
	width: 260px;
	height: 260px;
}

#footer {
	clear: both;
	width: 920px;
	padding: 10px 0 0 0;
	margin: 0 30px 0 30px;
	border-top: 1px solid #999;
	margin: 0 auto;
	text-align: center;
	color: #666666;
}

#footer a {
	font-weight: bold;
	color: #135b9b;
}

#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: #135b9b;
}

.footer_menu .last_menu {
	border: none;
}