@charset "utf-8";
/* CSS Document */

html, body{
background-color:#000000;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
margin:0px;
}

#container{
max-width:1704px;
min-width:493px;
}

#top{
height:255px;
background-image:url(images/top.jpg);
background-repeat:no-repeat;
min-width:464px;
}

#flashbuttonthing {float: left; padding: 10px; width: 400px; height: 100px; text-align: left;}

#menu{
padding-right:5px;
background-color:#322f2b;
width:204px;
height:253px;
}

#left{
float:left;
background-color:#322f2b;
background-image:url(images/left.gif);
background-repeat:no-repeat;
width:289px;
height:475px;
padding-top:70px;
}

#content{
padding-top:25px;
padding-left:10px;
margin-left:300px;
max-width:1280px;

}

#dummy{
clear:both;
}

.border{
border:solid 1px #FFFFFF;
}

.legal{
font-size:9px;
}

a:visited{
color:#FFFFFF;
text-decoration:none;
}
a:active{
color:#FFFFFF;
text-decoration:none;
}
a:link{
color:#FFFFFF;
text-decoration:none;
}
a:hover{
color:#FFFFFF;
text-decoration:underline;
}

h3{
font-size:16px;
font-weight:900;
margin:0px;
}

.small{
font-size:11px;
font-style:italic;
}

#calendar{
padding-top:150px;
}