/* CSS Document */

body
{
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 80%;
margin-top: 14px;
background-image: url(../images/bg.gif); background-repeat:repeat-x;
}

ul, h4, p
{
padding: 0;
margin: 0;
list-style: none;
}

#mainwrapper
{
margin: 0 auto;
width: 862px;
height: auto;
}

#header
{
height: 89px;
border-bottom: 1px solid #b7b7b7;
}

.logo
{
float: right;
margin-bottom: 0px;
}

.nav
{
width: 625px;
height: 29px;
}

.nav li
{
list-style-type:none;
float:left;
margin-top: 0px;
margin-top: 60px;
}

.nav li a
{
text-indent: -9999px;
display:block;
height: 30px;
}

/*------------------------------nav rollovers -------------------------------*/

li.home 
{
width: 63px;
height: 29px;
background-image:url(../images/nav/home.gif); background-repeat:no-repeat;
text-decoration: none;
}
 
li:hover.home
{
background-position: 0 -29px;
}





li.about 
{
width: 76px;
height: 29px;
background-image: url(../images/nav/about.gif); background-repeat:no-repeat;
text-decoration: none;
}
 
li:hover.about
{
background-position: 0 -29px;
}





li.news
{
width: 56px;
height: 29px;
background-image: url(../images/nav/news.gif); background-repeat:no-repeat;
text-decoration: none;
}
 
li:hover.news
{
background-position: 0 -29px;
}





li.doc
{
width: 113px;
height: 29px;
background-image: url(../images/nav/doc.gif); background-repeat:no-repeat;
text-decoration: none;
}
 
li:hover.doc
{
background-position: 0 -29px;
}





li.drama
{
width: 62px;
height: 29px;
background-image: url(../images/nav/drama.gif); background-repeat:no-repeat;
text-decoration: none;
}
 
li:hover.drama
{
background-position: 0 -29px;
} 





li.drama_doc
{
width: 163px;
height: 29px;
background-image: url(../images/nav/drama_doc.gif); background-repeat:no-repeat;
text-decoration: none;
}
 
li:hover.drama_doc
{
background-position: 0 -29px;
} 





li.feature
{
width: 89px;
height: 29px;
background-image: url(../images/nav/feature.gif); background-repeat:no-repeat;
text-decoration: none;
}
 
li:hover.feature
{
background-position: 0 -29px;
} 



/*--------------------------------------------------------------------------*/


.footer
{
color: #000000;
padding-top:6px;
margin-bottom: 5px;
border-top: 6px solid #39333d;
border-bottom: 1px solid #c6c6c6;
}

.footerlinks
{
margin-left: 3px;
margin-bottom: 5px;
font-size:13px;
}

.footerlinks a:link, a:visited,  a:active
{
color: #454545;
text-decoration: none;
} 

.footerlinks a:hover
{
text-decoration: underline;
color: #743f9a;
}

.contactinfo
{
font-family: Georgia, "Times New Roman", Times, serif;
color: #000000;
padding-top:4px;
font-size:11px;
}

.bionic
{
width: 123px;
height: 23px;
float: right;
margin-top: -20px;
}





.clear
{
clear: both;
}