* {
	padding:0;
	margin:0;
}

body {
	font: 85% Geneva, Arial, Helvetica, san-serif;
	background-color: #F9E961;
	background-image: url(../img/bodyBg.gif);
}

#container {
	width: 100%;
	background-color: #30357a;
	padding-bottom: ;
}

#banner {
	margin-bottom: 0;
	background-color: #F9E961;
	height: 40px;
}

#content {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 505px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#content img {
padding-top: 10px;
}

#content p, #content h3 {
padding-top: 10px;
padding-bottom: 10px;
	text-align: center;
}

#content h3 {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 20px;
}

#content a{
	color: white;
	text-decoration: none;
}

#content a:hover {
	color: yellow;
	text-decoration: none;
}

#footer {
	clear: both;
	margin-top: 0;
	background-color: #F9E961;
	text-align: center;
	font-size: 0.7em;
	padding: 5px;
}
		
#footer a{
	color: #30357A;
	text-decoration: none;	
}
		
#footer a:hover{
	color: #EF4938;
	text-decoration: underline;	
}
	