/*BODY STYLING*/

body {
	background-color:#000000;
	font-family:"Trebuchet MS", sans-serif;
	}
	
a {
	color:#333333;
	text-decoration:none;
	}
	
a:hover {
	color:#0099ff;
	}
	
h1 {
	font-size:20px;
	color:#0099FF;
	margin: 0px;
	border-bottom:1px #000000 solid;
	}
	
h2 {
	font-size:24px;
	color:#0099ff;
	margin: 0px;
	border-bottom:1px #000000 dashed;
	}
	
p {
	text-align:justify;
	font-size:12px;
	color:#000000;
	margin:0px;
	}
	
ul {
	list-style:none;
	}

li {
	color: #0099FF;
	}
	
/*HEADER*/
#header {
	width:100%;
	height:120px;
	}
	
.header_text {
	font-size: 36px;
	color:#0099FF;
	margin-left: 8px;
	}

.sub_header_text {
	font-size:24px;
	color:#CCCCCC;
	margin-left:30px;
	}
	
#header_nav {
	width:50%;
	float:right;
	margin-right:5px;
	text-align:right;
	}

#header_nav ul {
	list-style: none;
	}

#header_nav li{
	display:inline;
	padding:0 3px 0 3px;
	margin:2px;
	color:#000000;
	}
	
#header_nav li:hover {
	color:#333333;
	border-bottom: 1px #0099FF dashed; 
	}
/*MAIN CONTENT STUFF*/
#content_container {
	width:100%;
	}

#content {
	width:477px;
	float:right;
	margin: 5px 5px 0 5px;
	}

#main_container {
	width:720px;
	margin: 0 auto;
	background-color:#333333;
	}
	
#inner_container {
	width:700px;
	margin: 0 auto;
	background-color:#666666;
	}
	
#sidebar {
	width:200px;
	height:100%;
	margin: 5px 0 0 5px;
	float:left;
	}
	
#sidebar_box {
	width:100%;
	border: 1px solid #000000;
	padding:2px;
	text-align:justify;
	}
	
#footer {
	width:100%;
	height:20px;
	clear:both;
	font-size:9px;
	color:#0099FF;
	text-align:center;
	padding-top:15px;
	}
	
#footer a{
	color:#000000;
	}

#footer a:hover {
	border-bottom:1px #0099ff dashed;
	}
	
.sidebarbox {
	font-size:12px;
	text-align:justify;
	color:#1D1D1D;
	}

.sidebarbox2 {
	font-size:12px;
	text-align:justify;
	color:#2c2c3C;
	}



	
