html,body {
color: #1d1d1d;
background: #f5f5f5 url(../img/bknd.png) top center repeat-x;
font: 12px "Tahoma", Arial, Verdana, sans-serif;
margin: 0;
}

h1,h2,h3,h4,h5 {
float: none;
font-weight: bold;
}

h3 {
font-size: 14px;
}

a,a:visited  {
text-decoration: none;
}


p,h1,h2,h3,h4,h5,h6,em,ul,ol {
margin: 0;
list-style-type: none;
padding: 0;
font-weight: normal;
font-style: normal;
text-decoration: none;
}

.wrapper {
position: relative;
width: 960px;
margin: 0 auto;
}

#header {
height: 405px;
}

#header a#logo {
background: url(../img/logo.png) top left no-repeat;
position: absolute;
top: 20px;
left: 0;
width: 134px;
height: 88px;
padding: 14px 0 0 64px;
}

#header a#logo h1 {
display: none;
}

#header a#logo h2 {
font-size: 11px;
color: #282828;
}

#header ul#nav {
position: absolute;
top: 52px;
right: 0px;
list-style: none;
}

#header ul#nav li {
float: left;
}

#header ul#nav li a {
display: block;
margin: 0;
padding: 0 8px;
height: 35px;
line-height: 35px;
color: #494949;
font-size: 12px;
font-weight: normal;
text-shadow: 0 1px 0 #fff;
border: 1px transparent solid;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#header ul#nav li a:hover {
text-decoration: underline;
}

#header ul#nav li a.active {
background: url(../img/nav.png) top left repeat-x;
color: #000;
text-decoration: none;
text-shadow: 0 1px 0 #e1c281;
border: 1px #b69754 solid;
}

#header #image {
position: absolute;
top: 135px;
left: 0;
background: #e4e4e4;
height: 238px;
width: 938px;
padding: 10px;
border: 1px #b69754 solid;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 0px 0px 10px #c2c2c2;
}

#content {
background: url(../img/content_bknd.png) bottom center no-repeat;
padding-bottom: 10px;
}

#content .wrapper {
width: 938px;
min-height: 350px;
padding: 0 11px;
}

#content h2 {
font-size: 18px;
color: #ba974c;
margin: 0 0 10px;
}

#content p {
line-height: 18px;
margin: 0 0 10px;
padding: 0;
}

#content a {
color: #81662c;
text-decoration: underline;
}

#content a:hover {
text-decoration: none;
}

#content table {
border-spacing: 0;
width: 500px;
margin: 15px auto;
text-align: center;
border: 1px #b69754 solid;
border-bottom: none;
border-right: none;
}

#content table tr th {
background-color: #e4e4e4;
padding: 4px 8px;
border-right: 1px #b69754 solid;
border-bottom: 1px #b69754 solid;
}

#content table tr td {
background-color: #fff;
padding: 2px 4px;
border-right: 1px #b69754 solid;
border-bottom: 1px #b69754 solid;
}

#important {
background: #e4e4e4;
margin: 0 0 20px;
padding: 10px 0;
color: #474747;
font-size: 11px;
line-height: 18px;
border-top: 1px #b69754 solid;
border-bottom: 1px #b69754 solid;
}

#important .wrapper {
width: 938px;
padding: 0 11px;
}

#important h3 {
font-size: 13px;
color: #000;
margin-bottom: 10px;
}

#important ol {
list-style-type: decimal;
margin: 0 0 0 20px;
}

#footer {
background: url(../img/footer_bknd.png) top left repeat-x;
}

#footer .wrapper {
background: url(../img/footer_wrapper_bknd.png) top left no-repeat;
padding-bottom: 10px;
color: #353025;
text-shadow: 0 1px 0 #aca18b;
overflow: hidden;
}

#footer .wrapper a {
color: #353025;
text-shadow: 0 1px 0 #aca18b;
}

#footer .wrapper a:hover {
color: #d7d0c0;
text-shadow: 0 1px 0 #383124;
}

#footer .wrapper .left {
float: left;
width: 250px;
font-size: 10px;
padding: 50px 0 0 50px;
}

#footer .wrapper .right {
float: right;
margin: 36px 0 0;
}

*, *:hover, *:focus, *:active { outline: 0px none; }
