html, body {height: 100%;} 

body{
	margin: 0; 
	padding: 0;
	background: #fff;
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	color:#4A4A4A;
	font-size:80.5%;
}
#display{ 
	position: relative;
	width: 100%;
	/*width: 1000px;*/
	/*width: 780px;*/
	min-height: 100%;
	background: #fff;
	margin: 0 auto;
	background: #F3F3F3;
	border-top: 1px solid red;
}

* html #display {height: 100%;}

#top{
	float:left;

	padding-left: 20px;
	border-bottom: 0px solid red;
	
}
#google_translate_element{
	float:left;
	border-top: 0px solid red;
}
#content{
	float:left;
	width: 100%;
	padding-left: 0px;
	padding-top: 10px;
	margin-bottom: 90px;
	background: #fff;
}
#content_bottom{
	
	width: 100%;
	height: 100%;
	background: gray;
}
#header{
	float:left;
	width: 100%;
	/*height: 90px;*/
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	background: #fff;	
}
#logo{
	float:left;
	width: 126px;
	height: 82px;
	padding-left: 20px;
	padding-top: 10px;
}
#top_menu_area{
	float: left;
	display: inline;
	height: 28px;
	padding-top: 35px;
	padding-right: 20px;	
}
#top_menu_area div{
	display: inline;
}
.search_engine{
	padding-left: 30px;
}
#list_area{
	/*width: 100%;*/
	margin-left: 10px;
	margin-bottom: 5px;
	padding-left: 10px;
	margin-right: 20px;
	padding-top:  5px;
	padding-bottom: 5px;
	border-top: 0px solid green;
}
#list_box{
	float: left;
	width: 200px;
	padding-left: 30px;
	
}
#list_number{
	float: left;
	padding-top: 5px;
}
#list_tit{
	float: left;
	color: #235618;
	font-weight: bold;
	padding-top:  5px;
}
#list_descr{
	clear: left;
}
#list_events{
	clear: left;
	width: 126px;
	width: 100%;
	margin-top: 2px;
}
#list_local{
	clear: left;
	width: 126px;
	width: 400px;
	margin-top: 0px;
	height: 15px;
}
#list_site{
	clear: left;
	width: 400px;
	height: 15px;
	margin-top: 0px;
	padding-bottom: 10px;

}

#ads{
	float: right;
	width: 336px;
	/*height: 280px;*/
	padding-left: 20px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 20px;
}

/* sitio */

#sitio{
	float: left;
	width: 780px;
	height: 380px;
}
#sitio_info{
	float: left;
	width: 400px;
	margin-left: 10px;
	margin-bottom: 5px;
	padding-left: 10px;
	margin-right: 0px;
	padding-top:  5px;
	padding-bottom: 5px;
}

#sitio .title{
	float: left;
	width: 100%;
	color: #235618;
	font-size: 20px;
	font-weight: bold;
}
#sitio #description{
	float: left;
	font-size: 14px;
}

#sitio #description p{
	font-size: 16px;
	margin-bottom: 10px;
}
#sitio #category{
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}
#sitio #location{
	float: left;
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#sitio #url{
	float: left;
	width: 100%;
	margin-top: 20px;
}
#sitio #url_buttom{
	float: left;
	width: 100%;
	height: 15px;
	margin-top: 27px;
}
#sitio .url:link, .url:hover, .url:visited{
	text-decoration: none;
	font-size: 14px;
	color: #F72828;
	padding-right: 10px;
	padding-left: 2px;
	font-weight: bold;
}
#sitio .url:hover{
	text-decoration: underline;
}

#sitio .url2:link, .url2:hover, .url2:visited{
	text-decoration: none;
	font-size: 14px;
	color: #0000ff;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}
#sitio .url2:hover{
	text-decoration: underline;
}



#sitio_historyback{
	float: left;
	width: 100%;
	height: 25px;
	margin-top: 55px;
}



#footer{
	position: absolute;
	bottom: 0;
	width: 100%;  
	padding-top: 10px;
	height: 20px;
	font-size: 11px;
	background: #f0fff0;
	border-top: 0px solid #000;
}
#copyright{
	padding-left: 10px;
}
.clear {clear:both;}

/* classes */

.text{
	font-size: 14px;
}
.text2{
	font-size: 12px;
}

.centered_content{
	float:left;
	width: 100%;
	text-align:center;
	padding-top: 20px;
	font-size: 16px;	
}

.tit_info{
	padding-top: 3px;
}
.green{
	color:#2D6B1F;
}

/* tags */

h1{
	float:left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 10px;
	font-size: 16px;
	color: #000;
}

p{
	font-size: 16px;
	margin-bottom: 15px;
}

/* links */

.link01:link, .link01:hover, .link01:visited{
	text-decoration: none;
	font-size: 12px;
	color: #F72828;
}
.link01:hover{
	text-decoration:underline;
}
.link02:link, .link02:hover, .link02:visited{
	text-decoration: none;
	font-size: 14px;
	color: #F72828;
	padding-right: 10px;
	padding-left: 2px;
	font-weight: bold;
}
.link02:hover{
	text-decoration: underline;
}
.link03:link, .link03:hover, .link03:visited{
	text-decoration: none;
	font-size: 14px;
	color: #235618;
}
.link03:hover{
	text-decoration: underline;
}
.link04:link, .link04:hover, .link04:visited{
	text-decoration: none;
}
.link04:hover{
	text-decoration: underline;
}


