/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container {
	width: 100%;
 }
#header {
	background-color: ffffff;
	width: 100%;
	height: 150px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: Times New Roman, Times, serif; 
	text-align: center;
	color: red;
	font-size: 48px;
	font-weight: bold;
}
#mainPhoto {
	background-image: url(images/background.gif);
	width: 100%;
	height: 338px;
	font-family: Times New Roman, Times, serif;
	color: #000066; 
}
#text {
	width: 100%;
	height: 75px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000066;
}
#footer {
	background-color: #ffffff;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-family: Times New Roman, Times, serif; 
	color: #ff0000;
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
}