/* reset white space */
html, body {
margin: 0;
padding: 0
}

h1, h2, h3, h4, h5, h6 {
margin-bottom: 6px;
margin-top: 18px;
}

address, blockquote, dl, form,
fieldset, ol, table, p, pre, ul {
margin-top: 7px;
margin-bottom: 7px;
}


/* HTML */

* {
font-family: Tahoma;
font-size: 13px;
color: #fff;
}

body {
margin: 0;
background-color: #0d0d0d;
background-image: url(images/shared/body-background.jpg);
background-repeat: repeat-x;
}

h1 {
margin-top: 0;
font-size: 16px;
color: #FF7E00;
font-weight: normal;
letter-spacing: -1px;
}

h2 {
font-size: 13px;
font-weight: normal;
letter-spacing: -1px;
color: #FF7E00;
}

ul {
padding-left: 0;
margin-left: 0;
list-style-position: inside;
}

p {
text-align: justify;
}

div#nav img {
margin: 0;
margin-left: -4px;
}

img.float_left {
float: left;
margin-right: 9px;
margin-bottom: 9px;
}

img.float_right {
float: right;
margin-left: 9px;
margin-bottom: 9px;
}

a {
color: #FF7E00;
}

a img {
border: 0;
}



/* LAYOUT */

div#container {
width: 940px;
padding: 10px;
padding-top: 0;
border-top: 10px solid #080808;
padding-right: 0;
border-right: 10px solid #080808;
position: relative;
left: 50%;
margin-left: -485px;
margin-top: 20px;
background-color: #060606;
}

div#header {
position: relative;
width: 940px;
height:135px;
border: 0px solid green;
background-image: url(images/shared/header_background.jpg);
background-repeat: no-repeat;
margin-bottom: 15px;
}

div#nav {
position: absolute;
left: 0;
bottom: 5px;
width: 933px;
height: 31px;
padding-left: 7px;
background-image: url(images/shared/nav-background-trans.png);
background-repeat: no-repeat;
border: 0px solid red;
}

a#snaplive_link {
display: block;
width: 90px;
height: 17px;
position: absolute;
top: 0;
right: 0;
}

div#content {

}

div#footer {
width: 940px;
padding: 10px 10px 0 10px;
position: relative;
left: 50%;
margin-left: -485px;
background-color: #0d0d0d;
margin-bottom: 20px;
}

div#footer p {
text-align: center;
}
