@charset "utf-8";
/* CSS Document */
#main_container{
	position:relative;
	width:1000px;
	margin:0;
	padding:0;
}
#right{
	position:absolute;
	width:165px;
	height:454px;
	top:0;
	left:0;
	z-index: 10;
}
#smenu{
	position:absolute;
	width:165px;
	height:310px;
	top:0;
	left:0;
}
#smenutitle{
	position:absolute;
	width:165px;
	height:30px;
	top:0;
	left:0;
}
#smenutable{
	position:absolute;
	width:165px;
	height:500px;
	top:30px;
	left:0;
}
#left{
	position:relative;
	width:825px;
	margin:0 0 0 175px;
}
#left_lable{
	position:relative;
	width:218px;
	height:40px;
}
#left_main{
	position:relative;
	width:825px;
}
#main_top{
	position:relative;
	width:825px;
	height: 11px;
	background-image: url(images/main/main_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}
#targetmain{
	position:relative;
	width:825px;
	background-image: url(images/main/targetmain_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	
}
#bottom{
	position:relative;
	width:100%;
	height:200px;
	background-color: #e6e6e6;
	background-image: url(images/bottom/bottom_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#copyright{
	position:absolute;
	width:768px;
	height:100px;
	top:40px;
	left:230px;
}
.clean{
	
	clear:both;
}
