html, body {
	height: 100%;
	width: 100%; 
	padding: 0;
	border: 0;
	background-image: url('../images/mainBackground.jpg');
	background-repeat:repeat-x;
	background-position:center top;
	background-color: #fff;
	margin: 0 auto;
	font-family:"Trebuchet MS", Arial, sans-serif;
}
.center{
	min-height:800px;
	height:auto;
	width: 994px;
	margin: 0 auto;	
}
#main {
	height:auto;
	width: 100%;
	margin: 0 auto;
	background-image: url('../images/mainBackground2.png');
	background-repeat:no-repeat;
	background-position: center top;
}
#mainContent {
	height:auto;
	width: 100%;
	margin: 0 auto;
	background-image: url('../images/mainBackgroundContent.jpg');
	background-repeat:repeat-x;
	background-position:center top;
	background-color: #fff;
}
#header{
	height:630px;
	color: #000;
	width: 994px;
	margin:0;
}
#headerContent{
	color: #000;
	width: 994px;
	margin:0;
}
#headerTop {
	height:70px;
}
#logo {
	float:left;
	width:148px;height:50px;
	margin:0.7em 0 0 0.5em;
}
#mainMenu {
	position:relative;margin-top:-7em;padding-left:2em;
}
ul#menuDrop {
	list-style-type:none;
}
ul#lilaMenu {
	width:231px;height:202px;background:url('../images/background-lila.png') no-repeat center top;float:left;list-style-type:none;
}
ul#greyMenu {
	width:231px;height:202px;background:url('../images/background-grey.png') no-repeat center top;float:left;list-style-type:none;
}
ul#greenMenu {
	width:231px;height:202px;background:url('../images/background-green.png') no-repeat center top;float:left;list-style-type:none;
}
ul#yellowMenu {
	width:231px;height:202px;background:url('../images/background-yellow.png') no-repeat center top;float:left;list-style-type:none;
}
.clear {
	clear:both;
}
#content{
	clear: both;
}
#footer{
	width: 994px;
	height:50px;
	margin:1em 0 0 0;
	background:#fff url('../images/backgroundFooter.jpg') no-repeat center top;
}
#footer div {
	padding:0.7em 0 0 0;
}
#menuHeader {
	float:right;text-align:left;margin:2em 0.5em 0 12em;
	padding:0 0 0 0;
	height:20px;color:#fff;z-index:10;position:relative;
}

#headerImages {
	width: 994px;height:548px;
	padding:0 0 0 0;
}
#menuContent {
	padding-top:2em;
}
