* {
    margin: 0;
    padding: 0;
}

body {
    font: 14px Trebuchet Ms, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #424242;
    background: #412c29;
}

h1, h3 {
    font-family: "Georgia", Times, serif;
    font-weight: normal;
}

h1 {
    padding: 60px 0 5px 25px;
    font-size: 40px;
    letter-spacing: 2px;
    color: White;
}

h1 a {
    color: White;
    text-decoration: none;
}

h1 a span {
    color: #F6E4AE;
}

h2 {
    display: inline;
    margin-left: 25px;
    padding: 0 5px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: Black;
    background: #886854;
    border: 1px solid #A68E7F;
}

h3 {
    color: Black;
}

p {
    padding: 10px 0;
    line-height: 2em;
    text-align: justify;
}

a {
    color: #FA791F;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

#main {
    width: 100%;
    min-width: 960px;
    background: white url(images/main.gif) repeat-x top;
}

#main2 {
    width: 100%;
    background: url(images/main2.gif) repeat-x bottom;
    border-bottom: 2px solid white;
}

#main3 {
    margin: 0 auto;
    width: 960px;
    text-align: left;
    background: url(images/main.jpg) repeat-x bottom;
}

#sidebar {
    float: left;
    width: 310px;
}

#logo {
    height: 220px;
    background: #412c29;
}

#sidebar_cont {
    padding: 25px 25px 0 25px;
    background: url(images/sidebar.jpg) no-repeat top;
}

#sidebar h3 {
    font-size: 2em;
}

#sidebar p {
    line-height: 1.8em;
    text-align: left;
}

.box {
    padding: 10px 0;
}

#sidebar ul {
    list-style: none;
    padding: 20px 0;
}

#sidebar ul li {
    padding: 0;
    line-height: 2.5em;
    border-top: 1px solid #F0ECEA;
}

#sidebar ul li.lastli {
    border-bottom: 1px solid #F0ECEA;
}

#sidebar ul li a {
    padding: 0;
}

#search {
    height: 120px;
}

#search h3 {
    padding-bottom: 16px;
}

#search form {
}

#search input.text {
    float: left;
    display: block;
    padding: 5px 3px;
    width: 190px;
    font-size: 15px;
    color: #424242;
    background: White;
    border: 1px solid #E9E3E0;
}

#search input.submit {
    float: right;
    display: block;
    padding: 5px 0;
    width: 50px;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    color: White;
    background: Black;
    border: 1px solid #6C6C6C;
    cursor: pointer;
}

#right {
    float: right;
    width: 650px;
}

#top_right {
    padding-top: 369px;
    height: 70px;
    background: black url(images/img.jpg) no-repeat top;
    border: 1px solid #6C6C6C;
    border-top: none;
}

#menu {
    height: 70px;
    background: url(images/menu.gif) no-repeat top;
}

#menu ul {
    list-style: none;
    padding-left: 10px;
}

#menu ul li {
    display: block;
    float: left;
    padding: 14px 4px;
    color: White;
}

#menu ul li a {
    display: block;
    float: left;
    padding: 0 24px;
    font-size: 22px;
    line-height: 42px;
    text-transform: lowercase;
    text-decoration: none;
    color: White;
}

#menu ul li a#active, #menu ul li a:hover {
    padding: 0 23px;
    line-height: 40px;
    color: #F6E4AE;
    background: #412c29;
    border: 1px solid #795640;
}

#right_cont {
    padding: 30px 30px 0 30px;
    background: url(images/right.jpg) no-repeat top;
}

#right h3 {
    font-size: 2.33em;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

#footer {
    margin: 0 auto;
    width: 960px;
}

#footer p {
    padding: 20px 0;
    text-align: center;
    color: White;
}
