
#background{
    background-color:#003300;
    overflow:auto;
}
#wrapper{
    width:95%;
    overflow:auto;
    min-width:500px;
    max-width:1060px;
    min-height:420px;
    margin-left:auto;
    margin-right:auto;
    margin-top:3px;
    margin-bottom:3px;
    border:solid;
    border-color:#003300;
    border-width:3px;
    background-color:#FFFFCC;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}

a:hover {background-color:#FF704D;}

#header{
    width:100%;
    /*margin-left:0px;
    margin-right:0px;*/
    height:auto;
    min-height:2in;
    max-height:3in;
    

    /*border-bottom:solid;
    border-bottom-width:3px;
    border-bottom-color:#330000;*/

}
#navigation{
    width:100%;
    text-align:center;
   
}
#navigation li{
    display:inline;
    background-color:#663300;
    text-align:center;
    text-decoration:none;
    font-weight: bold;
    /*border:solid;
    border-width:2px;
    border-color:#003300;*/
    padding:10px;
    margin-bottom:0px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    box-shadow: 3px 3px 3px #666;
    -moz-box-shadow: 3px 3px 3px #666;
    -webkit-box-shadow: 3px 3px 3px #666;
    -o-box-shadow: 3px 3px 3px #666;
    
}
#navigation a{
    color:#FFFFCC;
    text-decoration:none;
    display:inline-block;
    width:2in;
    
}

#centerbox{
    
   
    background-color:#FFFFCC;
    position:relative;
    margin-top:0px;
    overflow:auto;
}
#subnav div,#content div,#ads div{margin-top:0px;}

/*#subnav{
    width:13%;
    float:left;
}*/
#subnav li{
    text-decoration:none;
    border:solid;
    border-width:3px;
    border-color:#003300;
    background-color:#663300;
    color:#FFFFCC;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    padding:5px;
    
}
#subnav a{
    text-align:center;
    color:#FFFFCC;
    display:block;
    
 
   

}

#subnav div{
    background-color:#FFFFCC;
   
}
#content{
    width:80%;
    min-width:400px;
    float:left;
    color:#330000;

    /*box-shadow: 3px 3px 3px #666;
    -moz-box-shadow: 3px 3px 3px #666;
    -webkit-box-shadow: 3px 3px 3px #666;
    -o-box-shadow: 3px 3px 3px #666;*/
}

#content div{
    /*border:solid;
    border-color:#003300;
    border-width:3px;*/
    margin:5px;
    padding:7px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
     box-shadow: 3px 3px 30px #666;
    -moz-box-shadow: 3px 3px 30px #666;
    -webkit-box-shadow: 3px 3px 30px #666;
    -o-box-shadow: 3px 3px 30px #666;
}

#ads{
    width:13%;
    float:right;
    
}

#ads div{
   /*border:solid;
    border-width:3px;
    border-color:#003300;*/
    background-color:#663300;
    color:#FFFFCC;
    
    
}
#footer{
    background-color:#663300;
    clear:both;
    height:1in;
    text-align:center;
    width:100%
}
#footer li{
    color:#FFFFCC;
    display:inline;
    text-decoration:none;
    margin-bottom:0px;
    
}
#footer a{
    color:#FFFFCC;
    margin-bottom:0px;
    

}

