#container {
	margin: auto;
	margin-top: 0px;
	text-align: left;
	min-width: 990px;
	max-width: 1200px;
	background-color: white;
}

#header {
	height: 89px;
	background-image:url(../../../img/bg_header.png);
}

#menu {
	float: right;
	height: 100px;
	width: 180px;
}

#contents {
	margin-left: 0px;
	margin-right: 0px;
}

#footer {
	clear: both;
	height: 20px;
	/*margin-top: 30px;*/
	border-top: 1px solid silver;
	padding: 5px;
}

#footer p {
	font-size:11px;
	color: #898;
}

#usernav {

}

#header-left {
	float: left;
}

#header-right {
	float: right;
	width:690px;
}
