/* CSS Document */

html {
background: #fff3d2;
text-align: center;
}
body {
background-image: url('images/bg.jpg');
background-repeat: repeat-x;
margin: 0;
padding: 1;
text-align: center;
}
#header {
background-image: url('images/header.jpg');
margin: 0 auto;
width: 838px;
height: 268px;
margin-top: 30px;
}
#main {
width: 831px;
height: 800px;
margin: 0 auto;
text-align: left;
}
#left {
width: 280px;
height: 650px;
margin-left: 1px;
float: left;
}
#right {
width: 500px;
height: 650px;
float: right;
}
h2 {
font-family: tahoma; 
color: #5A584B; 
font-size: 1.1em; 
}
h3 {
font-family: tahoma; 
color: #5A584B; 
font-size: .9em; 
}
/* n a v i g a t i o n */

#topmenu
{
width: 810px;
margin: 0;
padding: 0;
margin-left: 10px;
background-color: #3C3A2D;
}

#topmenu ul
{
width: 100%;
display: inline;
list-style: none;
background-color: #3C3A2D;
}
#topmenu ul li
{
display: inline;
list-style: none;
}
#topmenu ul li a
{
color: #FEFAD5;
background-color: #3C3A2D;
font-size: 12px;
float: left;
text-decoration: none;
border-right: 1px solid #fff;
padding: 0.2em 1em;
font-family: tahoma;
font-weight: bold;
}
#topmenu ul li a:hover
{
color: #DB9236;
background-color: #3C3A2D;
}
#topmenu ul li a.active
{
color: #000;
background-color: #E4D2AA;
} 

