/* CSS Document */

#main {
width:800px;
margin:auto;
position:relative;
}

body {
scrollbar-3dlight-color:#990000;
scrollbar-arrow-color:#990000;
scrollbar-track-color:black;
scrollbar-darkshadow-color:#990000;
scrollbar-face-color:black;
scrollbar-highlight-color:#990000;
scrollbar-shadow-color:#990000;
margin:0px;
background-color:black;
background-image:url(../pics/layout/body_background.gif);
background-position:center;
background-repeat:repeat-y;
}

body, td {
color: #ffffff;
font-family:  Arial, Helvetica, "Trebuchet MS";
font-size: 14px;
}

form, input, select, textarea {
color: #000000;
}

a { color:#ffffff; }
a:visited { color:#ffffff; }
a:hover { color:#cc0000; }

h1 {
font-size: 20px; }

h2 {
font-size: 14px; }

h3, h4 {
font-size: 16px; }

#dropmenudiv{
position:absolute;
border:0px  white;
border-bottom-width: 0px;
font: 14px copperplate gothic light;
line-height:18px;
z-index:100;
}

#dropmenudiv a {
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px;
padding: 0px 0;
text-decoration: none;
font-weight:bold;
background-image:url(../pics/layout/dot.gif)

}

#dropmenudiv a:hover{ /*hover background color*/
background-image:url(../pics/layout/dot.gif)
}

.tagline {
font-size:14px;
font-style:italic;
color:#9999ff;
}

.header {
padding-top: 20px;
padding-right: 10px;
font-size:20px;
text-align:right;
}
