@charset "utf-8";
/* CSS Document */


body{
	
	margin:0px;
	visibility:visible;
	padding:0px;
	font-family:Arial;
	font-size:11px;
	background:url(images/background.jpg) repeat-x;
	background-color:#d5d8dc;
	color:#333439;


}


body a{
	color:#333439;
}
body a:hover{
	color:#4ba5e5;
}

a.z{
	color:#333439;
	text-decoration:none;
}
a.z:hover{
	color:#4ba5e5;
	text-decoration:none;
}

#left_line{
	
	background:url(images/background.jpg);
	width:65px;
	height:800px;
	
}


#content{
	
	width:540px;
	height:347px;
	background:url(images/content_backgroun.jpg);
	
}

#text_area{
	
	padding-left:20px;
	padding-right:0px;
	font-family:Arial;
	font-size:11px;
	text-align:justify;
	
}
#text_area a{
	
	color:#333439;
	text-decoration:none;
}
#text_area a:hover{
	
	color:#4ba5e5;
}

#text_banner_contacts{
	
	width:178px;
	height:101px;
	background:url(images/text_contacts.jpg);
	font-size:11px;
}


table#gallery  {
	
 	border-spacing: 10px;
	margin-left:-15px;

 
}

table#gallery tr td {
	
	border: 7px solid #ffffff;
 	padding: 0px;
 	margin:10px;
 	background-color: #c9cbcf;
 	-moz-border-radius: 3px;
 	border-width: 7px 7px 7px solid #ffffff;
 
}

table#gallery tr td:hover {
	border: 7px solid #c9cbcf;
 	padding: 0px;
 	margin:10px;
 	border-width: 7px 7px 7px;
 	background-color: white;
	 -moz-border-radius: 3px;	
	border-color: #c9cbcf;

}

#footer{

	width:843px;
	height:66px;
	background-color:#d5d8dc;
}

