

html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, code, em, font, img, ul, ol, dl
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

a {
text-decoration: none;
color: white;
}



/* MAIN STYLES */

html {
background-color: #3e3e40;
}

#container {
width: 790px;
background: #3e3e40;
margin: 0 auto;
}

#header {
overflow: hidden;
height: 100%; /* Needed for IE6 */
background-color:#000000;
}

#header img {
float: left;
}

#header ul#nav {
float: right;
font-size: 11px;
position: relative;
top: 35px;
}

* {
margin:0;
padding:0;
}

#nav li {
display: inline;
padding-right: 14px;
font-family:Arial,Helvetica,sans-serif;
}

#nav li a {
color: white;
font-family:Arial,Helvetica,sans-serif;
}

#nav a:hover {
text-decoration:none;
color: #f36c25;
}

/* START content bullet list*/

ul {
list-style-image:none;
list-style-position:inside;
list-style-type:disc;
}
ul li {
line-height:18px;
color:#CCCCCC;
font-size:12px;
font-family:Arial,Helvetica,sans-serif;

}


/* END content bullet list*/

#main p {
font-size: 13px;
color: white;
line-height: 22px;
font-family:Arial,Helvetica,sans-serif;

}

h2 {
font-size:18px;
color:#f36c25;
margin-left:0;
text-decoration:none;
font-family:Arial,Helvetica,sans-serif;
}

h3 {
font-size:13px;
color:#f36c25;
margin-left:0;
text-decoration:none;
font-family:Arial,Helvetica,sans-serif;
}

h4 {
font-size:11px;
color:#d2d0d0;
margin-left:0;
text-decoration:none;
font-family:Arial,Helvetica,sans-serif;
}

a:hover {
color: #f36c25; 
text-decoration: none;
 

} 

#footer {
font-size:10px;
color:#7f7f7f;
background-color:#000000;
height:30px;
font-family:Arial,Helvetica,sans-serif;
}



