body {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#contentbackground {
 background: url(./images/contentbg2.gif);
 margin-bottom: 0px;
 overflow: auto;
 width: 100%
}
#header {
 background: #582c1d url(./images/header.jpg) no-repeat left;
 color: #000000;
 width: 902px;
 padding: 10px;
 height: 380px;
 margin: 10px 0px 0px 0px;
 border-bottom: 3px solid #582c1d;
}
#headermenu {
 background: url(./images/menu.gif) no-repeat;
 float: right;
 width: 250px;
 height: 350px;
 margin: 10px 50px 10px 10px;
 list-style-position: inside;
}
#headermenu li {
 background: url(./images/menutitle.gif) no-repeat;
 margin: 10px 10px 10px 10px;
 padding: 0.25em;
}
#headermenu li a {
 text-decoration: none;
 text-transform: uppercase; 
 letter-spacing: 1px; 
 font-size: 110%; 
 font-weight: bold;
 color: #582c1d;
}
#headermenu li a:hover{
 color: #FFFFFF;
}
#headermenu ul{
 list-style-type: square;
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 205px;
 float: left;
}
#leftmiddle { 
 float: left;
 color: #333;
 margin: 10px 13px;
 padding: 0px;
 width: 209px;
 display: inline;
 position: relative;
}
#rightmiddle { 
 display: inline;
 position: relative;
 color: #333;
 margin: 10px 10px 10px 10px;
 padding: 0px;
 width: 205px;
 float: left;
}
#rightcolumn { 
 display: inline;
 position: relative;
 color: #333;
 margin: 10px 10px 10px 17px;
 padding: 0px;
 width: 205px;
 float: left;
}
#footer { 
 background: url(./images/footer.gif) no-repeat;
 width: 902px;
 clear: both;
 color: #d1b79e;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 text-align: center;
}
.clear { 
 clear: both; 
 background: none; 
}
* { 
 padding: 0; 
 margin: 0; 
}
a:link {
 color: #a56d5b; 
 text-decoration: none
}   
a:visited {
 color: #a56d5b; 
 text-decoration: none
} 
a:hover {
 color: #d1b79e; 
 text-decoration: none
}
.list { 
 margin: 0px 0px 0px 10px;
 list-style-position: inside;
}
.list ul{
 list-style-type: square;
}
h2 {
 text-transform: uppercase; 
 letter-spacing: 1px; 
 font-size: 100%; 
 font-weight: bold; 
}
.centerimg {
 display: block;
 margin-left: auto;
 margin-right: auto;
}