html {
height: 100%;
overflow-y: scroll;
}

body {
height: 100%;
margin: 0px;
font: 12px/15px Arial, Helvetica, sans-serif;
color: #626262;
background: url(/images/body.gif) top repeat-x;
}

h2, h3, h4 {
margin: 0px;
}

h2 {
margin-bottom: 15px;
font-size: 18px;
line-height: 24px;
font-weight: normal;
color: #464646;
}

h3, h4 {
margin-bottom: 10px;
font-size: 12px;
line-height: 15px;
color: #EB672F;
}

h3 {
text-transform: uppercase;
}

p, ul, ol {
margin: 0px;
margin-bottom: 10px;
}

ul, ol {
padding-left: 15px;
list-style-type: disc;
}

li {
margin: 3px 0px;
}

a {
color: #626262;
}

a:hover {
text-decoration: none;
}

a.button {
display: block;
clear: both;
float: left;
height: 13px;
padding: 6px 25px;
margin-top: 5px;
font-size: 10px;
line-height: 13px;
font-weight: bold;
text-align: center;
text-transform: uppercase;
text-decoration: none;
color: #FFFFFF !important;
background: #464646 url(/images/button.gif) top repeat-x;
}

a img {
border: none;
}

form {
width: 340px;
margin: 0px;
font-size: 10px;
line-height: 13px;
}

input, textarea, select {
clear: both;
float: left;
width: 334px;
height: 15px;
padding: 2px;
border: 1px solid #D7D7D7;
margin: 0px;
margin-top: 2px;
margin-bottom: 5px;
font: 12px/15px Arial, Helvetica, sans-serif;
color: #626262;
}

textarea {
height: auto;
}

select {
width: 340px;
height: 21px;
padding: 1px;
}

input.file {
width: 340px;
height: 21px;
}

input.checkbox {
width: auto;
border: none;
margin: 0px;
margin-right: 5px;
}

form a.button {
float: right;
}

#body {
position: relative;
float: left;
width: 100%;
min-width: 985px;
min-height: 100%;
background: url(/images/column.gif) center repeat-y;
}

#wrapper {
width: 985px;
margin: 0px auto; 
min-height: 100%;
}

#container {
float: left;
width: 985px;
padding-bottom: 100px;
}

#header {
position: relative;
float: left;
width: 985px;
height: 120px;
background: url(/images/header.jpg) top left no-repeat;
}

#header img {
position: absolute;
top: 20px;
left: 60px;
}

#menu {
position: absolute;
bottom: 0px;
right: 15px;
height: 30px;
border-left: 1px solid #96B324;
border-right: 1px solid #CADB2A;
}

#menu a {
display: block;
float: left;
height: 16px;
padding: 7px 9px;
border-left: 1px solid #CADB2A;
border-right: 1px solid #96B324;
line-height: 16px;
font-weight: bold;
text-decoration: none;
color: #FFFFFF;
}

#menu a.active, #menu a:hover {
padding: 7px 10px;
border: none;
background: url(/images/menu.gif) bottom repeat-x;
}

#column {
float: left;
width: 200px;
min-height: 40px;
padding: 15px;
padding-top: 30px;
background: url(/images/chevron.gif) top no-repeat;
}

#column form, #column div {
float: left;
width: 170px;
padding: 15px;
}

#column form {
border-bottom: 1px solid #D7D7D7;
}

#column input {
width: 164px;
}

#column select {
width: 170px;
}

#column form a.button {
float: right;
}

#column form a {
display: block;
float: left;
margin-top: 5px;
color: #959595;
white-space: nowrap;
}

#content {
float: left;
width: 740px;
padding-top: 17px;
}

#banner {
float: left;
margin-bottom: 15px;
}

#copy {
float: left;
width: 530px;
padding-bottom: 40px;
}

#columns {
float: left;
width: 530px;
border-top: 1px solid #D7D7D7;
padding-top: 10px;
}

#columns div.left {
float: left;
width: 260px;
}

#columns div.left div.item {
float: left;
width: 260px;
padding: 10px 0px;
border-top: 1px solid #D7D7D7;
}

#columns div.left div.first {
padding-top: 0px;
border: 0px;
}

#columns div.left div.item img {
border-color: #D7D7D7;
}

#columns div.right {
float: right;
width: 210px;
padding-right: 30px;
}

#adverts {
width: 180px;
float: right;
}

#adverts img {
float: left;
margin-bottom: 15px;
}

#footer {
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
min-width: 985px;
height: 78px;
padding: 10px 0px;
border-top: 2px solid #CB5928;
color: #000000;
background-color: #363636;
}

#footer div {
width: 955px;
margin: 0px auto;
}

#footer div div {
float: left;
padding: 0px 15px;
margin: 0px;
}

#footer div.left {
width: 170px;
}

#footer div.right {
width: 740px;
padding-right: 0px;
}

#footer h3 {
margin: 0px;
}

#footer a {
text-decoration: none;
color: #959595;
white-space: nowrap;
}

#footer a:hover {
color: #FFFFFF;
}

p.error {
font-weight: bold;
color: #CC0000;
}