/* General */
HTML, BODY { height: 100%; }
BODY { background: #141010; color: #4a3c3b; font-family: 'Palatino-Roman', Palatino, serif; font-size: 14px; line-height: 21px; margin: 0px; padding: 0px; }
BODY { width: 700px; text-align: center; margin-left: auto ; margin-right: auto; }
A:link, A:visited { color: #000000; font-weight: bold; text-decoration: none; }
A:hover, A:active { color: #000000; font-weight: bold; text-decoration: underline; }
SUP { font-size: 90%; font-weight: bold; vertical-align: top; }
HR { background: #4a3c3b; border: 0px; color: #4a3c3b; height: 1px; }
H1 { color: #4a3c3b; font-size: large; font-style: normal; font-weight: bold; margin: 0px; padding: 0px; text-decoration: none; }
H2 { color: #4a3c3b; font-size: medium; font-style: normal; font-weight: bold; margin: 0px; padding: 0px; text-decoration: underline; }
H3 { color: #4a3c3b; font-size: small; font-style: normal; font-weight: bold; margin: 0px; padding: 0px; text-decoration: none; }



/* Main */
#body { background: url(../images/body.jpg) repeat-y; }

#header { background: url(../images/header.jpg) no-repeat; height: 137px; }

#menu { padding: 20px 30px; }
#menu A:link, #menu A:visited { color: #b1aa9f; font-family: 'Courier New', serif; font-size: 16px; font-weight: bold; letter-spacing: 1px; text-decoration: none; }
#menu A:hover, #menu A:active { color: #ff4700; font-family: 'Courier New', serif; font-size: 16px; font-weight: bold; letter-spacing: 1px; text-decoration: none; }

#col0 { padding: 0px 0px 0px 0px; }
#col1 { background: url(../images/col1.jpg) repeat-y; width: 320px; }
#col2 { padding: 50px 15px 0px 5px; }

#moviebg { background: url(../images/movie.png) no-repeat center center; height: 400px; width: 700px; text-align: center; }
#movie { padding: 63px 5px 0px 0px; }
#movietext { padding: 0px 50px; }
#bios { padding: 25px 75px; }
#bios BR { clear: all; }
#bios IMG { padding: 10px; }

#footer { background: #b1aa9f; border-top: solid 2px #141010; height: 70px; padding: 5px; }
#footer { color: #141010; font-size: 10px; }
#footer A:link, #footer A:visited { color: #141010; text-decoration: underline; }
#footer A:hover, #footer A:active { color: #141010; text-decoration: none; }

#copyright { color: #141010; font-size: 10px; }
#copyright A:link, #copyright A:visited { color: #141010; font-size: 10px; font-weight: bold; text-decoration: underline; }
#copyright A:hover, #copyright A:active { color: #141010; font-size: 10px; font-weight: bold; text-decoration: none; }



/* Classes */
.form { border: 1px #141010; border-style: solid; }
.form-left { background: #b1aa9f; padding: 5px; }
.form-right { padding: 0px 5px; }
.form-right INPUT, .form-right SELECT, .form-right SUBMIT, .form-right TEXTAREA { font-family: sans-serif; font-size: 11px; }

OL.faq { list-style-image: none; margin: 0px 0px 0px 50px; padding: 0px; }
UL.faq { list-style-image: none; list-style-type: disc; margin: 0px 0px 0px 50px; padding: 0px; }
OL.faq LI { margin: 5px 0px 0px 0px; }



/* Pages */
#index { ; }



/* Display */
@media print { .noprint { visibility: hidden; position: absolute; left: 0px; top: 0px; } }



/*
Colors:

lt brown: #b1aa9f; 
brown: #4a3c3b;  
dk brown: #141010; 
orange: #ff4700; 

*/