body {
	text-align: center;
	background-color: #E3D5B8;
	margin: 0px;
	padding: 0px;
}

div#frame {
	text-align: left;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	width: 660px;
	background-color: #FFFFFF;
	border: thin solid #993300;
	margin-bottom: 0px;

}
div#header {
	background-image: url(../home/head.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 65px;
	width: 660px;
	background-position: left top;
	float: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #993300;
}
div#mainnav{
	margin-top: 5px;
}
	
div#left {
	float: left;
	width: 180px;
	height: 400px;
}
div#content {
	float: left;
	width: 480px;
}



div#footer {
	clear: both;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #993300;
	padding-top: 5px;
	padding-bottom: 5px;
}
