body {
margin:0;
font-family:sans-serif;
font-size:10pt;
background-color:#202020;
color:#868686;
}

a img {
border:none;
}

#all {
margin:0 auto 0 auto;
width:751px;
padding-left:75px;
padding-right:74px;
border:none;
background-image:url('../images/bg.jpg');
background-position:top center;
background-repeat:repeat-y;
} * html #all {
padding-left:150px;
padding-right:75px;
}

#topbg {
margin-left:-75px;
margin-bottom:12px;
padding-left:100px;
width:800px;
height:52px;
background-image:url('../images/top_bg.jpg');
background-position:top center;
background-repeat:no-repeat;
}

#top {
background-color:#2C2C2C;
margin-bottom:10px;
border:1px solid #868686;
}

#content {
padding:25px;
background-color:#2C2C2C;
margin-bottom:10px;
border:1px solid #868686;
}

#content2 {
padding:25px;
background-color:#2C2C2C;
margin-bottom:10px;
border:0px solid #868686;
}

#content h3, #content h4, #content h5, #content p {
margin:0;
margin-top:3px;
margin-bottom:15px;
}

h1 {
margin:0;
margin-top:3px;
margin-bottom:3px;
color: #FFFFFF;
font-size: 14pt;
font-weight: bold;
}

h2 {
margin:0;
margin-top:3px;
margin-bottom:3px;
color: #FFFFFF;
font-size: 12pt;
font-weight: bold;
}

fieldset {
border:none;
padding:0;
} fieldset table tr td.labels {
width:225px;
} fieldset input, fieldset select, fieldset textarea {
border:1px solid #868686;
background-color:#aaa;
color:#222;
width:300px;
} fieldset textarea {
height:120px;
} input.button {
padding:2px;
padding-left:12px;
padding-right:12px;
margin-top:10px;
width:auto;
font-weight:bold;
font-size:8pt;
background-color:#323232;
border:1px solid #666;
color:#868686;
} input.button:hover, input.button:focus {
background-color:#E28F27;
border:1px solid #868686;
color:#fff;
}

#bottom {
padding:25px;
padding-top:15px;
padding-bottom:15px;
background-color:#2C2C2C;
color:white;
margin-bottom:10px;
border:1px solid #868686;
}

#footnav {
margin-left:-75px;
height:25px;
padding-top:27px;
padding-left:100px;
width:800px;
background-image:url('../images/bottom_bg.jpg');
background-position:bottom center;
background-repeat:no-repeat;
background-color:#202020;
}

#footnav a{
color:#868686;
text-decoration:none;
}
#footnav a:hover{
color:#FFFFFF;
text-decoration:underline;
}

* html #footnav {
margin-bottom:0;
}