
body {
background-color: #1521B7;
margin: 0;
padding: 0;
background-image: url(images/background2.png);
background-repeat: repeat-y;
background-position: center;
}


.container {
width: 800px;
height:auto;	
margin: 0 auto;

}


#header {
width: 800px;
height: 150px;
float: left;
background-image: url(images/header2.png);
margin: 0;
}



#menu {
width: 200px;
height: 100px;
float: left;
}

#menu table {
	text-align: center;
	font-family: Calibri;
	font-weight: bold;
	font-size: 25px;
	color: #3F3F3F;
}

#menu img a {
	border: none;
}

#menu img a:hover {
	border: none;
}

#menu table a {
	font-family: Calibri;
	font-weight: bold;
	font-size: 25px;
	color: #3F3F3F;
	text-decoration: none;
}

#menu table a:hover {
	text-decoration: none;
	
}
						
#text {
width: 600px;
height: auto;
float: left;
}
				
#text p {
font-family: Calibri;
font-size: 18px;
margin-left: 30px;
color: #3F3F3F;
margin-right: 30px;
}	

#menu2 {
width: 200px;
height: auto;
float: left;
}

#footer {
width: 800px;
height: 50px;
float: left;

}
				
#footer p {
font-family: Calibri;
font-size: 12px;
text-align: center;
color: #3F3F3F;

}	