* {
margin: 0;
padding: 0;
outline: none;
}

html {
height: 100%;
padding-bottom: 1px;
}

body {
background: #DDD url(images/sitebg.png) repeat-y top center;
font-family: Arial, Verdana, sans-serif;
font-size: 13px;
text-align: center;
margin: auto;
height: 100%;
}

h1 {
font-size: 18px;
font-weight: normal;
margin-bottom: 0.8em;
}

h2 {
font-size: 14px;
font-weight: bold;
margin-bottom: 0.8em;
}

a {
color: #e85412;
text-decoration: none;
}

a img {
border: 0px solid;
display: block;
}

a:hover {
text-decoration: underline;
}

p {
margin-bottom: 1.1em;
line-height: 18px;
}

#page {
background: url(images/bg.png) repeat-y top center;
width: 980px;
text-align: center;
margin: auto;
height: 100%;
}

#left {
width: 457px;
float: left;
text-align: left;
color: #000;
}

#left #logo {
margin-bottom: 12px;
}

#left .content p {
padding: 0 0 0 11px;
}

#right {
width: 523px;
float: left;
text-align: left;
color: #FFF;
}

#right .content {
padding: 0 25px;
}

#menu {
background: url(images/menubg.png) no-repeat bottom left;
height: 270px;
width: 523px;
margin-bottom: 29px;
}

#menu ul {
list-style-type: none;
padding: 0 18px;
}

#menu ul li {
float: left;
margin-right: 1px;
}

#menu ul li a {
border-top: 5px solid #000;
padding: 8px 6px 8px 6px;
display: block;
font-weight: bold;
}

#menu ul li a:hover {
border-top: 5px solid #e85412;
text-decoration: none;
}

#menu ul li.active a {
border-top: 5px solid #e85412;
border-bottom: 70px solid #e85412;
}

.clearer {
display: block;
clear: both;
}


.sub ul {
list-style-type: none;
padding: 0 18px;
}

.sub ul li {
float: left;
margin-right: 1px;
}

.sub ul li a {
border-top: 5px solid #000;
padding: 8px 6px 8px 6px;
display: block;
font-weight: bold;
}

.sub ul li a:hover {
border-top: 5px solid #e85412;
text-decoration: none;
}

.sub ul li.active a {
border-top: 5px solid #e85412;
}

.sub {
height: 40px;
}