body
 {
 background-color:#000;
 font-family:Trebuchet MS;
 margin:0 0 0 0;
 }

div.header
 {
 background-image:url('images/header.jpg');
 background-repeat:no-repeat;
 position:absolute;
 margin:0 0 0 0;
 width:1023px;
 height:153px;
 }
 
div.side
 {
 background-image:url('images/side.jpg');
 background-repeat:no-repeat;
 position:absolute;
 margin-top:153;
 margin-left:0;
 width:261px;
 height:612px;
 }
 
div.side2
 {
 background-image:url('images/bgrd_h3.jpg');
 position:absolute;
 margin-top:760px;
 margin-left:0;
 width:202px;
 height:100px;
 }
 
table
 {
 margin:0;
 }
 
td.menu
 {
 width:200px;
 height:100%;
 padding-top:200px;
 }
 

.menu_item
 {
 font-size:16pt;
 color:#fff;
 position:absolute;
 width:200px;
 margin: 160 0 0 10;
 }


.main_item
 {
 font-size:10pt;
 color:#fff;
 position:absolute;
 width:710px;
 margin: 200 0 0 290;
 }
 
.main_head
 {
 background-image:url('images/bgrd_mh1.jpg');
 background-repeat:no-repeat;
 font-size:10pt;
 font-weight:bold;
 color:#fff;
 width:714px;
 height:19px;
 padding: 2 2 2 4;
 }
 

a:link
 {
 color:#fff;
 text-decoration:underlined;
 }
 
a:visited
 {
 color:#fff;
 text-decoration:underlined;
 }
 
a:hover
 {
 color:#57537f;
 text-decoration:none;
 }
 
 
.menu_item a:link
 {
 color:#fff;
 text-decoration:none;
 }
 
.menu_item a:visited
 {
 color:#fff;
 text-decoration:none;
 }
 
.menu_item  a:hover
 {
 color:#dfdfdf;
 text-decoration:none;
 }
 
a img
 {
 border:1px solid white;
 }
