.bannerstyle {
	border: 0;
	vertical-align: middle;
	text-align: center;
}
body {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	background-color: #000000;
	color: #FFFFFF;
	text-align:center;
}
#container {
	width: 760px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
}
#navigation {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content {
	float: left;
	/*width: 470px;*/
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align:left;
	float: none;
}

#footer {
	text-align: center;
	clear: both;
	width: 618px;
}
/* Navigation Styles */
#navigation a {
	color: #402640;
	text-decoration: none;
	padding: 5px;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}

/* Footer Styles */
}
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
/* end Footer Styles */
.hrstyle {
	float: left;
	padding: 5px;
	margin: 5px;
	color: #6600FF;
	border:0;
	height:1px;
	}


