body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #3e3ea1;
	text-align: center;
	color: #1C1C62;
	background-image: url(../images/bac.jpg);
	background-repeat: repeat-x;
}

#container {
	width: 1067px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

#header {
	background-image: url(../images/header.jpg);
	height: 210px;
	width: 1067px;
	background-repeat: no-repeat;
} 

#header h1 {
	margin: 0;
	padding: 10px 0;
}

#mainContent {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 5px 0;
    width: 1042px;
    margin-left: 15px;
    margin-right: 10px;
}

#footer {
	background-image: url(../images/footer.jpg);
	height: 101px;
	width: 1067px;

}

#menu {
 background-color: #88a7e7;
 width: 1067px;
 height: 40px;
} 

#footer p {
	margin: 0;
	padding: 10px 0;
}
	
