
body {
background: #4c320d;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #333333;;
}

img { border: none; }
a { color: #4c320d;  }
a:hover { text-decoration: none; color : #000; }

#wrap {
margin: 20px auto;
width: 800px;
}

#header { 
background: #4c320d url(images/header.jpg) no-repeat;
height: 100px;
margin-top:-20px;
}
#header h1 {
font-size: 30px;
font-weight: 100;
letter-spacing: -1px;
padding: 20px 0 0px 30px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #111;
text-decoration: none;
}
#header h2 {
color: #ccc;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 30px;
letter-spacing: -1px;
line-height: 12px;
}

#menu {
height: 30px;
line-height: 30px;
background: #4c320d url(images/menu.jpg) no-repeat;
margin-top:-11px;
}
#menu ul {
padding-left: 10px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #eee;
padding: 0 10px;
text-decoration: none;
font-weight: 600;
}
#menu ul li a:hover {
color: #fff;
text-decoration: underline;
}

#content {
background: #4c320d url(images/content.jpg) repeat-y;
padding: 10px 20px;
}

.left {
width: 578px;
float: left;
text-align: justify;
padding-left: 10px;
}
.left h1 {
font-size: 24px;
letter-spacing: -2px;
font-weight: 100;
color: #4c320d;
}
.left h2 {
font-size: 20px;
letter-spacing: -1px;
font-weight: 100;
margin-bottom:9px;
margin-top:18px;
}
.left h3 {
font-size: 17px;
letter-spacing: -1px;
font-weight: 100;
margin-bottom:7px;
}
.left h4 {
font-size: 15px;
letter-spacing: -1px;
font-weight: 100;
margin-bottom:-5px;
}

.right {
width: 140px;
float: right;
font-size: 11px;
}
.right ul {
list-style-type: square;
padding: 5px;
font-size:10px;
line-height:12px;
}
.right h4 {
font-size: 13px;
color: #666;
margin-bottom:-5px;
}
.right a { text-decoration: none }
.right li {margin-left:5px;}

#top {
background: #555 url(images/top.jpg) no-repeat;
padding: 5px 0;
}
#bottom {
background: #555 url(images/bottom.jpg) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
color: #eee;
font-size: 11px;
padding: 17px 0;
}
#footer a { color: #eee; }

li {margin-bottom:5px;}
#menu #active {background-color:#4c320d;}

fieldset#contact-form {margin:20px 0px 20px 40px;background:#eee;padding:10px;color:#000;width:400px;}
fieldset#contact-form label {font-size:13px;}
fieldset#contact-form input {height:20px;font-size:16px;margin-bottom:15px;}
fieldset#contact-form textarea {font-size:16px;margin-bottom:15px;width:380px;}
fieldset#contact-form #contact-button {font-size:15px;height:30px;margin-left:30px;}
