.index
{
	background:#FFF
}

#header
{
	width: 825px;
	height: 60px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

#menu
{
	width: 180px;
	min-height: 500px;
	padding: 10px;
	float: left;
	background-color: #971c1e;
}

#mainwrapper
{
	width: 825px;
/*	min-height: 770px; */
	margin-left: auto;
	margin-right: auto;
	background-color: #971c1e;
}

#mainheader
{
	width: 825px;
	height: 125px;
}

#main_content
{
	width: 595px;
	min-height: 600px;
	float: left;
	padding: 15px;
	background-color: #b1da6c;
	margin-bottom: 15px;
}

#landing
{
	width: 825px;
	min-height: 540px;
	float: left;
	background-color: #b1da6c;
}


#footer
{
	width: 180px;
	height: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	float: left;
	color: #FFF;
}