body         { background-color: rgb(252,226,191);
               background-image: url('');
               background-repeat: repeat;
               margin:0;
               padding:0 }
               
#header      {
	background-color: rgb(252,226,191);
	background-image: url('img/head_bck.jpg');
	background-repeat: no-repeat;
	position: absolute;
	width: 1004px;
	height: 87px;
	margin:0;
	padding:0;
	z-index: 3;
}
               
#leftcol     {
	background-color: rgb(252,226,191);
	background-image: url('img/vg_menu_bck.jpg');
	background-repeat: no-repeat;
	position: absolute;
	top: 87px;
	left: 0px;
	width: 206px;
	height: 920px;
	margin:0;
	padding:0;
	z-index: 2;
}
               
#content     {
	background-color: rgb(252,226,191);
	background-image: url('img/content_bck.jpg');
	background-repeat: no-repeat;
	position: absolute;
	top: 87px;
	left: 206px;
	width: 585px;
	height: 100%;
	margin:0;
	padding:0;
	z-index: 1;
}
               
#rightcol    { background-color: rgb(252,226,191);
               width: 213px;
               position: absolute;
               top: 87px; left: 792px;
               height: 100%;
               margin:0;
               padding:0 }
             
p            { font-family: Verdana, Arial, Helvetica; 
               font-size: 8pt; 
               color: #000000; }
a:link       { font-weight: bold; 
               color: rgb(151,37,0);
               text-decoration: none }
a:visited    { font-weight: bold;
               color: rgb(94,23);
               text-decoration: none }
a:hover      { font-weight: bold;
               color: rgb(198,0,0);
               text-decoration: underline }
a:active     { font-weight: bold;
               color: rgb(255,236,215);
               text-decoration: underline }
               
tr           { font-family: Verdana, Arial, Helvetica; 
               font-size: 8pt; 
               color: #000000; }
               
input.black  { background-color: #000000;
               border-color: #000000;
               font-family: Verdana, Arial, Helvetica; 
               font-size: 7pt; 
               font-weight: bold;
               color: #FFFFFF }
               
input.red    { background-color: #C60000;
               border: 1px solid;
               border-color: #972500;
               font-family: Verdana, Arial, Helvetica; 
               font-size: 7pt; 
               font-weight: bold;
               color: #FCE2BF }
