@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background:#9dab84;
	overflow-y: hidden;

}

#header {
	height:114px;
	width:1000px;
	margin:auto;
	background:url(../images/header.jpg) no-repeat;
	padding-left:75px;
}

#background {
	width:1200px;
	height:660px;
	margin:auto;
	padding-left:100px;
	background:url(../images/background.jpg) no-repeat;
}

#content {
	width:1000px;
	height:330px;
	margin:auto;
	margin-left:61px;
}

#menu {
	width:220px;
	padding-left:15px;
	float:left;
}

#rightcontent {
	width:760px;
	height:325px;
	margin-left:230px;
	background:#ffcc00;
	margin-top :15px;
	-webkit-box-shadow:  0px 0px 4px 2px rgba(0, 0, 0, 0.7);
        
        box-shadow:  0px 0px 4px 2px rgba(0, 0, 0, 0.7);
}

#rightcontent .bar {
	height:25px;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background:url(../images/bar-bg.jpg);
	
}

#rightcontent .result {
	height:257px;
	margin-left:170px;
	padding:10px 10px 10px 10px;
}

#ads {
	width:1000px;
	height:110px;
	margin:auto;
	margin-left:61px;
	margin-top:10px;
}



#ads img {
	margin-left:14px;
	padding-top:10px;
}

#end {
	clear:both;
}

#footer {
	text-align:center;
	margin:auto;
	height:20px;
	color:#C00;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-right:70px;
}