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


body {
	background-image:url(../images/bk.jpg);
	text-align:left;
}

#wrapper{
	position:relative;
	width: 780px;
	margin: 0 auto 0 auto;
	background-color:#B18C8C;

}

#header {
	
	width:780px;
	height:210px;
	text-align:left;
	background-color:#B18C8C;
	
}


#container {
	width: 780px;
	background-color:#B18C8C;
}

#contentTotal {		
		width: 780px;		
		background-color:#B18C8C;
	
}


#contentLeft {
	width: 494px;
	height: 1300px;
	float:left;
	background-color:#FFF;
}


#contentRight {
	width: 252px;
	height: 1300px;
	float: right;
	background-color:#B18C8C;
	text-align: center;
	
}


#contentLeft1 {
	width: 494px;
	height: 3100px;
	float:left;
	background-color:#FFF;
}


#contentRight1 {
	width: 252px;
	height: 3100px;
	float: right;
	background-color:#B18C8C;
	text-align: center;
	
}

#contentLeft2 {
	width: 494px;
	height: 1850px;
	float:left;
	background-color:#FFF;
}


#contentRight2 {
	width: 252px;
	height: 1850px;
	float: right;
	background-color:#B18C8C;
	text-align: center;
	
}


#contentLeft3 {
	width: 494px;
	height: 1700px;
	float:left;
	background-color:#FFF;
}


#contentRight3 {
	width: 252px;
	height: 1700px;
	float: right;
	background-color:#B18C8C;
	text-align: center;
	
}

.clear {
	clear: both;
	height:20px;
}

.sitemap {
	text-align:center;	
}

