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

body  {
	
	background-repeat:repeat-x;
	background-color:#FFF;
	margin:0;
}

#top{
		width:100%;
		text-align:center;
		background-image:url(img/top_back.jpg);
		height:75px;
		
		margin:auto;
}

#container {
	width:900px;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#444444;
	
}


#main {
		margin-top:3px;
		width:900px;
		height:469x;
		background-image:url(img/main.jpg);
}

#up {
	width:100%;
	height:130px;
	margin-top:20px;
	
	text-align:justify;
	
}

#left1 {
		width:18%;
	text-align:left;
	/*padding-top:66px;*/
	float:left;
	
	
}
#left2 {
width:80%;
	

	/*margin-top:185px;*/
	float:right;
	

}
#left2a {
text-align:justify;
width:58%;
	

	/*margin-top:185px;*/
	float:left;
	}
	#left2b {
width:40%;
text-align:right;
	

	/*margin-top:185px;*/
	float:right;
	

}


#right.div.p {
		/*padding-top:220px;*/
}

#down {
margin-top:160px;
	width:100%;
	height:130px;
	/*margin-top:20px;*/

	
}

#right1 {
	width:33%;
	text-align:justify;
	float:left;
	margin-top:60px;
	
}
#right2 {
	
	width:57%;
	/*margin-top:180px;*/
	text-align:justify;
	float:right;
	
}

#right2a {
	
	width:74%;
	/*margin-top:180px;*/
	text-align:justify;
	float:left;
	margin-top:60px;
	
}

#right2b {
	
	width:26%;
	/*margin-top:180px;*/
	text-align:right;
	float:left;
	
}

#footer {
	width:100%;
	height:30px;
	background-image:url(img/footer.jpg);
	clear:both;
	}


