@charset "utf-8";
html{
	overflow-y:scroll;
	/*overflow-x:scroll;*/
	
}
body {
	background-image: url(../images/indextopsmall_bg.jpg);
	background-repeat: repeat-x;
	margin:0;
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	
}
#main{
	width: 100%;
}
/*header*/
#header{
	position: relative;
	width: 95%;
	margin: 0 auto;
}
#rightHeader{
	right:0;
	margin-top:12px;
	float: right;
	z-index: 5;
}
#leftHeader{
	float: left;
	height: 39px;
}
/*header*/
/*body*/
/*#body{
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	visibility: inherit;
    clear: both;

}*/
/*for google safari body*/
/*html* #body{
    width: 80%;
	margin: 0 auto;
	position: relative;
	visibility: inherit;
	clear: both;
}*/
#body{
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	visibility: inherit;
	clear: both;
}
#bodyContents{
	margin: 0 auto;
    width: 90%;
}
#rightContents{
	position: relative;
	margin-top:-500px;
	* margin-top:0px;
	width: 282px;
	height: 500px;
	float: right;
	clear:both;
}
#leftContents{
	position: relative;
	height: 500px;  
	width: 77%;
	background-color: #996600; 
	clear:both;
	float: left;
}
#AdvertuseContent{

}

/*body*/
/*footer*/
#footer{
	width: 100%;
	margin-right: auto;
	margin-bottom:0;
	margin-left: auto;
	position:relative;
	visibility: inherit;
	clear: both;
	background-image: url(../images/indexundersmall_bg.jpg);
	background-repeat: repeat-x;
	
}
/*footer*/
#service_main{
   width:860px;
   margin:0 auto;
   }