body {
background: #554d42;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #222;
}

a {
color: #554d42;
}
a:hover {
text-decoration: underline;
color: #CF9F5A;
}

#wrap {
margin: 20px auto;
width: 800px;
}

#header {
height: 100px;
background: #554d42 url(images/header.jpg) no-repeat;
}
#header h1 {
margin: 0;
font-size: 28px;
letter-spacing: -1px;
padding: 29px 0 0 30px;
color: #FF5500;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #fff;
}
#header h2 {
margin: 0;
font-size: 16px;
color: #fff;
padding: 7px 0 0 30px;
letter-spacing: -1px;
font-weight: 100;
}

#menu {
height: 30px;
line-height: 30px;
background: #fff url(images/menu.jpg) no-repeat;
}
#menu ul {
margin: 0;padding: 0;
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 14px;
}
#menu ul li a:hover, #menu ul #active a {
color: #000;
text-decoration: underline;
}


#content {
background: #fff url(images/content.jpg) repeat-y;
padding: 0 20px 20px 20px;
}

.right {
float: right;
width: 580px;
text-align: justify;
padding-top: 5px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
margin: 25px 0 -5px 0;
}

.right h1 {border-bottom:2px solid #FBAA3F;height:26px;font-size:20px;margin:20px 20px 20px 0px;}

.left {
float: left;
width: 160px;
padding-top: 10px;
}
.left h4 {
margin: 15px 0 -10px 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
background: #413326;
color: #fff;
font-size: 13px;
}
.left ul {
padding: 10px 0 15px 10px;
list-style-type: none;
}
.left ul li a {

font-weight: 600;
}
.left ul li a:hover {

}

.left p {padding:10px;line-height:16px;}

#bottom {
background: #fff url(images/bottom.jpg) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
font-size: 11px;
color: #fff;
}
#footer a { color: #fff; }

img {background:#fff;padding:1px;border:3px solid #eee;}


.right li {margin-bottom:7px;}

fieldset#contact-form {margin:20px 0px 20px 10px;padding:10px;color:#000;width:350px;background:#eee;border:2px solid #aaa;}
fieldset#contact-form label {font-size:12px;}
fieldset#contact-form input {height:20px;font-size:14px;margin-bottom:15px;padding:3px;}
fieldset#contact-form textarea {font-size:14px;margin-bottom:15px;width:330px;padding:3px;}
fieldset#contact-form #contact-button {font-size:13px;height:30px;margin-left:30px;}

input:focus, textarea:focus {background:#fff;border:1px solid #555;}

blockquote {font-style:italic;}