@charset "utf-8";
/* CSS Document */

body{
	background-color:#1a1a1a;
	font: 86% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	margin-left: auto;
	margin-right:auto;
	width:1000px;
	color: #CCC;
	}

#header{	
	width: 1000px;
	height: 114px;
	}

#navbar{
	height:30px;
	width: 865px;
	margin-left: auto;
	margin-right: auto;
	background-color: #333;
}

#content{
	width: 800px;
	padding: 15px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #232323;
}

#h1 {
	font-size:14px;
}

a:link {color: white; text-decoration: none; }
a:visited {color: white; text-decoration: none; }
a:hover {color: orange; text-decoration: underline; }
a:active {color: yellow; } 

#footer{
	height:79px;
	text-align:center;
	position:static;
	}
	
h3 {
	margin:0;
	padding:0;
}