/*------------------[ Global Resets ]-------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul{
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*------------------[ Global Resets ]-------------------------*/
/*------------------[ Main Structure ]-------------------------*/
body { 
	background: #000000;
	font-family: Verdana, Arial, Tahoma;
	font-size:14px;
	font-weight:normal;
	padding: 0;
	margin: 0;
}
a, a:link, a:visited, a:active{
	color: blue;
	display: inline;
	text-decoration: none;	
}
a:hover{
	text-decoration: underline;
}
#site-wrapper {
	width: 976px;
	margin: 10px auto 15px;
}

#header {
	background: transparent url(../images/header_bg.png) repeat-y;
	padding-left: 1px;
	width: 975px;
}

#main {
	margin:15px 0px 15px 0px;
}

#nav {
	border:none;
	border:0px;
	margin:0px auto;
	padding:0px;
	width:720px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	white-space: nowrap;
}

#nav li {
	display: inline;
	list-style-type: none;
}

#nav li a{
	color:#FFF;
	line-height:21px;
	margin:0px;
	padding:2px 15px;
	text-decoration:none;
}

#nav a:link, #nav a:visited {
	color: #FFF;
	background-color: #000;
	text-decoration: none;
}

#nav li a:hover, .nav ul li:hover a{
	color: #000;
	background-color: #FFF;
	text-decoration: none;
}
/*------------------[ Main Structure ]-------------------------*/
/*------------------[ Headers ]-------------------------*/
h1{
	font-size: 24px;
	font-weight: bold;
}
h2{
	font-size: 20px;
	font-weight: bold;
}
h3{
	font-size: 18px;
	font-weight: bold;
}
h4{
	font-size: 16px;
	font-weight: bold;
}
h5{
	font-size: 14px;
	font-weight: bold;
}
h6{
	font-size: 12px;
	font-weight: bold;
}
/*------------------[ Headers ]-------------------------*/
