body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 12px;
	line-height: 20px;
}

a{
	color: #68bb25;
}

a:hover{
	color: #856758;
}

#contactBox{
	position: absolute;
	top: 245px;
	right: 260px;
	background-color: #e6e0df;
	padding: 5px;
	visibility: hidden;
	ilter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	z-index: 1;
	border: 1px solid #cccccc;
	font-size: 11px;
}


#intervention{
	position: absolute;
	top: 260px;
	right: 260px;
	background-color: #e6e0df;
	padding: 10px;
	visibility: hidden;
	ilter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	z-index: 1;
	border: 1px solid #cccccc;
	font-size: 11px;
	font-weight: bold;
}


#contactBox_title{
	font-weight: bold;
	font-size: 13px;
}

#contact_link{
	position: absolute;
	top: 480px;
	right: 28px;		
	cursor: pointer;
}

#contact_link img{
	width: 50px;
	border: none;
    cursor: pointer;
}

.gallery_table{
	/*border-spacing: 20px 0px; */
	border-collapse:separate;
	max-height: 140px;
}

.gallery_table td{
	padding-right: 35px;
	text-align: center; 
}

.gallery_info{
	color: #000000; 
	font-size: 10px; 	
	background-color: #ffffff; 	
	white-space: nowrap;
	padding-bottom: 5px;
}

.gallery_image{

}

#logo{
	position: absolute;
	top: 65px;
	right: 797px;		
}

#logo img{
	width: 250px;
}

#page{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#page_background{
	text-align: right;
	z-index: -1;
}

#page_background img{
	width: 1100px;
}


#page_updated{
	position: absolute;
	right: 10px;
	top: 695px;
	color: #444444;
	font-size: 11px;
}

#window{
	position: absolute;
	right: 220px;
	top: 295px;
	width: 490px;
	height: 340px;
	overflow: auto;	
	padding: 0px;
	margin: 0px;
	/*background-color: #ffffff;*/

}

#window img{
	max-height: 265px;
	border: none;
}

#window p{
	margin: 10px;
}

#window table{
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}


