BODY {
   BACKGROUND: #000033; 
   FONT-FAMILY: "Century Gothic", sans-serif; 
   FONT-SIZE: 85%; 
   MARGIN: 0px; 
   PADDING-BOTTOM: 0px; 
   PADDING-LEFT: 0px; 
   PADDING-RIGHT: 0px; 
   PADDING-TOP: 0px; 
   scrollbar-face-color: #000033; 
   scrollbar-shadow-color: #FFFFFF; 
   scrollbar-highlight-color: #A9A9A9; 
   scrollbar-3dlight-color: #FFFFFF;
   scrollbar-darkshadow-color: #708090;
   scrollbar-track-color: #000033;
   scrollbar-arrow-color: #FFCC00;
}

:link { color: #FFFFFF; font-weight: bold; text-decoration: none }
:visited { color: #FFFFFF; font-weight: bold; text-decoration: none }
:hover { color: #FFCC00; font-weight: bold; text-decoration: none }

.text:link { color: #000033; font-weight: normal; text-decoration: none }
.text:visited  { color: #000033; font-weight: normal; text-decoration: none }
.text:active { color: #000033; font-weight: normal; text-decoration: none }
.text:hover  { color: #FF3300; font-weight: normal; text-decoration: none }

.chap { 
   font-family:"Century Gothic", sans-serif; 
   font-size:150%; 
   color:#FF3300;
   font-weight:bold;
   border-bottom-style:solid; 
   border-bottom-width:2px; 
   border-color:#FFCC00;
   margin:0px; 
   margin-bottom:15px; 
}

div * tr {
   font-size: 85%;
   color: #000033;
}

#container {
width: 780px;
border: 0px solid white;
background: #000033;
margin: 0px;
margin-left: auto;
margin-right: auto;
padding: 2px;
}

#banner {
padding: 15px;
margin-top: 15px;
margin-bottom: 15px;
background-color: #000033;
color: #FFFFFF;
border: 0px solid yellow;
}

#content {
padding: 15px;
margin-left: 155px;
margin-right: 155px;
background-color: #FFFFFF;
color: #000033;
border: 0px solid yellow
}

#sidebar-a {
float: left;
width: 150px;
margin-top: 38px;
padding-top: 15px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
background-color: #000033;
color: #FFFFFF;
border: 0px solid yellow;
}

#sidebar-b {
float: right;
width: 150px;
margin-top: 38px;
padding: 0px;
background-color: #FF3300;
border: 1px solid yellow;
}

#footer {
clear: both;
padding-top: 0px;
padding-bottom: 10px;
margin: 0px;
background-color: #000033;
border: 0px solid yellow;
}





