@charset "utf-8";

* {
	margin: 0;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
}

#header {
	height: 115px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#nav_column {
	float: left;
	width: 110px;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	padding: 5px;
}

/* Navbar hover and active links */
#nav_column a:hover{
	color: #FFFFFF 

}


#main {
	width: 605px;
	float:right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding: 5px;
}

#footer {
	clear:both;
	height: 30px;
	font-size: 11px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding: 2px;
}
#wrapper {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #CCCCCC;
	
}

#right_column {
	float: right;
	width: 80px;
}

a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}



h1 {
	font-weight:normal;
	font-size: 15px;
	color: #FF6600;
	padding-bottom: 10px;
}

h2 {
	font-weight:normal;
	font-size: 13px;
	color: #FF6600;
	padding-bottom: 10px;
}

h3 {
	font-weight:normal;
	font-size: 18px; 
	color: #FFFFFF;
	padding-bottom: 10px;
}

h4 {
	font-weight:normal;
	font-size: 14px;
	color: #FFFFFF;
}

h5 {font-size:10px;
	color:#FFFFFF;
}

p {font-size:13px;
	color:#FFFFFF;
}
