body {
    background: #111 url('../images/bg.png') top center fixed;
    color: #666;
    font-family: 'Arial', sans-serif;
    margin: 20px 0px;
    text-align: center;
}
body, table {
    font-size: 11px;
}
div#wrapper {
    background: #fff url('../images/bg_body.png') repeat-x;
    width: 908px;
    margin: 0px auto;
    padding: 20px 0px;
    text-align: left;
}
div#header {
    height: 60px;
    padding: 0px 30px 10px 30px;
}
img#logo {
    float: left;
    margin-right: 20px;
}
img#logo_me {
    float: left;
}
div#phone, div#fax {
    font-family: 'Arial Rounded MT Bold', 'Arial', sans-serif;
    color: #999;
    float: right;
    clear: right;
}
div#phone {
    font-size: 22px;
    background: url('../images/phone.png') left center no-repeat;
    padding-left: 30px;
    height: 30px;
    line-height: 30px;
}
div#fax {
    font-size: 15px;
    height: 20px;
    line-height: 20px;
}
div#menu {
    height: 36px;
    background: #111 url('../images/bg_menu.png') repeat-x;
    padding: 0px 10px;
    margin: 0px 30px;
}
div#menu ul {
    float: right;
}
div#menu ul li {
    float: left;
}
div#menu ul li a {
    display: block;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 13px;
    font-family: 'Arial Rounded MT Bold', 'Arial', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0px 10px;
}
div#menu ul li a:hover, div#menu ul li a:focus {
    color: #85C226;
}
div#banner {
    background: url('../images/banner.jpg') no-repeat;
    width: 908px;
    height: 277px;
    margin-top: 1px;
}
div#banner_menu {
    height: 203px;
    width: 260px;
    padding: 20px;
    float: right;
    margin-right: 30px;
}
div#banner_menu_title {
    color: #85C226;
    font-size: 14px;
    font-family: 'Arial Rounded MT Bold', 'Arial', sans-serif;
    font-style: italic;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
}
div#banner_menu ul li a {
    display: block;
    height: 30px;
    line-height: 30px;
    border-top: 1px solid #555;
    color: #fff;
    font-size: 14px;
    font-family: 'Arial Rounded MT Bold', 'Arial', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    background: url('../images/bg_banner_menu.png');
    padding-left: 20px;
}
div#banner_menu ul li a:hover, div#banner_menu ul li a:focus {
    background-position: bottom;
}

div#content {
    float: left;
    width: 508px;
    margin-left: 30px;
}
div#sidebar {
    float: right;
    width: 300px;
    margin-right: 30px;
}
div#sidebar h2 {
    height: 36px;
    line-height: 36px;
    background: #111 url('../images/bg_menu.png') repeat-x;
    color: #fff;
    font-family: 'Arial Rounded MT Bold', 'Arial', sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    padding-left: 20px;
}
div#sidebar div.box {
    background: #96946B;
    border: 1px solid #524F37;
    padding: 10px 20px;
    color: #fff;
    margin-bottom: 10px;
}
div#sidebar div.box label {
    float: left;
    width: 100px;
    height: 20px;
    line-height: 20px;
}
div#sidebar input.text, div#sidebar textarea {
    width: 150px;
    padding: 2px;
    border: 1px solid #524F37;
    margin-bottom: 6px;
    font-family: 'Arial', sans-serif;
    font-size: 12px;
}       
button {
    width: 57px;
    height: 15px;
    background: url('../images/button.png');
    border: none;
    padding: 0px;
    margin: 0px;
    font-size: 10px;
    color: #333;
    text-transform: lowercase;
    text-indent: -6px;
}
h1 {
    font-family: 'Trebuchet MS', 'Arial', sans-serif;
    font-weight: normal;
    font-size: 28px;
    color: #85C126;
    padding-bottom: 4px;
}
div#content h2 {
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    color: #96926B;
    padding-bottom: 18px;
}
div#content h3 {
    font-family: 'Trebuchet MS', 'Arial', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #85C126;
    padding-bottom: 14px;
}
div#footer {
    padding-top: 10px;
    text-align: center;
    font-size: 10px;
    color: #999;
}
div#footer a {
    font-weight: normal;
    color: #ccc;
    text-decoration: none;
}
p {
    line-height: 120%;
    padding-bottom: 14px;
}
div#content ul {
    list-style-image: url('../images/bullet.png');
    padding-left: 16px;
    padding-bottom: 6px;
}
div#content li {
    padding-bottom: 6px;
}
a {
    color: #85C126;
    font-weight: bold;
}
a:hover, a:focus {
    text-decoration: none;
}
.alignleft {
    float: left;
    padding: 0px 30px 12px 0px;
}
.alignright {
    float: right;
    padding: 0px 0px 12px 30px;
}
label {
    width: 100px;
    float: left;
}
.center {
    display: block;
    margin: 0px auto;
}
ul.errors {
    background: #111;
    color: red;
    padding: 4px;
    margin-bottom: 12px;
}
ul.errors li {
    padding: 2px 0px;
}

