* {
    margin: 0;
    padding: 0;
}

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

h1 {
    padding-left: 40px;
    height: 70px;
    font-size: 22px;
    line-height: 50px;
    text-transform: lowercase;
    color: #FFE799;
}

h1 span {
    padding-top: 5px;
    background: url(images/h1.gif) repeat-x top;
}

h1 a {
    text-decoration: none;
    color: #FFE799;
}

h1 a:hover {
    color: #FFE799;
}

h3 {
    padding: 8px 0;
    font-size: 16px;
}

p {
    padding: 8px 0;
    text-align: justify;
}

a {
    text-decoration: underline;
    font-weight: bold;
    color: #EEEE00;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #EEEE00;
}

#main {
    margin: 0 auto;
    width: 940px;
    text-align: left;
}

#menu {
    padding: 0 40px;
    height: 71px;
    background: #7489C8 url(images/menu.jpg) no-repeat;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    float: left;
    display: block;
    height: 64px;
}

#menu ul li a {
    display: block;
    padding: 0 20px;
    font-weight: bold;
    font-size: 18px;
    line-height: 64px;
    text-decoration: none;
    color: #FDE699;
}

#menu ul li a.active, #menu ul li a:hover {
    text-decoration: none;
    color: #BF2609;
}

#intro {
    height: 208px;
    background: #FDB50A url(images/image.jpg) no-repeat;
}

#intro p {
    padding: 40px 50px;
    width: 400px;
    font-weight: bold;
    font-style: italic;
    font-size: 15px;
    line-height: 27px;
    text-align: left;
    text-indent: 30px;
    color: #141D41;
}

#middle {
    background: #817A72 url(images/middle.gif) repeat-y;
}

#middle2 {
    padding: 22px 52px 0 52px;
    height: 1%;
    background: url(images/middle.jpg) no-repeat top;
}

#sidebar {
    float: left;
    width: 230px;
}

#sidebar h2 {
    padding: 0 0 0 15px;
    height: 42px;
    font-size: 18px;
    line-height: 40px;
    text-transform: lowercase;
    color: #FFE799;
    background: #BF2609 url(images/sidebar_header.gif) no-repeat;
}

#sidebar .box {
    margin-bottom: 15px;
    background: #7387C3 url(images/sidebar_box1.gif) repeat-y;
}

#sidebar .box2 {
    padding: 5px 10px;
    background: url(images/sidebar_box2.gif) no-repeat bottom;
}

#sidebar ul {
    list-style: none;
    padding: 5px 5px 7px 20px;
}

#sidebar ul li {
    padding: 0;
    height: 24px;
}

#sidebar ul li a {
    padding: 0;
    font-weight: normal;
    text-decoration: underline;
    line-height: 24px;
    color: White;
}

#sidebar ul li a:hover {
    text-decoration: underline;
    color: #EEEE00;
}

#right {
    float: right;
    width: 590px;
}

#right h2 {
    padding: 0 0 0 15px;
    height: 42px;
    font-size: 18px;
    line-height: 40px;
    text-transform: lowercase;
    color: #FFE799;
    background: #BF2609 url(images/right_header.gif) no-repeat;
}

#right .box {
    margin-bottom: 15px;
    background: #7387C3 url(images/right_box1.gif) repeat-y;
}

#right .box2 {
    padding: 5px 10px;
    background: url(images/right_box2.gif) no-repeat bottom;
}

#right ul {
    padding: 8px 0 8px 40px;
}

#right ul li {
    padding: 0;
    text-align: justify;
}

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

#footer {
    clear: both;
    height: 60px;
    background: url(images/footer.gif) no-repeat top;
}

#footer p {
    padding: 15px 40px;
    font-size: 12px;
    color: #CCC;
}