* {
    margin: 0;
    padding: 0;
}

body {
    font: 13px Arial, Helvetica, sans-serif;
    text-align: center;
    color: White;
    background: #614908;
}

h1 {
    padding-top: 25px;
    font: normal 30px Georgia, Times, serif;
}

h1 a {
    color: White;
}

h1 a:hover {
    text-decoration: none;
}

h2 {
    font-style: italic;
    font-weight: normal;
    font-size: 13px;
    color: #C4CFE5;
}

h3 {
    height: 40px;
    font: 16px/40px Georgia, Times, serif;
    color: White;
}

h3 span {
    float: left;
    margin-left: 10px;
    padding: 0 55px 0 10px;
    background: #918053 url(images/h3_2.gif) no-repeat right;
}

p {
    padding: 10px 0;
    line-height: 1.5em;
    text-align: justify;
}

a {
    color: Blue;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 130px;
    background: url(images/bg2.gif) repeat-x top;
}

#main {
    width: 100%;
    color: #614908;
    background: White url(images/bg.gif) repeat-x top;
}

#main2 {
    position: relative;
    margin: 0 auto;
    width: 918px;
    text-align: left;
}

#header {
    padding-left: 110px;
    height: 130px;
    background: #597DCE url(images/header.jpg) no-repeat;
}



#menu {
    height: 54px;
    background: #695317 url(images/menu.jpg) no-repeat;
}

#menu ul {
    list-style: none;
    padding-left: 20px;
}

#menu ul li {
    float: left;
    display: block;
    padding: 0;
    font-size: 16px;
    font: bold 12px/50px Georgia, Times, serif;
    color: White;
}

#menu ul li a {
    float: left;
    display: block;
    padding: 0 30px;
    color: White;
}

#menu ul li a#active {
    text-decoration: underline;
}

#middle {
    padding: 60px 9px 0 9px;
    height: 1%;
    background: White;
}

#left {
    float: left;
    width: 560px;
}

#left h3 {
    background: url(images/h3.gif) no-repeat left;
}

#left .box {
    margin-bottom: 60px;
    height: 1%;
    background: #EDF5CD url(images/leftbox.gif) repeat-y;
}

#left .box2 {
    background: url(images/leftbox2.gif) no-repeat top;
}

#left .box3 {
    padding: 15px 25px;
    background: url(images/leftbox3.gif) no-repeat bottom;
}

#left ul {
    padding: 15px 0 10px 40px;
    list-style: none;
}

#left ul li {
    padding: 0;
    line-height: 1.5em;
    text-align: justify;
}



#clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

#footer {
    width: 100%;
    background: url(images/footer.gif) repeat-x top;
}

#footer_2 {
    padding: 30px 0;
    margin: 0 auto;
    width: 918px;
    background: url(images/footer.gif) repeat-x top;
}

#footer p {
    font-size: 0.9em;
    text-align: center;
}

#footer p.links a {
    padding: 0 8px;
    color: White;
}