body{
    text-align:center;
    color:#000;
    font-family:sans-serif, "Times New Roman", arial;
    width:100%;
    margin:0;
    background:#000;
}

#container{
    width:900px;
    border:1px solid;
    margin:0 auto;
    background-image:url('/images/side.jpg') ;
    background-repeat:repeat-y;
    border-left:5px groove #FFF;
    border-right:5px groove #FFF;
}

#column1{
    width:277px;
    float:left;
    height:auto;
}

#column2{
    width:620px;
    float:left;
    height:auto;
    margin-top:-20px;
    color:#FFF;

}

#sideContent{
    padding:10px; 
}

#content{
    padding:10px;
}

#topcontent{
    background-image:url('/images/topcontent.jpg') ;
    background-repeat:no-repeat;
    width: 620px;
    height: 180px;
}

#bottomcontent{
    background-image:url('/images/bottomcontent.jpg') ;
    background-repeat:no-repeat;
    width: 620px;
    height: 250px;
    margin-top:-2px;
}

#midcontent{
     background-image:url('/images/midcontent.jpg') ;  
     background-repeat: repeat-y;
     width:620px;
     margin:0;
}


#banner{
    height:333px;
    width:100%;
    margin:0 auto;
}



#footer{
   width:900px;
   height:71px;
   border-top:5px ridge #FFF;
   margin:0 auto;
   color:#FFF;
}

a{
    color:#CCC;
    font-weight:bold;
}

a:hover{
    color:#E2E2D2;
    font-weight:normal;
}
#nav{
    width:900px;
    height:65px;
    background-image:url('/images/nav.jpg');
    background-repeat:no-repeat;
    margin:0 auto;
    position:relative;
    bottom:20px;
}

#footerimg{
    width:148px;
    height:144px;
    margin:0 auto;
    background-image:url('/images/footerimg.png');
    background-repeat:no-repeat;
    position:relative;
    bottom:80px;
}

#theNav{
    list-style:none;
    height:60px;   
    position:relative;
    right:30px;       
    line-height:40px;
    margin:0 auto;
    width:1000px;; 
    display:block; 
}

#theNav li{
    float:left;
    height:65px;
/*            background-image:url('/images/hat.png');
    background-repeat:no-repeat;
    background-position:top;*/
}

#theNav li a{
    color:#F00;
    font-size:18px;
    font-weight:bold;
    font-style:italic;
    text-decoration: none;
    display:inline-block;
    vertical-align:top;
    margin:10px;
    
}

#theNav li:hover a, #theNav li:hover{
    color:#00F;
    font-style:normal;
    
}


img{
    border:none;
}

#leftFooter{
    width:360px;
    float:left;
    font-size:18px;
    font-weight:bold;
    position:relative;
    top:10px;
}

#rightFooter{
    width:360px;
    float:right;
    font-size:18px;
    font-weight:bold;
    position:relative;
    top:10px;
}

.subFooter{
    width:200px;
    text-align:left;
    float:left;
}

.subFooter a{
    font-weight:normal;
}
.specialFont{
    font-weight:bold;
    font-style:italic;
}

#marquee_replacement{
     width:250px;
     height:150px;
     overflow:hidden;
     margin:0 auto;
     position:relative;
     top:20px;
     font-weight:bold;
     color:#FFF;
}


#footer a{
    color:#FFF;
}

#footer a:hover{
    color:#F00;
    text-decoration:none;
}
