*{
    margin: 0;
    padding: 0;
}

body{
    background: lightgray;
    min-width: 700px;
    padding: 10px;
}

#container{ 
    background: url('../images/wallpaper4.gif');
}

#top{
    text-align: center;
    margin-bottom: 10px;
}

#center{
    padding-left: 210px;
    padding-right: 150px;
    overflow: hidden; 
}

#center2{
    padding-left: 210px;
    overflow: hidden;
}

#main{
    margin-left: 200px
    margin-right: 150px;
}

#menu{
    position: absolute;
    left: 19px;
    top: 181px;
    padding: 0 10px;
    width: 190px;
    voice-family: "\"}\"";
    voice-family: inherit;
    left: 20px;
    top: 180px;
}
html>body #menu{ 
    left: 20px;
    top: 180px;
}


ul{
    margin-left: 30px;
}

#menu ul{
    list-style: none;
    margin: 0;
}

#menu ul li{
    display: inline;
}
html>body #menu ul li{
	display: block;
}

#menu b{
	display: block;
	text-align: center;
}

#menu ul li a{ 
    display: block;
    margin-bottom: 5px;
}

#menu ul li ul{
    padding: 0 10px 0 10px;
}

#menu a img{
    height: 0;
    width: 0;
    border-width: 0;
}

#menu a:hover img{
    position: absolute;
    top: 370px;
    left: 55px;
    height: 100px;
    width: 100px;
    border: ridge #885500 4px;    
}

#menu2{
    position: absolute;
    right: 20px;
    top: 180px;
    width: 150px; 
    text-align: center;
}

#menu2 ul{
    list-style: none;
    margin: 0;
}

#menu2 ul li{
    margin-bottom: 5px;
}

.boxlink{    
    border: groove #885500 4px;
    text-align: center; 
    background: url( '../images/wood7.gif' );
    text-decoration: none;
    font: sans-serif;
    padding: 3px 20px;
}

.boxlink:hover{
    color: red;
    border: ridge #885500 4px;
}

.borderlink{    
    border: groove #885500 4px;
    background: url( '../images/wood7.gif' );
    text-decoration: none;
    font: sans-serif;
}

.borderlink:hover{
    color: red; 
    border: ridge #885500 4px;
}

.border{
    border: ridge #885500 4px;
}

.box{
    border: ridge #885500 4px;
    background: url( '../images/wood7.gif' );
    padding: 10px;
    margin-bottom: 10px;
}

p{
    margin: 10px;
}

.right{
    text-align: right;
    clear: both;
}

.center{
    text-align: center;
}

h3{
    margin: 10px;
}

#spacer{
    height: 130px;
}

.comment{
    border-top: solid black 1px;
    padding-top: 10px;
}

.float_left{
    float: left;
}
