body { 
 background: #eeeeee; 
 color: #000000;
 font-family: sans-serif;
}

div.top-background {
 background: #cccc00; /*#0000cc;*/ /*#3333aa;*/
 position: absolute;
 top: 0px;
 left: 0px; /*150px;*/
 width: 200px; /*100%;*/
 height: 255px;
}

div.top-background-right {
 background: #cccccc; /*#0000cc;*/ /*#cccc00;*/
 position: absolute;
 top: 0px;
 left: 200px;
 /* width: 665px; 100%;*/
 height: 255px;
 right: 0px;
}

div.top-stripe {
 background: #cccc00;
 position: absolute;
 top: 250px;
 left: 0px;
 /*width: 100%;*/
 right: 0px;
 height: 5px;
}

div.top-frame {
 position: absolute;
 top: 5px;
 left: 5px;
 width: 800px;
 height: 243px;
}

div.left-background {
 background: #cccccc; /*#663399;*/ /*#0000cc;*/ /*#663399;*/ /*#cccc00;*/
 position: absolute;
 top: 255px;
 left: 0px;
 width: 150px;
 /*height: 366px;*/
 bottom: 0px;
}

div.left-quick-links {
 background: #eeeeee;
 border: 5px #663399 solid; 
 position: absolute;
 top: 255px;
 left: 0px;
 width: 130px;
 height: 150px;
 padding: 5px;
}

div.left-news {
 background: #eeeeee;
 border: 5px #663399 solid; 
 position: absolute;
 top: 435px;
 left: 0px;
 width: 130px;
 /*height: 200px;*/
 /*bottom: 5px;*/
 padding: 5px;
}

div.main {
 background: #ffffff;
 border: 1px #000000 solid;
 position: absolute;
 top: 255px;
 left: 150px;
 width: 645px; 
 padding: 5px;
	/* bottom: 0px;*/
}

div.heading {
 color: #0000cc;
 font-family: trebouchet, verdana, sans-serif;
 font-size: xx-large;
 font-weight: bold;
}

div.small-heading {
 color: #0000cc;
 font-family: trebouchet, verdana, sans-serif;
 font-size: large;
 font-weight: bold;
}
