@charset "utf-8";
/* CSS Document */

*{
  margin: 0px;
  padding: 0px;
  border: none;
}

body{
background: #eed6ac url(images/background.png) repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
size: 1em;
color: #000000;
text-align: justify;
}

#wrapper{
margin: auto;
width: 850px;
}

#header{
background: url(images/headerbackground.png) no-repeat;
width: 850px;
height: 316px;
padding: 20px;
padding-bottom: 0px;
margin-bottom: -20px;
}

#headermovie{
width: 811px;
height: 296px;
z-index: 200;
}

#titlebar{
background: url(images/titlebackground.png) no-repeat;
width: 850px;
height: 66px;
}

#content{
background: url(images/contentbackground.png) repeat-y;
width: 850px;
height: 190px;
padding: 40px;
padding-top: 0px;
padding-bottom: 0px;
}

#info{
font-size: .9em;
line-height: 1.35em;
width: 770px;
text-align: center;
}

#footerbar{
background: url(images/footertopbackground.png) no-repeat;
width: 850px;
height: 20px;
}

#footer{
background: #546c24;
width: 850px;
height: 200px;
padding-top: 40px;
}

#links{
font-size:.8em;
color: #b5ce82;
margin-left: 50px;
line-height: 1.5em;
float: left;
}

#contact{
font-size:.8em;
color: #b5ce82;
margin-left: 50px;
line-height: 1.5em;
float: left;
}

#footerquote{
background: url(images/footerquote.png) no-repeat;
font-size:.8em;
color: #b5ce82;
margin-right: 20px;
line-height: 1.5em;
float: right;
width: 342px;
height: 150px;
}

.footerheaders{
font-size: 1.35em;
line-height: 1.2em;
font-weight: bold;
font-family: "Times New Roman", Times, serif;
}

#footer a{
text-decoration: none;
color: #b5ce82;
}

#footer a:hover{
text-decoration: none;
color: #ffffff;
}
