#site
{
	position: relative;
	width: 1000px;
	min-height: 400px;
	height: auto !important;
	margin: 0 auto;
	text-align: left;
}

#header
{
   	position: relative;
	background: url(../images/top.png) repeat-x top;
	top: 0px;
	left: 20px;
	width: 1000px;
	min-height: 40px;
	height: auto !important;
	color: #2D0800;
	overflow: hidden;
	border: solid;
	border-width: 0px;
	border-color: #cdcdcd;
}

#content
{
   	position: relative;
	top: 0px;
	left: 0px;
	width: 1000px;
	min-height: 410px;
	height: auto !important;
	padding: 0px 20px;
	background: url(../images/bg_main.png);
	border: solid;
	border-width: 0px;
	border-color: yellow;
}

#footer
{
   	position: relative;
	color:#A97E4B;
	width:1000px;
	margin:0;
	height:30px;
	padding: 0 20px;
	padding-bottom: 25px;
	background:url(../images/bg_bottom.png) no-repeat bottom;
	text-align: center;
	overflow: hidden;
	border: solid;
	border-width: 0px;
	border-color: white;
}