body {
	background-color:#eaeaea;
	font-size:11.5px;
	line-height:16px;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial, Verdana;
	padding:0px;
	margin:0px;
	color:#999999;
	}
	
html {
    margin:0;
    overflow-y: scroll; /* force scroll bar to stop layout jumping */
} 

h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}

h2 {
	padding-top: 10px;
	color: #ccc;
	font-size:13pt;
}

p, li {
	line-height: 1.4em;
	letter-spacing: -0.01em;
    word-spacing: 0.0em;
}

ul{
margin:0px;
padding:0px;
}


hr{
border: 0px;
margin:0px;
padding:0px;
color: #333333;
background-color: #333333;
height: 1px;
}
		
#wrapper{
text-align:left;
margin:0 auto; /*centers main site*/
width:950px;
}


/* ========================================
Links
======================================== */	
a {
    text-decoration: none;
	color:#993300;
}

a:focus, a:hover, a:active {
	text-decoration: underline;
}	
	
/* ========================================
Header
======================================== */	
#header {
	text-align:center;
	width:100%;					
	background-color:#110f11;
	border-top:2px solid black;
	margin:0px;
	padding-top:40px;			/* use to adjust header Y position*/
	height:70px;				/* use to adjust main content Y position */
	}

#header #title {
	margin-right:30px;
	color:#999999;
	}

#header #title #main {
	font-size:12px;
	color:white;
	}


#header ul{
	margin:0px;
	padding:0px;
}

#header li {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
	font-size:10px;
	display:inline;
	padding-right:10px;
	}
	
#header li a {
	color:white;
		}
				
#header li a:hover {
	text-decoration:none;
	color:#993300;
	}

#header li .active {
	text-decoration:underline;
	}	


/* ========================================
Content
======================================== */
#content {
	margin:0px 0px 0px 0px; /* bottom controls gab to footer border start */
	padding-top:0px;
	padding-bottom:20px;	
	min-height:400px;
	background-color:#110f11;
	
	text-align:center;
	
	width:100%;
				}

/* use to wrap all text-only pages*/
#textcontent{
	width:450px;
	position:relative;
	left:140px;         /*x position of main text */
	text-align:left;
	}				
#textcontent p{
	padding-bottom:30px;
	margin:0px;
}	

/* ======================================== 
News
======================================== */
#news {
width:500px;
list-style-type: none;
}
#news .title {
font-weight:bold;
float:left;
margin-right:20px;
}

#news .date {
float:left;
margin-right:20px;}
#news .body {
float:left;
margin-right:20px;
}

#news hr{
border: 0;
color: #333333;
background-color: #333333;
height: 1px;
width:500px;
}

#news li{
    margin-top:30px;
    }



/* ========================================
Footer
======================================== */
#footer {
	background-color:#201d20;
	height: 150px;
    border-top:0px solid #cccccc;
	width:100%;
   
	}

#footer ul {
	float:left;
	margin:60px 0px 0px 140px; /* use these to control footer sizes*/
	}

#footer li {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	list-style:none;
	color:#999;
	text-align:left;
	}

#footer a {
	color:#999;
	}
	
#footer a:hover {
	color:#666;
	}