body {
}
#container {
	width: 700px;
	background: #FFFFFF;
	margin: 0px auto;
}
#banner {
	float: left;
	width: 100%;
}
#content {
	padding: 20px 20px 0px;
	float: left;
	width: 650px;
	background: #FFFFFF;
	border: thick solid #663399;
}
p, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
p {
	font: 14px/130% Georgia, "Times New Roman", Times, serif;
	color: #663399;
}
h1 {
	font: 20px/130% Georgia, "Times New Roman", Times, serif;
	color: #663399;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #663399;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #663399;
}
h4 {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #663399;
}
a {
	color: #663399;
	text-decoration: underline;
}
#footer {
	float: left;
	height: 25px;
	width: 100%;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	color: #000000;
}

