@charset "utf-8";
/* CSS Document */
body{
	font-family: "AvenirNextLTPro-Medium","Calibri",Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#737476;
	margin:0px;
	padding:0px;
}

.title {
	background-color: #eef1e8;
	width: 330px;
	padding-top:5px;
	padding-bottom:10px
	
}
.title h1 {
font-family: "AvenirNextLTPro-Medium","Calibri",Arial, Helvetica, sans-serif;
color:#666666; 
font-size:21px; 
font-weight:normal;
margin-top:5px;
margin-bottom:5px;
margin-left:15px;

}


.galiry {
	height: 355px;
	width: 500px;
	overflow:hidden;
	
}
.bggallery {
	background-image: url(../img/gallery.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 500px;
	display:inline;
	float:left;
}
.TxtBody {
	display:inline;
	float:left;
	width:440px;
	margin-left:15px;
	/*border:thin solid #CCCCCC;*/
	min-height:143px;
	text-align:justify;
	padding:10px;
	 
}

#screen {
	height: 355px;
	background-color:#CCCCCC;	
	overflow:hidden;
	
	
}
.button {
	float:right; 
	margin-right:20px; 
	display:inline; 
	height:40px; 
	margin-top:20px;
}
#Txt {
	float:left;
	display:inline; 
	width:330px; 
	padding-left:20px; 
	height:60px; 
	background-image:url(../img/textbg.png); 
	border:thin solid #CCCCCC; 
	border-left:none; 
	border-bottom:none;
	font-size:14px;
}
h1{
color:#3896c1;
font-size:15px;
font-weight:bold;
	font-family:"Calibri",Arial, Helvetica, sans-serif;
}
#comment {
	 height:145px;	  
	 position:absolute; 
	 left:0px;
}
.TxtComment {
	display:inline; 
	width:210px; 
	float:left; 
	margin:0px 8px;
}
#block {
	 height:50px; 
	 position:absolute; 
	 left:0px;
}

#smap a:link {
	color: #777777;
	text-decoration: none;
	font-size: 12px;
}
#smap a:visited {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
}
#smap a:hover {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}
#smap a:active {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
}
a {
	font-size: 12px;
	color: #999999;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #666666;
}
