html,body {
	margin: 0px;
	padding: 0px;
	color: #9B0000;
	background-color: #370A05;
}

h1 {
	font-size: 2em;
	line-height: 0.5em;
	font-weight: normal;
	padding: 0px 0px 5px 0px;
	text-align: left;
	}

h2 {
	font-size: 1em;
	line-height: 1em;
	font-weight: normal;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #B9121B;
	text-align: left;
	}

p {
	font-family: helvetica, arial, verdana;
	font-size: 0.7em;
	font-weight: 400;
	text-align: left;
	color: #fff;
	}	

a {
	color: #fff;
	}	
	
/*page elements*/

#container {
	width: 620px;
	margin: 50px auto;
	padding: 0px;
	text-align: center;
	}

#content {
	margin: 0px 0px 0px 0px;
	padding: 10px;
	width: 600px;
	text-align: center;
	background-color: #140000;
	}
	
#content .content-section {
	width: 185px;
	margin: 0px 10px 20px 0px;
	float: left;
	}
	
#flashcontent {
	margin: 0px 0px 10px 0px;
	}
	
img {
	margin: 0px 0px 10px 0px;
	}	
	
.clear {
	clear: both;
	}
	
.footer {
	clear: both;
	margin: 0px 0px 0px 0px;
	height: 20px;
	background-color: #fff;
	}	