
body {
 font-size: 13px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 text-align: center;
 margin-top: 10px;
 margin-left: 0px;
 margin-right: 0px;
 background-color: #D5C3A9;
 color: #66292E;
 }

#container {
 width: 980px;
 }

#wrapper {
 width: 820px;
 display: block;
 float: left;
 }

#page {
 display: block;
 width: 100%;
 min-height: 500px;
 text-align: center;
 background-color: #ffffff;
 border-left: 2px solid #66292E;
 border-right: 2px solid #66292E;
 border-top: 2px solid #66292E;
 border-bottom: 2px solid #66292E;
 }

#r_column {
 width: 150px;
 padding-top: 25px;
 text-align: right;
 vertical-align: top;
 display: block;
 float: right;
 }

#top {
 display: table;
 width: 100%;
 }

#top img{
 margin-top: 10px;
 margin-bottom: 10px;
 }

#titlebar {
 display: table;
 width: 100%;
 text-align: center;
 padding-top: 10px;
 padding-bottom: 10px;
 }

#titlebar h2, h4 {
 margin-top: 0px;
 margin-bottom: 0px;
 }

#content {
 width: 100%;
 text-align: center;
 margin-bottom: 20px;
 }

#pagecontent {
 padding: 20px;
 text-align: left;
 }

.container {
 width: 800px;
 text-align: left;
 margin-left: 20px;
 }

.container-left {
 width: 780px;
 text-align: left;
 }

h2 {
 font-size: 22px;
 margin-bottom: 0px;
 }

h3 {
 font-size: 18px;
 }

h4 {
 font-size: 16px;
 margin-top: 0px;
 }

h5 {
 font-size: 12px;
 margin-top: 0px;
 }

a {
 color: #66292E
 }

#nav {
 display: table;
 width: 100%;
 font-size: 11px;
 margin-top: 0px;
 margin-bottom: 0px;
 padding-top: 5px;
 padding-bottom: 5px;
 background-color: #66292E;
 }

#nav p {
 margin-left: 15px;
 margin-top: 1px;
 margin-bottom: 2px;
 }

#nav a {
 display: table-cell;
 padding-left: 20px;
 font-weight: bold;
 text-decoration: none;
 color: #D5C3A9
 }

#nav a:hover {
 text-decoration: underline;
 }

#nav a.here {
 color: #ffffff;
 font-weight: bold;
 text-decoration: none;
 }

#foot {
 width: 100%;
 }

#foot p{
 margin-top: 0px;
 margin-bottom: 0px;
 }

.footer
 {
 margin-top: 20px;
 font-size: 9px;
 padding-bottom: 8px;
 text-align: center;
 width: 100%;
 }