html, body {	
	height: 100%;
    min-height: 100%;
    margin: 0px;
    background-color: #BDB76B;
	
    font-family: Georgia, 'Times New Roman', Times, serif;
}

a:visited {
color: #AAAAAA;
}

a:link {
color: #AAAAAA;
}

a:hover {
color: #FFFFFF;
}


#page {    
	width: 1024px;
	
	height: auto !important; 	
	height: 100%; 	
	min-height: 100%; 	
	margin: 0 auto;	
	
	border: 1px solid #FFFFFF;		
	background: url("./img/bground.gif") repeat top left;	
}

#header {
	width: 1024px;
	height: 358px;
	margin: 0 auto;
	padding: 0px;
	background: url("./img/header_new.gif") repeat top left;	
} 

#menu {
	float: left;
	
	padding-left: 10px;
	padding-right: 7px;
	
	height: 100%;            
	min-height: 100%;            
	
	}

.cont {
   overflow: hidden;
   font-size: 0.8em;      
   min-height: 100%;    
   font-size: 0.9em;
   font-style: bold;
   text-align: left;
   padding-top: 10px;
   padding-left: 10px;
   
   color: #F2C803;   
   
   background: url("./img/content_bgrd2.gif");  
   
}

#table_content {
    height: 100%;    
	
	background: url("./img/content_bgrd3.gif");
}

#header_navig {
	
	width: 200px;
	padding: 5px; 
	font-size: 1.0em;
	margin: 0 auto;	
	border: 1px solid #454545;			
	text-align: center;	
}

#header_content_text {
		
}

#footer_text {
	font-size: 0.7em;
	font-style: italic;
	text-align: center;	
	color: #A09F9A;
	border-top: 1px dotted #FFFFFF;
	background-color: #000000;		    
	padding: 5px;
}

.img1 {
	height: 35px;	
	align: center; 
	border: 1px solid #454545;
	
}

.img2 {
	height: 120px;
	width: 100px;
}

.img3 {
	height: 120px;
	width: 120px;
	align: center; 
	border: 1px solid #454545;
		
	
}

.navig_btn {
  margin-right: 10px;
}
.navig_btn_right {
  margin-right: 0px;
}

.navig_bar a:link {
	color: #FFFFFF;
	font-size: 1.1em;
}

.navig_bar a:visited{
	color: #FFFFFF;
	font-size: 1.1em;
}

.navig_bar a:hover{
	color: #FF0000;
	font-size: 1.1em;
}

.tr_sost {
/*border: 1px dotted #FFFFFF;*/
}

.td_sost {	    
	text-align: center;
	border: 1px dotted #FFFFFF;
	padding: 2px;
	background: #556B2F;
}

#wrap {
	margin-top:0px;
	margin-bottom:15px;			
}
