 * {  
margin:0; 
padding:0; 
} 

body {
	 
	background: #05050f;
	height: 100%; 
	margin: 0;
	margin-top:0px;
	padding: 0;
	padding-top:0px;
	text-align: center;  
	color: #ffffff;
}
.oneColFixCtrHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100%;
	background-color:#191919;
    margin-top: none; 
	margin: 0px auto ; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	padding: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	background-image:url(images/header.jpg);
	margin: 0;
	width: 850px;
	height: 136px;
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #quote {
 
	 
	margin: 0;
	position: relative;
	left: 652px;
	top:53px;
	width: 180px;
	height: 30px;
	padding: 0px 0px 0px 0px;  
 /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #footer{
 	margin: 0px auto ; 
	width: 850px; 
 
 
	height: 30px;
	padding: 0px 0px 0px 0px;  
 /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
 
.oneColFixCtrHdr #h1 {font-size:14px;
	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: 0px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.text {
font-family: arial;
color: #999999;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.3em;
	word-spacing: normal;
	letter-spacing: 0.20ex;
	text-decoration: none;
	text-transform: none;
	text-align: left;
    padding-left: 10px;
	    padding-right: 10px;
		margin: 0px;
}

.header {
font-family: arial;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
    
	font-size:14px;
	 
	text-align: left;
    padding-left: 10px;
	    padding-right: 10px;
		margin: 0px;
}
.text2 {
font-family: arial;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: small;
	line-height: 1.5em;
	word-spacing: normal;
	letter-spacing: 0.30ex;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	vertical-align:top;
    padding-left: 0px;
	    padding-right: 0px;
		margin: 0px;
}
.footertext {
font-family: arial;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: small;
	line-height: 1.5em;
	word-spacing: normal;
	letter-spacing: 0.30ex;
	text-decoration: none;
	text-transform: none;
	text-align: left;
    padding-left: 60px;
	    padding-top: 30px;
	    padding-right: 60px;
		margin: 0px;
}

.credits {
font-family: arial;
color: #666666;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: x-small;
	line-height: 1.5em;
	word-spacing: normal;
	letter-spacing: 0.20ex;
	text-decoration: none;
	text-transform: none;
	text-align: center;
    padding-left: 60px;
	    padding-top: 30px;
	    padding-right: 60px;
		margin: 0px;
}
.whitelink {
 color: #CCCCCC;
}

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
position: relative;
font-family: arial;
left: 0px;
top: 109px;
	font-weight: normal;
	font-size: small;
	line-height: 1.5em;
	word-spacing: normal;
	letter-spacing: 0.30ex;
	color:#ffffff;
}

#navlist li
{
display: inline;
list-style-type: none;
color:#ffffff;
}

#navlist a { padding: 0px 28px; }

#navlist a:link, #navlist a:visited
{
color: #999999;
background-color: transparent;
text-decoration: none;
}

#navlist a:hover
{
color: #ffffff;
background-color: transparent;
	text-decoration: none;
}

.oneColFixCtrHdr #mainContent {
margin: 0px;
position: relative;
top: 117px;
 
	height: auto; 
 
	padding: 0 0px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}
.oneColFixCtrHdr #footer {
	width: 850px;
	height: 145px;
    background-image:url(images/footer.jpg);
		 background-repeat: no-repeat;
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
 
}

 