* {
    margin: 0;
    padding: 0;
}

body {
    font: 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: left;
    color: #F8F3EF;
    background: #F46C28;
}

h1 {
    padding: 15px 0 0 60px;
    font: 28px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: White;
}

h2 {
    padding: 0 0 0 60px;
    font: 14px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: White;
}

h3 {
    margin: 35px 0 15px 0;
    padding: 0 0 6px 48px;
    font: bold 13px/36px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #F1EAE5;
    background: url(images/h3.gif) no-repeat left;
}

h3.firsth3 {
    margin-top: 0;
}

p {
    padding: 5px 0;
    font: 13px/22px Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: justify;
    color: #F8F3EF;
}

#right p {
	clear: both;
}

a {
    color: #FF8200;
    text-decoration: underline;
}

a:hover {
    color: #FFA748;
    text-decoration: underline;
}

#main {
    width: 100%;
    background: #090A0C url(images/bg.jpg) repeat-x;
}

#main_2 {
    width: 900px;
    background: #090A0C url(images/bg.jpg) repeat-x;
}

#top {
    height: 108px;
    background: url(images/top.jpg) no-repeat;
}

#middle {
    padding: 25px 0 0 30px;
}

#menu {
    float: left;
    width: 235px;
    background: url(images/menu.gif) repeat-y;
}

#menu ul {
    list-style: none;
    padding: 37px 0 0 0;
    background: url(images/menu_top.gif) no-repeat top;
}

#menu ul li {
    padding: 0 0 0 45px;
}

#menu ul li.lastli {
    height: 90px;
    background: url(images/menu_bot.gif) no-repeat bottom;
}

#menu ul li a {
    font: bold 13px/25px Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #F1EAE5;
}

#menu ul li a:hover {
    padding-left: 2px;
    text-decoration: none;
    color: #F1EAE5;
}

#menu ul li a.active, #menu ul li a.active:hover {
    padding-left: 20px;
    text-decoration: none;
    background: url(images/active.gif) no-repeat left;
}

#right {
    float: right;
    width: 600px;
}

#bottom_1 {
    clear: both;
    height: 25px;
}

#bottom_2 {
    width: 100%;
    background: #F46C28 url(images/bottom.gif) repeat-x top;
}

#bottom_3 {
    width: 600px;
    padding: 10px 0 0 300px;
    background: #F46C28 url(images/bottom.gif) repeat-x top;
}

#bottom_2 p, #bottom_2 a, #bottom_2 a:hover {
    font: 10px/40px Arial, Helvetica, sans-serif;
    color: #090A0C;
}

img.left {
	float: left;
	margin: 0 10px 10px 10px;
}
