/* CSS Document */

/* BODY */


body, html {
background: #000;
text-align: center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0 auto;
color: #FFF;
}

/* MAIN CONTAINER DIV */

#container {
margin: 0 auto;
width: 919px;
text-align: left;
min-height: 100%;
overflow: hidden;
}

/* HEADER DIV */

#header {
width: 919px;
height: 113px;
background-image: url(../images/header.jpg);
background-position: center;
background-repeat: no-repeat;
}

/* MENU DIV */

#menu {
width: 919px;
height: 22px;
text-align: left;
padding: 84px 0 0 0;
}

#home {
float: left;
width: 60px;
padding: 0 0 0 20px;
}

#home a {
outline: none;
}

#thecrew {
float: left;
width: 60px;
padding: 0 0 0 5px;
}

#thecrew a {
outline: none;
}

#projects {
float: left;
width: 60px;
padding: 0 0 0 20px;
}

#projects a {
outline: none;
}

#filmvideo {
float: left;
width: 60px;
padding: 0 0 0 10px;
}

#filmvideo a {
outline: none;
}

#gallery {
float: left;
width: 60px;
padding: 0 0 0 20px;
}

#gallery a {
outline: none;
}

#blog {
float: left;
width: 60px;
padding: 0 0 0 10px;
}

#blog a {
outline: none;
}

#sponsors {
float: left;
width: 60px;
padding: 0 0 0 0;
}

#sponsors a {
outline: none;
}

#donate {
float: left;
width: 60px;
padding: 0 0 0 15px;
}

#donate a {
outline: none;
}

#contact {
float: left;
width: 60px;
padding: 0 0 0 5px;
}

#contact a {
outline: none;
}


/* CONTENT DIVS */

#contentcontainer {
float: left;
width: 580px;
margin: 10px 0 0 20px;
text-align: justify;
}

#contentcontainerwide {
float: left;
width: 880px;
margin: 10px 0 0 20px;
text-align: justify;
}

#contentcontainer ul {
font-size: 12px;
font-weight: normal;
list-style-type: square;
margin: 0;
padding: 0;
}

#contentcontainer ul li {
font-size: 12px;
font-weight: normal;
padding-left: 8px;
list-style-position: inside;
text-indent: -7px;
color: #FFF;
}

/* FLOATS */

#fltleft {
float: left;
width: 200px;
border-right: 1px solid #CCC;
text-align: right;
padding-right: 20px;
}

#fltleft p {
line-height: 28px;
}

#fltright {
float: right;
width: 280px;
margin: 10px 20px 0 0;
}


/* FOOTER */

#footer {
width: 919px;
height: 84px;
background-image: url(../images/footerbg.jpg);
background-position: center;
background-repeat: no-repeat;
color: #FFF;
text-align: center;
margin: 0;
clear: both;
}

#footertxt {
padding: 15px 5px 5px 5px;
font-size: 9px;
}

/* HEADINGS */

h1 {
font-size: 18px;
font-weight: bold;
color: #E48500;
}

h1 a {
color: #FFF;
text-decoration: none;
}

h1 a:hover {
color: #E48500;
text-decoration: underline;
}

h2 {
font-size: 16px;
font-weight: bold;
color: #E48500;
}

h3 {
font-size: 14px;
font-weight: bold;
color: #E48500;
}

/* ALIGNMENTS */

.imgfltleft {
float: left;
padding: 12px;
}

.imgfltright {
float: right;
padding: 12px;
}

.imgpad {
padding: 10px;
}

/* TEXT */

.smalltxt1 {
font-size: 9px;
line-height: 12px;
}

.largetext1 {
font-size: 18px;
font-weight: bold;
color: #E48500;
}

.largetext1 a {
color: #E48500;
text-decoration: none;
}

.orangetxt {
color: #E48500;
}

/* LINKS */

a:link {text-decoration: none; color: #E48500;}
a:visited {text-decoration: none; color: #E48500;}
a:active {text-decoration: none; color: #E48500;}
a:hover {text-decoration: none; color: #FFF;}
