* {
 margin: 0;
 padding: 0;
 }

html {
 overflow-y: scroll;
}

body {
 background-color: #000000;
 background-image: url(../images/bg.gif);
 background-repeat: repeat-x;
 color: #404040;
 font: 14px/1.5 "Trebuchet MS", arial, helvetica, sans-serif;
 }

#menu {
 background-color: #000000;
 max-width: 90%;
 min-width: 800px;
 margin: 0 auto;
 }

#header {
 height: 80px;
 max-width: 90%;
 min-width: 800px;
 margin: 0 auto;
 padding: 10px 0 0 5px;
 }

#page-wrap {
 margin: 10px auto;
 position: relative;
 max-width: 90%;
 min-width: 800px;
 }

#main-content {
 background: #ffffff;
 color: inherit;
 padding: 5px 260px 10px 10px;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 }

#main-sidebar {
 background: #ffffff;
 border-left: 1px solid #c0c0c0;
 bottom: 0%;
 color: inherit;
 padding: 0 10px;
 position: absolute;
 right: 0;
 top: 0;
 width: 225px;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 }

#footer {
 background-color: #000000;
 background-image: url(../images/bg.footer.gif);
 background-repeat: repeat-x;
 height: 190px;
 margin: 0 auto;
 padding: 10px 0 0 5px;
 }

img {
 border: none;
 }

.center {
 margin: 0 auto;
 text-align: center;
 }

.clear {
 clear: both;
 }

.double {
 border-left: 5px double #c0c0c0;
 margin: 0 0 20px 13px;
 padding: 5px 10px;
 }

.floatright {
 float: right;
 }

.floatleft {
 float: left;
 }

.h1bullet {
 background-image: url(../images/h1bullet.gif);
 background-repeat: no-repeat;
 color: #404040;
 font: bold 26px/1.1 "Palatino Linotype", "Palatino", Georgia, Times, serif;
 height: 40px;
 margin-bottom: 5px;
 padding: 0 5px 0 50px;
 }

hr {
 background-color: #c0c0c0;
 border: 0;
 color: #c0c0c0;
 height: 1px;
 margin: 25px;
 }

h1 {
 font-weight: bold;
 font-size: 18px;
 margin: 10px;
 color: #675939;
 }

h2 {
 font-weight: bold;
 font-size: 16px;
 margin: 5px;
 }

h3 {
 font-weight: bold;
 font-size: 14px;
 margin: 5px;
 }

h4 {
 font-weight: bold;
 font-size: 12px;
 margin: 5px;
 }

h5 {
 font-weight: bold;
 font-size: 10px;
 margin: 5px;
 }

h6 {
 font-weight: bold;
 font-size: 8px;
 margin: 5px;
 }
