﻿#container {
	border: 1px solid #CC9900;
	width: 780px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#banner {
	width: 780px;
	height: 120px;
}
#menubar {
	width: 780px;
	height: 20px;
	padding-left: 1px;
}
#left_side {
	border-right: 1px solid #CCCCCC;
	width: 150px;
	height: auto;
	float: left;
	padding: 8px;
	background-color: #F5F5F5;
}
#right_side {
	padding: 8px;
	width: 596px;
	height: auto;
	float: right;
	text-align: justify;
}
#clear {
	clear: both;
}
#footer {
	width: 780px;
	height: 13px;
	font-family: Arial;
	font-size: x-small;
	text-align: center;
	color: #000000;
	background-color: #C9AD84;
}
