﻿/*----------------------------------------------------------
Overrides the default css to:
 - show the main content in the middle of the page (on White by default), 
 - hide the header section and main menu
 - float the menu on the left
----------------------------------------------------------*/
body
{
	margin: auto;
}

.page 
{
	margin-left: auto;
	margin-right: auto;
	background-color:#ffffff;
}

#maincontentheader
{
}

#main
{
	float:left;
	height:auto;
}

#menucontainer
{
}

#maincontentfooter
{
	clear:both;
}

#mainfooter 
{
	clear:both;
	text-align: center;
	background-position:top left;
	background-repeat:no-repeat;
}
