* {
    margin: 0;
    padding: 0;
}

body {
    padding-bottom: 60px;
    font: 12px/20px Arial, Helvetica, sans-serif;
    color: #D6D6D6;
    background: #aaaaaa url(images/bg.gif) repeat-x top;
    <!-- background: #191A1B url(images/bg.gif) repeat-x top; -->
}

h1 {
    padding-left: 30px;
    font: normal 28px/46px "Trebuchet MS", Arial, Helvetica, sans-serif;
    letter-spacing: -1px;
    color: White;
}

h1 a {
    text-decoration: none;
    color: White;
}

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

h2 {
    font: normal 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #86B226;
}

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

a {
    text-decoration: none;
    color: #F8821B;
}

a:hover {
    text-decoration: underline;
}

#main {
    margin: 0 auto;
    width: 900px;
}

#header {
    height: 46px;
    background: #515E6E url(images/header.jpg) no-repeat;
}

#menu {
    height: 46px;
    text-align: right;
    background: #637383 url(images/menu.jpg) no-repeat;
}

#menu ul {
    list-style: none;
    padding: 0 50px 0 0;
}

#menu ul li {
    display: inline;
    padding: 0;
}

#menu ul li a {
    padding: 0 0 0 30px;
    font-size: 14px;
    line-height: 46px;
    text-transform: uppercase;
    color: White;
}

#menu ul li a:hover {
    text-decoration: none;
    color: #FAE7D5;
}

#middle {
    height: 1%;
    padding: 378px 30px 39px 30px;
    background: #1C1E20 url(images/image.jpg) no-repeat;
}

#sidebar {
    float: left;
    width: 185px;
    background: #3D4752 url(images/bg2.gif) repeat-x top;
}

#sidebar2 {
    padding: 10px 15px 0 15px;
    background: url(images/sidebar.jpg) no-repeat top;
}

#sidebar ul {
    list-style: none;
    padding: 20px 0 40px 10px;
}

#sidebar ul li {
    padding: 0 0 0 15px;
    background: url(images/arrow.gif) no-repeat;
}

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

#right {
    float: right;
    width: 625px;
    background: #3D4752 url(images/bg2.gif) repeat-x top;
}

#right2 {
    padding: 10px 15px 0 15px;
    background: url(images/right.jpg) no-repeat top;
}

#right ul {
    padding: 10px 0 10px 35px;
}

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

#right ol {
    padding: 10px 0 10px 35px;
}

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

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

#footer p {
    line-height: 30px;
    text-align: center;
}

#footer ul {
    list-style: none;
    text-align: center;
    padding: 0 30px 0 0;
}

#footer ul li {
    display: inline;
    padding: 0;
}

#footer ul li a {
    padding: 0 0 0 30px;
    font-size: 10px;
    line-height: 26px;
    text-transform: uppercase;
    color: White;
}

#footer ul li a:hover {
    text-decoration: none;
    color: #FAE7D5;
}

.box {
    padding: 10px 0 30px 0;
}

.box1 {
    padding: 10px 0 10px 5px;
    text-align: left;
}

.sbox {
    padding: 0 20px 0 20px;
    text-align: left;
    color: #FFFFBB;
}

.sbox p {
    padding: 10px 0;
    text-align: justify;
    color: #FFFFBB;
}

.stext {
    color: #FFFFBB;
}

.jtext {
    color: #FF3333;
}

.sbox1 {
    padding: 10px 0 0 0;
    text-align: left;
    margin-left: 0px;
    margin-right: auto;
    color: #FFFFBB;
}

.sjbox1 {
    padding: 10px 0 0 0;
    text-align: left;
    margin-left: 0px;
    margin-right: auto;
    color: #FF0000;
}

.sbox2 {
    padding: 10px 0 20px 5px;
    text-align: left;
    color: #FFFFBB;
}

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