#content {
	background-color: #330033;
	width: 915px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 2px solid #FFF;
	position: relative;
}
#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bolder;
	color: #D5BC71;
	width: 890px;
	height: 35px;
	border: 2px solid #D5BC71;
	background-color: #D5BC71;
	margin: 10px;
}

#header {
	height: 170px;
	background-image: url(banner.jpg);
	border: 2px solid #D5BC71;
	width: 890px;
	margin: 10px;
}
#footer {
	background-image: url(footer.jpg);
	height: 40px;
	width: 890px;
	border: 2px solid #D5BC71;
	margin: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #330033;
}

#main {
	width: 890px;
	border: 2px solid #D5BC71;
	min-height: 460px;
	margin: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: justify;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #F00;
	text-decoration: underline;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F00;
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #303;
}
