/* mac hide\*/ 
html, body {height:100%} 
/* end hide */ 
body { 
	padding:0; 
	margin:0; 
	text-align:center; /* for ie6 and under */ 
	min-width:1000px;/* for mozilla*/ 
	background-color:#797979;
	color: #000000;
	font-family:Tahoma,Geneva,Kalimati,sans-serif;
	font-size:12px;
}

#outer{ 
	min-height:100%; 
	width:1000px; /* add 2px if borders are not used */ 
	color: #000000; 
	text-align:left; 
	margin:auto; 
	position:relative; 
} 
  
* html #outer{height:99.9%;} /*For ie as treats height as min-height anyway - also addreeses rounding bug at bottom of screen in IE*/ 

#content {
	width:1000px;
	position:relative;
}

#footer { 
	width:1000px; /* add 2px if borders are not used on the #outer div */ 
	clear:both; 
	height:45px; 
	color: #000000; 
	text-align:center; 
	left:0; 
	bottom:0; 
	position: absolute;
	letter-spacing:2px;
	padding:25px 0px 0px 0px;
} 

.l_menu:link { color:#000000;text-decoration:none; }
.l_menu:visited { color:#000000;text-decoration:none; }
.l_menu:hover { color:#000000;text-decoration:underline; }
.l_menu:active { color:#000000;text-decoration:underline; }

.balk { margin:0px 5px 0px 5px; }

* html #footer {/*only ie gets this style*/ 
	\height:72px;/* for ie5 */ 
	he\ight:70px;/* for ie6 */ 
	margin-bottom:-1px; 
}

div,p  {margin-top:0}/*clear top margin for mozilla*/ 

#clearfooter {width:100%;height:70px;clear:both} /* to clear footer */ 
