body 
{background-color: #FBDAF8}
body
{
background-image: 
url("images/background.jpg");
background-repeat: repeat-x
}
body
{
font-family: sans-serif, Verdana, Arial, 'Times New Roman', serif; color:#8A091E
}


a:link 
{ text-decoration: none; color: 2429FD}


a:visited 
{ text-decoration: none; color: 2429FD}


a:hover 
{ color:#0A0EAA; text-decoration: underline}




a.menu:link 
{ text-decoration: none; color: FDFCBD}


a.menu:visited 
{ text-decoration: none; color: FDFCBD}


a.menu:hover 
{ color:#CED8FB}


#banner 
{
position:absolute;
left:25px;
top:5px
}

#text 
{
position:absolute;
left:25px;
top:5px;
font-color: #FFFFFF;
font-size: xx-small;
z-index:-2
}



#buttoncontainer
{
position:absolute;
left:10px;
top:96px;
width:800px; 
height:30px;
font-weight:bold;
vertical-align: bottom
}


#filmstrip 
{
position:absolute;
left:0px;
top:122px
}


#container
{
position:absolute;
left:35px;
top:200px;
width: 935px;
margin: 10px auto;
background-color: #fff;
color: #333;
line-height: 130%;
}


#top
{
padding: .5em;
background-color: #ddd;
border: 1px solid gray;
}

#top h1
{
padding: 0;
margin: 0;
}

#leftnav
{
float: left;
width: 160px;
margin: 0;
padding: 1em;
}

#content
{
margin-left: 200px;
padding: 1em;
max-width: 36em;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
background-color: #FDDAF8;
border-top: 1px solid gray;
}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }




