html, body
{
background-color: #666666;
background-image: url(images/bgwindow.jpg);
background-position: top left;
background-repeat: repeat-x;
background-attachment: fixed;
border: 0px dotted #333333;
HEIGHT: 100%; /* need for mozilla */
MARGIN: 0px auto;
PADDING: 0px;
TEXT-ALIGN: center;
}

#Container
{
POSITION: relative;
TOP: 0;
LEFT: 0;
MIN-HEIGHT: 100%;
MARGIN: 0px auto;
TEXT-ALIGN:left;
width: 950px;  /* Sets width of the site including shadow */
background-position: top left;
background-repeat: no-repeat;
}
* html body #Container
{
HEIGHT: 100%; /* Only IE sees this */
}

#Main
{
border: 0px dotted red;
padding: 0px;
margin-left: 37px;
margin-top: 0px;
margin-bottom: 0px; /* Set this to the height of the footer */
background: url(images/bgpage.jpg); /* Site shell background */
background-position: top left;
background-repeat: repeat-x;
background-color: #333333;
background-attachment: fixed;
width: 913px; /* Sets width of main area */
min-height: 100%;
}

#Midcontent
{
border: 0px dotted red;
margin-left: 0px;
width: 913px;
text-align:left;
}

A:link { color: #ff3333; text-decoration: none;}
A:visited { color: #ff3333; text-decoration: none;}
A:hover { color: #ffffcc; text-decoration: none;}
A:active {color: #cccccc; text-decoration: none;}

TABLE
{font-family: Lucida Sans Unicode, Lucida Grande, verdana, Helvetica, sans-serif; font-size: 12px; line-height: 15px; color: #cccccc;}

#col1
{
margin-top: 55px;
margin-left: 5px;
width: 200px;
text-align:left;
float:left;
border: 0px solid green;
font-family: Lucida Sans Unicode, Lucida Grande,  verdana, Helvetica, sans-serif; font-size: 13px; line-height: 19px;
color:#cccccc; 
}

#col2
{
margin-left: 30px;
margin-top: 0px;
width: 657px;
text-align:left;
font-family: Lucida Sans Unicode, Lucida Grande,  verdana, Helvetica, sans-serif; font-size: 13px; line-height: 19px;
color:#cccccc; 
float: left;}

#logo
{
margin-bottom: 40px;
}

#nav
{
margin-left: 20px;
width: 190px; 
font-size: 14px; 
padding-top: 5px; 
padding-bottom: 7px; 
border-bottom: 1px dotted #ff3333;
font-weight: normal;
font-family: Lucida Sans Unicode, Lucida Grande,  verdana, Helvetica, sans-serif; font-size: 12px; line-height: 16px; color:#990000;
}

#nav a:link {color: #ff3333; text-decoration: none; font-weight: normal;}
#nav a:visited {color: #ff3333; text-decoration: none; font-weight: normal;}
#nav a:hover {color: #ffffcc; text-decoration: none; font-weight: normal;}
#nav a:active {color: #cccccc; text-decoration: none; font-weight: normal;}

#secnav {font-family: Lucida Sans Unicode, Lucida Grande, verdana, Helvetica, sans-serif; font-size: 12px; line-height: 12px; margin-left: 20px; width: 190px; border-bottom: 1px dotted #ff3333; color:#990000;}

#secnav a:link {color: #ff9999; text-decoration: none; font-weight: normal;}
#secnav a:visited {color: #ff9999; text-decoration: none; font-weight: normal;}
#secnav a:hover {color: #ffffcc; text-decoration: none; font-weight: normal;}
#secnav a:active {color: #cccccc; text-decoration: none; font-weight: normal;}


.header {font-size: 18px; font-weight: bold; color: #ff9999; line-height: 130%;}
.subheader {font-size: 14px; font-weight: bold; color: #ffffcc;}
.size11 {font-size: 11px; line-height: 135%; color: #999999;}
.pic { width: 235px; height: 170px; border: 1px solid #999999; margin-left: 20px; margin-bottom: 20px; float: right;}

.generalpic {border: 1px solid #999999; margin-left: 20px; margin-bottom: 20px; float: right;}

.homepic { width: 150px; border: 1px solid #999999; margin-right: 8px; margin-bottom: 3px;}

#DottedLine 
{ border-top: 1px dotted #666666; margin-bottom: 20px; clear: both;}

#maintext
{
margin-top: 30px; 
margin-left: 25px;
padding-right: 20px; 
font-family: Lucida Sans Unicode, Lucida Grande,  verdana, Helvetica, sans-serif; font-size: 13px; line-height: 19px;
color:#cccccc; 
}

#quote
{
margin-top: 100px;
margin-left: 20px;
width: 190px;
color: #009da0;
font-size: 15px; line-height: 21px;
}

#announce
{
margin-top: 20px;
margin-left: 20px;
width: 190px;
color: #333333;
font-size: 12px; line-height: 16px;
}

#quoter
{ font-size: 11px; font-style: italic; line-height: 13px; margin-top: 7px;}


.quoter
{ font-size: 11px; font-style: italic; line-height: 13px;}

#movietable
{
border:0;
margin:0;
padding:0;
width:100%;
height:100%;
background-color:#000000;
color: #cccccc;
}



#footer
{
POSITION: absolute;
BOTTOM: 0px;
margin-left: 35px;
width: 950px;
height: 30px; /* Set footer height */
background-image: url(images/bgfooter.gif);
text-align: left;
font-family: Lucida Sans Unicode, Lucida Grande,  Arial, Helvetica, sans-serif; font-size:10px; line-height:12px; color:#dedede;
}

#footer a:link {color: #ffffff; text-decoration: none; font-weight: normal;}
#footer a:visited {color: #ffffff; text-decoration: none; font-weight: normal;}
#footer a:hover {color: #009da0; text-decoration: none; font-weight: normal;}

#footertext
{
margin-top: 8px; 
margin-left: 278px;
}






