body {
    font-family: tahoma, helvetica, arial, sans-serif;
    font-size: 12px;
    text-align: center;
    background: #EED8C1;
    color: #ddd4d4;
    padding-top: 12px;
    line-height: 2;
}
td, th {
    font-size: 11px;
    text-align: left;
    line-height: 2;
}
#wrapper {
    margin: auto;
    text-align: left;
    width: 832px;
    position: relative;
    padding-top: 27px;
}
#wrapper .logo{
	background:  url("images/logo-1.gif") no-repeat;
    height: 30px;
}
#wrapper .footer{
    margin:auto;
    text-align:right;
    position: relative;
    background:  url("images/body_bg.gif");
    width: 832px;

}
#body {
     background:  url("images/body_bg.gif") repeat-y;
     width: 832px;
}
h1, h2, h3, #nav, #nav li {
    margin: 0; padding: 0;
}
#nav {
	font-size: 12px;
 	/*float:right;*/
	position: relative;
	left:512px;
	top: 30px;
 	line-height: 1.2;
	height: 23px;
	}
#nav li {
    float: left;
    width: 78px;
    list-style: none;
    margin-left: 2px;
    border-bottom: 1px solid black;
}
#nav a {
    background: #371A00;
    color: #cf9118;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 1px 0;
}
#sidebar {
    float: left;
    width: 262px;
}
#sidebar .content {
    padding-left: 34px;
}
#sidebar .content img {
    float: left;
    clear: left;
    margin: 5px 5px 5px 0;
}
#content {
    float: right;
    width: 562px;
}
#content .content {
    margin: 7px 35px 7px 17px;
}
#content .content table {
    width: 430px;
    margin-right: 0px;
}
#content .content table td,
#content .content table th {
    padding-right: 10px;
}
#content .content table td.download {
    text-align: right;
    padding-right: 0px;
}
#content .divider {
    background:  url("images/divider.gif") repeat-x;
    height: 5px;
}
h1 {
	position: absolute;
	left: 0px;
	top: 12px;
}
h2 {
    font-size: 14px;
    color: #cf9118;
    margin: 1em 0;
}
h3 {
    font-size: 12px;
    margin: 1em 0;
}
p {
    margin: 1em 0;
}
img {
    border: 0;
}
img.left  { float: left; margin-right: 14px; }
img.right { float: right; margin-left: 14px; }
.hidden {
    visibility: hidden;
}
.clear {
    clear: both;
}
a {
    color: #f0b33c;
    font-weight: bold;
    text-decoration: none;
}
a:visited {
    color: #cf9118;
}
a:hover {
    text-decoration: underline;
}
table a {
    text-decoration: underline;
    font-weight: normal;
    color: #7f7c79;
}