
body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}

#framecontentLeft, #framecontentRight{
position: absolute; 
top: 0; 
left: 0; 
width: 276px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: black;
color: white;
}

#framecontentRight{
left: auto;
right: 0; 
width: 123px; /*Width of right frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: black;
color: white;
}

#framecontentTop{
position: absolute;
top: 0;
left: 276px; /*Set left value to WidthOfLeftFrameDiv*/
right: 123px; /*Set right value to WidthOfRightFrameDiv*/
width: auto;
height: 55px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: black;
color: white;
}

#maincontent{
position: fixed; 
top: 55px; /*Set top value to HeightOfTopFrameDiv*/
left: 276px; /*Set left value to WidthOfLeftFrameDiv*/
right: 123px; /*Set right value to WidthOfRightFrameDiv*/
bottom: 0;
overflow: auto; 
background: #BB9D57;
scrollbar-base-color: BB9D57;
scrollbar-track-color: BB9D57;
scrollbar-highlight-color: CBB173; 
scrollbar-arrow-color: 654B21; 
scrollbar-shadow-color: A68C4E;
scrollbar-darkshadow-color: 8F773D;
overflow: auto;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 55px 123px 0 276px; /*Set value to (HeightOfTopFrameDiv WidthOfRightFrameDiv 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* html #framecontentTop{ /*IE6 hack*/
width: 100%;
}


.header {color: #45331D; font-family: arial, verdana, helvetica; font-size: 18pt; font-weight: bold;}

A:link {font-size: 9pt; font-family: arial, helvetica, sans-serif; font-weight: bold; text-decoration: underline; color:#45331D}
A:visited {font-size: 9pt; font-family: arial, helvetica, sans-serif; font-weight: bold; text-decoration: underline; color:#45331D}
A:hover {font-size: 9pt; font-family: arial, helvetica, sans-serif; font-weight: bold; text-decoration: underline; color:#634C2A}

.biglink A:link {font-size: 11pt; font-family: arial, helvetica, sans-serif; font-weight: bold; text-decoration: none; color:#BB9D57}
.biglink A:visited {font-size: 11pt; font-family: arial, verdana, helvetica; font-weight: bold; text-decoration: none; color:#BB9D57}
.biglink A:hover {font-size: 11pt; font-family: arial, helvetica, sans-serif; font-weight: bold; text-decoration: none; color:#CEB179}

.topic {color: #45331D; font-family: arial, verdana, helvetica; font-size: 10pt; font-weight: bold;}
.topics {color: #45331D; font-family: arial, verdana, helvetica; font-size: 11pt; font-weight: bold;}
.date {color: #45331D; font-family: arial, verdana, helvetica; font-size: 9pt; font-weight: bold;}

.main {color: #45331D; font-family: arial, verdana, helvetica; font-size: 10pt;}
.main2 {color: #45331D; font-family: arial, verdana, helvetica; font-size: 9pt;}
.fine {color: #45331D; font-family: arial, verdana, helvetica; font-size: 8pt; text-align: center;}

.space {color: #BB9D57; font-family: arial, verdana, helvetica; font-size: 8pt; font-weight: bold;}
.spacer {color: #BB9D57; font-family: arial, verdana, helvetica; font-size: 2pt; font-weight: bold;}

.contentflow {background-color:#BB9D57; width:100%; height:100%;
scrollbar-base-color: BB9D57;
scrollbar-track-color: BB9D57;
scrollbar-highlight-color: CBB173; 
scrollbar-arrow-color: 654B21; 
scrollbar-shadow-color: A68C4E;
scrollbar-darkshadow-color: 8F773D;
overflow: auto;
}


