html, body {height: 100%;}

body {
	margin: 0; 
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#dddddd;
}

#main{
	width: 930px; 
	padding:0px 25px 0px 25px;
	margin: auto auto; 
	min-height: 100%; 
	position: relative;
	background-color:#ffffff;
	border-bottom:1px solid white;


}

* html #main{
	height: 100%;
}
	
#content{
	width:930px;;
	margin-top:59px;
	min-height: 100%; 
	height:100%;
	margin-bottom:2em;
	background-color:#ffffff;
	position:relative;
}

#content a{
color:#999999;
	}

#content a:hover{
color:#52a127;
	}
	
#content img{
	/*margin-bottom:20px;*/
}
	
.invisible {
	display:none;
}

.visible {
	display:block;
}

#footer {
	width:930px;
	height:20px;
	position:absolute;
	bottom:0;
	left:0;
	padding:0px 0px 0px 0px;
	/*background:url(../imgs/bg_foot2.gif) right bottom repeat-x #fff;*/
	background-color:#ffffff;
	border-top:1px solid #b6b5b5;
	margin: auto auto; 
	margin-left:25px;

	}
	
* html #footer{
	width:980px;
	margin: auto auto; 
	}
	
	
.clear {
	clear:both;
}
.tx-indexedsearch-whatis,
.tx-indexedsearch-sw{
margin:0;
	padding:0;
	font-size:18px;
	line-height:24px;
	font-weight:normal;
	color:#52a127;
	}
	
#founds{
margin:0;
padding:0;
margin-bottom:30px;
}

.tx-indexedsearch-browsebox,
#founds p{
margin:0;
	padding:0;
	font-size:12px;
	line-height:16px;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:15px;
	margin-right:30px;
	color:#999999;
	font-weight:normal ! important;
}

#founds h1{
font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	font-weight:normal;
	color:#52a127;
	padding:0;
	line-height:15px;
	color:#52a127;
	}

.tx-indexedsearch-sw,.tx-indexedsearch-browsebox strong{color:#52a127}
