body{
background-color: white;
font-family: arial, helvetica, sans-serif;
font-size: medium;
margin: 0px;
}
#container{
background-color: white;
width: 800px;
padding-top: 5px;
padding-bottom: 5px;
margin-left: auto;
margin-right: auto;
}
#header{
height: 100px;border-bottom: 20px;
}
#menu{
background-color: #6c4943;color: #fefbdb;
font-size: small;
height: 20px;
}
.menutable{
width: 150px;
color: #ffffff;
}
#leftside{
background-color: #6c4943;
font-size: small;
margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 10px;
width: 200px;
float: left;
}
#main{
padding: 10px;
margin-right: 220px;
margin-left: 220px;
}
#rightside{
background-color: #6c4943;
font-size: small;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 0px;
width: 200px;
float: right;
}
#footer{
color: #fefbdb;
background-color: #6c4943;height: 130px;
font-size: x-small;
padding: 10px;
margin-bottom: 10px;

clear: both;
}
a:link{
color: #fefbdb;
background-color:#6c4943;
text-decoration: none;
border-bottom: none;
}
a:hover{
color: #b22222;
text-decoration: underline;
border-bottom: none;
}
a:visited{
color: #fefbdb;
background-color:#6c4943;
text-decoration: none;
border-bottom: none;
}
h1{
color: #6c4943;
font-size: 200%;
}
.designinfo{
float: right;
}
h2{
color: #6c4943;
font-size: 100%;
}
table.contact{
table-layout: auto:
width: 480px;
valign: top;
}
