/* style.css */

body {
margin: 0;
padding: 0;
font: 12px arial, hevetica, lucida, sans-serif;
text-align: center;
color: #333;
background-color: #fff;
}

h1, h2, h3, h4 { margin: 0; padding: 0; }

.clearfix {
clear: both;
}

.spacer {
height: 10px;
}

p {
font: 12px arial, hevetica, lucida, sans-serif;
color: #333;
margin: 0;
line-height:17px;
}

p.quote {
text-align: left;
font: 12px arial, hevetica, lucida, sans-serif;
font-weight: bold;
font-style: italic;
color: #333;
}

p.signature {
text-align: right;
font: 11px arial, hevetica, lucida, sans-serif;
color: #333;
}

.btitle {
font-weight: bold;
}

a:link, a:visited, p a:link, p a:visited {color: #990000; text-decoration: none; font-weight: bold;}
a:hover, a:active, p a:hover, a:active  {text-decoration: underline;}

#ltitle a:link, #ltitle a:visited, #footer a:link, #footer a:visited, #subnav a:link, #subnav a:visited,  #menu a:link, #menu a:visited {color: #000000; text-decoration: none; font-weight: normal;}
#ltitle a:hover, #ltitle a:active, #footer a:hover, #footer a:active, #footer p a:hover, #footer a:active, #subnav a:hover, #subnav a:active, #subnav p a:hover, #subnav a:active,   #menu a:hover, #menu a:active  {text-decoration: underline;}

h1 { font-family: arial; color: #000000; font-size: 18px }
h2 { font-family: arial; color: #000000; font-size: 14px }

#container {
margin: 1em auto;
width: 820px;
height: auto;
text-align: left;
background-color: #fff;
border: 1px dotted #333;
}

#boxl {
float: left;
width: 458px;
text-align: left;
}

#limage {
margin: 20px;
width: 420px;
height:385px;
text-align: left;
border: 1px solid #888;
}

#ltext {
margin: 20px 10px 10px 20px;
padding: 10px;
width: 400px;
text-align: left;
height: 150px;
border: 1px dotted #333;
}

#hometext {
margin: 20px 0px 10px 0px;
padding: 10px;
text-align: left;
border: 1px dotted #333;
}

#boxr {
float: right;
width: 358px;
text-align: left;
}

#logo {
float: left;
margin: 10px 0px 0;
padding: 10px 0 0 10px;
width: 328px;
/*
height:130px;
*/
}

#menu {
float: right;
display: inline;
margin: 5px 10px 10px 10px;
text-align: left;
}

#bigcat {
float: left;
display: inline;
margin: 10px;
padding: 7px;
width: 168px;
/*
height: 80px;
*/
text-align: left;
background-color: #fff;
border: 1px dotted #333;
}

#bigcat p {
margin: 0;
}

#cat1, #cat2, #cat3, #cat4 {
float: left;
display: inline;
margin: 10px;
padding: 7px;
/*
width: 67px;
height: 80px;
*/
text-align: left;
/*
border: 1px dotted #333;
*/
}

#cat1 p {
font-size: 11px;
margin: 0;
}

#footer {
float: left;
margin: 35px 0 0 0;
padding: 4px 0 0 10px;
display: inline;
width: 810px;
text-align: left;
border-top: 1px dotted #333;
}

#footer_inner {
margin: 3px 0 5px 0;
}

.footer_textlinks {
float: left;
font: 12px arial, hevetica, lucida, sans-serif;
color: #333;
margin: 0;
line-height:17px;
}

.subscribe {
display: inline;
float: left;
padding: 0px 0px 0 0px;
margin-left: 15px;
}

#contact {
display: inline;
float: left;
margin: 2px 0 0 40px;
}

.footer_imgs img {
padding: 0px 5px;
}

#box_homeleft {
float: left;
margin: 0 0 0 10px;
width: 300px;
text-align: left;
}

#box_homeright {
float: right;
display: inline;
width: 425px;
/*
height: 477px;
*/
text-align: right;
padding: 120px 20px 5px 0;
}

#menu_homepage {
margin: 0 0 0 40px;
text-align:left;
width:300px;
}

#menu_homepage img {
padding: 5px 0 5px 0;
}

#home_movie {
margin: 0px;
text-align: left;
width: 425px;
}

#navtable td {
padding: 6px;
}

.active {color: #990000; text-decoration: none; font-weight: bold;}


