#container {
	border: 2px solid #00008b;
	margin: 0 auto 30px;
	position: relative;
	text-align: left;
	width: 850px !important;
	background-color: #f0f1ff;
}

#header {
	height:125px;
	width:100%;
	border: 1px solid #00008b;
}

#left {
	display:inline;
	float:left;
	height:auto !important;
	min-height:370px;
	width:172px;
}

#main {
	display:inline;
	float:left;
	height:auto !important;
	min-height:350px;
	width:650px;
}

#footer
{
	clear: both;
	height: 20px;
	width: 100%;
	font-style: italic;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	border: 1px solid #00008b;
}