* {
    margin: 0;
    padding: 0;
}

body {
    padding: 5px 0;
    font: 12px  Arial, Helvetica, sans-serif;
    text-align: center;
    color: #000033;
    background: #565616 url(images/bg.jpg) fixed;
	
}

h1 {
    padding: 200px 0 0 40px;
    font: bold 36px Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
    letter-spacing: -1px;
    color: #000033;
}

p {
    padding: 5px 0;
    font: 12px/22px  Arial, Helvetica, sans-serif;
    text-align: justify;
    color: #000033;
}

a {
    color: #000033;
    font-weight: bold;
    text-decoration: underline;
}

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

#main {
    margin: 0 auto;
    padding: 6px;
    width: 900px;
    text-align: left;
    background: #ffffff;
}

#header {
    height: 270px;
    background: #BF9D7A url(images/top.jpg) no-repeat;
}

#menu {
    margin: 6px 0;
    height: 40px;
    text-align: center;
    background: #4BA1F2 url(images/menu.jpg) repeat-x;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    display: inline;
    height: 56px;
}

#menu ul li a {
    padding: 0 10px;
    font: bold 12.2px/37px Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #000033;
}

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

#middle {
    padding: 25px 0 0 0;
    background: #ffffff;
}

#middle_2 {
    background: #ffffff;
}

#minheight {
    float: left;
    width: 25px;
    height: 445px;
}

#left {
    float: left;
    padding: 10px;
    width: 250px;
    background: #ffff99 no-repeat top;
}

#left h2 {
    width: 250px;
    height: 54px;
    font: bold 18px/50px Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #000033;
    background: #ffff99  no-repeat top;
}

#left p {
    text-align: left;
}

#left ul {
    padding: 5px 0 5px 18px;
}

#left ul li {
    padding: 0;
    line-height: 22px;
}

#left ul li a {
    padding: 0;
    font: 16px/22px  Arial, Helvetica, sans-serif;
    color: #000033;
}

#left ul li a:hover {
    color: #FFEAB8;
}

#right {
    float: right;
    padding-right: 25px;
    width: 555px;
}

#right h2 {
    padding: 10px 0 0 30px;
    font: bold 18px/50px Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: White;
}

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

#right ul li {
    text-align: justify;
    line-height: 22px;
}

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

#footer {
    clear: both;
    height: 60px;
    background: #AFAF74 url(images/footer.jpg) repeat-x;
}

#footer p {
    padding: 0 25px;
    font: 14px/60px  Arial, Helvetica, sans-serif;
    text-align: center;
    color: Black;
}

#footer a {
    color: White;
}