/* CSS Document */

body {

margin: 0px;
background-image: url(img/bg1.gif);
background-position: center top;
background-repeat: no-repeat;
background-attachment: fixed;
background-color: black;

}

h2 {

font-family: Verdana, Arial, Helvetica, sans-serif;
margin-left: 20px;

}

div#container {

position: absolute;
left: 50%;
margin-left: -300px;
width: 600px;
height: 800px;
background-color: white;
border-left: black 4px solid;
border-right: black 4px solid;

}

div#head {

width: 600px;
height: 136px;

}

div#nav {

position: absolute;
top: 135px;
width: 150px;
height: 615px;
background-color: #525252;
background-image: url(img/navbg1.gif);
background-position: center top;
background-repeat: no-repeat;
padding-top: 20px;

}

div#meat {

position: absolute;
left: 149px;
top: 135px;
width: 450px;
height: 635px;
background-image: url(img/meatbg.gif);
background-repeat: no-repeat;
background-color: white;

}

div#footer {

position: absolute;
top: 770px;
height: 30px;
width: 600px;
background-color: black;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;

}

a.navi {

display: block;
width: 100px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 20px;
color: white;
margin-left: 15px;
padding-left: 20px;
padding-top: 5px;
padding-bottom: 5px;
text-decoration: none;
border-left: black solid 2px;

}

a:hover.navi {

background-color: black;
color: #FFCC66;

}

div#footer a {

font-size: 11px;
font-family: verdana;
color: white;
margin: 35px;

}

div#footer a:hover {

color: #FFCC66;

}

img#title {

margin-left: 25px;
margin-top: 25px;

}

p {

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
margin-left: 60px;
margin-right: 40px;
text-indent: 10px;

}

p.shows {

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
margin-left: 60px;
margin-right: 40px;
text-indent: 0px;

}

p.feat {

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
margin-left: 90px;
margin-right: 40px;
text-indent: 0px;
line-height: 18px;

}

#logo {

margin-left: 25px;
margin-top: 10px;

}

a.underover {

color: #333366;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
display: inline;
border: 0px;
padding: 0px;
margin: 0px;
font-weight: 600;

}

a:hover.underover {

color: white;

}

h3 {

text-align: center;

}

img.photo {

margin-left: 40px;
margin-top: 20px;
border: 1px black solid;

}

a:hover img.photo {

border: 1px white solid;

}

p.lohi {

text-align: right;
margin-right: 200px;

}

table#contactform {

width: 375px;
margin-left: 40px;
border: 2px black solid;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
scrollbar-base-color: #828282;
scrollbar-arrow-color: #FFFFF;
scrollbar-3dlight-color: #white;
scrollbar-face-color: #ADADAD;
scrollbar-highlight-color: #828282;
scrollbar-track-color: #C4C4C4;

}

table#contactform td {

padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;

}

.left {

vertical-align: top;
background-color: #666;
color: white;
font-weight: 400;

}

.right {

background-color: #CCCCCC;

}

#video {

text-align: right;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
padding-right: 20px;

}

#video a {

text-decoration: none;
color: #FF9933;

}