@import url("style_main_01.css");

body {
	text-align: center;
/*	background-color:#8a8da7;*/
	background-color:#6f5541;
}

#ruler {
	
}

#wrapper {
	width: 954px;
	margin: 0 auto;
}

#head {
	height:100px;
	background: url('../images/header_gold.jpg') center top no-repeat;
}

#contentwrapper {
	background: url('../images/background_gold.jpg') center left no-repeat;
	height:685px;
}


#innerwrapper {
	float:right;
	width:954px;
height:534px;
}
 	
#centercolumn {
	float:left;
	width:650px;
}

#leftcolumn {
	display:none;
	margin-right:873px;
	border:1px solid red;
}	

#leftcolumn ul {
	list-style-type:none;
	}
#rightcolumn {
	margin: 0 auto;
	float:right;
	width:295px;
	height:534px;
}
#footer {
	background: url('../images/footer_14_00.jpg') center top;
	border:0px solid red;
}

.clearer {
	clear:right;
}
