@charset "utf-8";
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#sidebar {
	background-color: #696969;
	float: left;
	width: 210px;
	height: 610px;
	border-top-color: #02583F;
	border-right-color: #02583F;
	border-bottom-color: #02583F;
	border-left-color: #02583F;
	padding: 10px;
}
#content {
	background-color: #DBB86F;
	padding: 10px;
	width: 550px;
	height: 610px;
	float: left;
}
#header {
	background-color: #02583F;
	float: left;
	height: 188px;
	width: 800px;
	margin-top: 10px;
}
#navbar {
	background-color: #02583F;
	padding: 0px;
	height: 56px;
}
#footer {
	background-color: #3366CC;
	padding: 10px;
	height: 20px;
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0px;
	border-top-width: medium;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.clear {
	clear: both;
}

