body {
	margin: 0px;
	padding: 0px;
	background-color: black;
	font-family: arial, helvetica;
	color:  black;
	font-size: 1.2em;
}
div#container {
	width: 60.9%;
	min-width: 500px;
	margin: 0px auto;
	background-color: #c40000;
}
.main div#header {
	border-top: 1px solid #a8a834;
	margin-top: 20px;
	/*background-color: #790000;*/
	background-image: url('../img/header-back.png');
	height: 200px;
}
.main div#headText{
	clear: both;
}
.main div#content {
	float: left;
	width: 98%;
	/*border-left: 1px dashed #5c3400;
	border-right: 1px dashed #5c3400;*/
	padding: 0px 1%;
	margin-bottom: 5px;
}
.main div#footer {
	clear: both;
	border-top: 1px solid black;
	padding: 4px;
	margin-bottom: 10px;
	background-position: 0 -90px;
	background-image: url('../img/header-back.png');
	background-repeat: repeat-x;
	font-size: .9em;
}
.main h3{ line-height: 0px;}
.main a{ color: black;}
.main a:hover{ color: #a8a834;}
.right{ float: right;}
.left{ float: left;}
.center{ text-align: center;}