@charset "iso-8859-1";

/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strong, sub, sup, tt, dl, dt, dd, ol, ul, li,
fieldset, form, label, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
        background: #000;
}
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: underline;
color: white;
}

a:hover {
text-decoration: none;
}

h1 {
	line-height: 1.9em;
	font-size:150%;
}


/* MAIN STYLES*/

#container {
width: 1200px;
margin: 1em auto;
}

#header {
position: relative;
top: 2px;
overflow: hidden;
height: 100%; /* FOR IE6 */
z-index: 2;
}

#nav li {
position: relative;
display: inline;
padding-right: 10px;
z-index: 3;
}

#navbar {
position: relative;
top: -244px;
left: 310px;
}

#feature {
color: #979797;
position: relative;
top: -62px;
padding-left: 10px;
padding-right; 10px;
background: #00004e; 
}

#facebook {
position: absolute;
top: 60px;
padding-left: 10px;
}

#body {
position: relative;
width: 505px;
top: -18px;
left: 350px;
padding-right: 20px;
padding-left: 10px;
text-align: justify;
}

#twitter {
position: absolute;
float: right;
top: 375px;
left: 930px;
padding-right: 10px;

}

#kendrick {
position: absolute;
float: right;
top: 60px;
left: 930px;
}

#counter {
position: relative;
bottom: 20px;
color: #000;
text-align: center;
font: Verdana, Geneva, sans-serif;
font-size: 12px;
font-style: oblique;
font-weight: bold;
}

#footer {
position: relative;
bottom: 115px;
z-index: 2;
}

#footer li {
display: inline;
padding-left: 5px;
padding-right: 5px;
text-transform: Uppercase;
font-weight: bold; 
position: relative;
bottom: 80px;
left: 90px;
}

#footer p {
position: relative;
bottom: 72px;
left: 10px;
color: #333334;
}


