body,
html {
    margin:0;
    padding:0;
    background:#a7a09a;
    color:#000;
}
body {
    min-width:840px;    
	_text-align:center;
}
#wrap {
    margin:0 auto;
    width:840px;
    height: auto;
}
#header-bar {
    margin:25px 0px 10px 0px;
    padding:17px 0px 0px 20px;
/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
    height:33px;
    border-style:solid;
    border-color:black;
    border-width:1px 0px;
/* top and bottom borders: 1px; left and right borders: 0px */
    line-height:11px;
    background-color:#eee;
/* Hack for IE voice */
    voice-family: "\"}\"";
    voice-family:inherit;
    height:14px;
/* the correct height */
}
#header {
    margin:-35px 0px 10px 0px;
    padding:17px 0px 0px 20px;
/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
    height:137px;
/* top and bottom borders: 1px; left and right borders: 0px */
    line-height:11px;
/* Hack for IE voice */
    voice-family: "\"}\"";
    voice-family:inherit;
    height:118px;
/* the correct height */
}
#header a img {
    border: 0px;
}
#footer {
    text-align: center;
    font-size: .65em;
    position: fixed;
    margin:25px 0px 0px 0px;
    padding:6px 0px 0px 0px;
/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
    height:18px;
    border-style:solid;
    border-color:black;
    border-width:1px 0px;
    width: 840px;
    bottom: 0px;
/* top and bottom borders: 1px; left and right borders: 0px */
    line-height:3px;
    background-color:#eee;
/* Hack for IE voice */
    voice-family: "\"}\"";
    voice-family:inherit;
    height:10px;
    _height:18px;
/* the correct height */
}
body>#header {
    height:14px;
}
.right {
    float: right;
    display: inline;
}
.left {
    float: left;
    display: inline;
}
#wrap
{
    _text-align:left;
}
#main-wrap {
    _margin-top: -15px;
/* visible only to IE */
}
#nav-wrap {
    margin-left: 20px;
    background: #88795d;
    width:194px;
    line-height:17px;
/* Hack for IE voice */
    voice-family: "\"}\"";
    voice-family:inherit;
}
#nav {
    margin-right: 3px;
    margin-left: 3px;
    margin-bottom: 10px;
    padding:10px;
    border:2px;
    border-style: solid;
    border-color: black;
}
#main {
    background: #efc813;
    margin-right: 20px;
	margin-bottom: 19px;
    width: 586px;
    _width: 606px;
    padding: 10px;
    overflow: hidden;
}
#nav li {
    list-style-type: square;
    margin-left: -28px;
}
a {
    color:#09c;
    font-size:11px;
    text-decoration:none;
    font-weight:600;
    font-family:verdana, arial, helvetica, sans-serif;
}
.align-center {
    text-align: center;
}
a:link {
    color:#2a2417;
}
a:visited {
    color:#2a2417;
}
a:hover {
    background-color:#eee;
}
.sub-header {
    text-align: center;
}
table.contenttable{
    width: 100%;
	_width: 75%;
}
table.contenttable td {
    width: 200px;
}
label {
    float: left;
    width: 190px;
    font-weight: bold;
}
input, textarea {
    margin-bottom: 5px;
}
textarea {
    width: 250px;
    height: 150px;
}

.error {
	color: red;
}