@charset "UTF-8";
/* CSS Document */

/* @override http://bestraceworks.com/brw.css */



body {
	margin: 0; 
	padding: 0;
	text-align: center; 
	
	background-color: #000000;
	color: white;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-image: url(images/bodybg.gif);
}

a {
	text-decoration: none;
	color: #fe5e49;
}



a:hover {
	color: #dde7fd;
}

.oneColFixCtrHdr #container {
	width: 804px; 
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	padding: 20px 10px 0 20px;
}

.oneColFixCtrHdr #headerText {
	color: #403f3f;
	font-size: 10px;
	margin-left: 60px;
	float: right;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-bottom: 0;
}

.oneColFixCtrHdr #mainContent ul{
	list-style-type: none;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #333;
}

.oneColFixCtrHdr #mainContent li{
	display: inline;
	font-size: 14px;
	margin-right: 30px;
	margin-left: 20px;
}

.oneColFixCtrHdr #mainContent li a, .oneColFixCtrHdr #mainContent li a:visited{
	text-decoration: none;
	color: #fe5e49;
}

.oneColFixCtrHdr #mainContent li a:hover{
	
	color: #dde7fd;
}

.oneColFixCtrHdr #copy {
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}

.oneColFixCtrHdr #copy img {
	border: 2px solid #333;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	margin-top: 50px;
	font-size: 10px;
	color: #333;
	border-top-style: solid;
	border-top-width: 1px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
