@charset "utf-8";
.wrapper {
	height: 525px;
	width: 890px;
	border: 10px solid #B4A396;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFFFFF;
}
.content_wrapper_left {
	width: 740px;
	float: left;
	height: 230px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.column_left {
	float: left;
	height: 230px;
	width: 150px;
}
.content_main {
	padding: 5px;
	float: right;
	height: 220px;
	width: 580px;
}
.copyright {
	height: 20px;
	width: 890px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
.column_right {
	float: right;
	height: 230px;
	width: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}



body {
	background-color: #CCCCCC;
}
.nav {
	height: 60px;
	width: 890px;
	background-color: #B4A396;
}


.banner_wrapper {
	height: 200px;
	width: 890px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 10px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B4A396;
	border-right-color: #B4A396;
	border-bottom-color: #B4A396;
	border-left-color: #B4A396;
}
.banner_left {
	float: left;
	height: 200px;
	width: 590px;
	background-color: #B4A396;
}
.banner_right {
	height: 200px;
	width: 300px;
	float: right;
}

