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

#container {
	height: 735px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#container #header {
	background-color: #09F;
	height: 100px;
	width: 900px;
}
#container #main {
	height: 35px;
	width: 900px;
}
#container #left {
	background-color: #212e37;
	float: left;
	height: 550px;
	width: 200px;
}
#container #container2 {
	float: right;
	height: 550px;
	width: 700px;
}
#container #container2 #content {
	float: left;
	height: 550px;
	width: 500px;
}
#container #container2 #right {
	background-color: #212e37;
	float: right;
	height: 550px;
	width: 200px;
}
#container #footer {
	clear: both;
	height: 50px;
	width: 900px;
}
