/* CSS Document */

body{
background:url(../images/corbin_bg.jpg) 50% top no-repeat;
background-color:#414141;
text-align:center;
}

#header{
width:760px;
height:200px;
margin:auto;
margin-top:75px;
text-align:center;
}

#maincont{
width:740px;
height:auto;
background:url(../images/corbin_main_bg.gif) repeat-y;
margin-top:0px;
margin:auto;
text-align:center;
}
#main{
width:680px;
height:auto;
margin:auto;
text-align:left;
}

#main p{
margin:0px;
font-family:georgia;
font-size:12px;
color:#414141;
}

h1{
font-family:georgia;
font-size:24px;
color:#414141;
}

img.art{
float:right;
padding:10px;
caption-side:bottom;
}
a.movie{
color:#FF9933;
}

img.thumb{
padding:5px;
}

#footer{
width:740px;
height:200px;
margin:auto;
}


#nav{
width: 700px;
height:20px;
margin:auto;
maring-top:0px;
text-align:center;
}

a.nav{
font-family:georgia;
font-size:12px;
color:#666666;
}

a.nav:hover{
background:#000000;
color:#FFFFFF;
}