BODY
{margin:0; padding:0;}

P {colour:#000000; text-align:left; font-family:Arial; font-size:14pt;}
P.nev {colour:#000000; text-align:left; font-family:Arial; font-size:18pt;}
P.cat {colour:#000000; font-family:Arial; font-size:18pt;}
H1 {colour:#000000; margin:20px; line-height: 1.5; font-family:Arial; font-size:18pt;}
H2 {colour:#000000; font-family:Arial; font-size:20pt;}
H3 {colour:#000000; margin:1; font-family:Arial; font-size:18pt;}
H4 {colour:#000000; text-align:center; font-family:Arial; font-size:24pt;}
H5 {colour:#000000; text-align:left; font-style:bold; font-size:14pt;}
H6 {colour:#000000; margin:20px; line-height: 1.5; font-family:Arial; font-size:22pt;}

A:link {font-family:Arial; font-size:13pt; color:#000000; text-decoration: none;}
A:visited {font-family:Arial; font-size:13pt; color:#000000; text-decoration: none;}
A:hover {font-family:Arial; font-size:13pt; color:#000000; text-decoration: none;}

div#logo {width:275px; height:50px; background:url('http://7-lakes.ru/i/7-lakes_logo_small.png');}

.center-img  {
	display: block;
	margin: 0 auto;
}

.gallery a img{
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	
	-webkit-transition:All 1s ease;
	-moz-transition:All 1s ease;
	-o-transition:All 1s ease;
	transition: all 1.0s ease;
	
	-webkit-box-shadow: 0px 2px 4px 1px #DFDFDF;
	-moz-box-shadow: 0px 2px 4px 1px #DFDFDF;
	box-shadow: 0px 2px 4px 1px #DFDFDF;
	
	-moz-opacity: 0.70;
	opacity: 0.70;
	-ms-filter:"prodig:DXImageTransform.Microsoft.Alpha"(Opacity 70);
	
	margin-right:5px;
	padding:10px;
	display:inline-block;
	height:150px;
}

.gallery a img:hover{
	-moz-opacity: 1;
	opacity: 1;
	-ms-filter:"prodig:DXImageTransform.Microsoft.Alpha"(Opacity 100);
}

.gallery a:focus img{
	position: relative;
	height:300px;
	cursor: pointer;
	
	-webkit-transition:All 1s ease;
	-moz-transition:All 1s ease;
	-o-transition:All 1s ease;
	transition: all 1.0s ease;
	
	-webkit-box-shadow: 0px 4px 4px 1px #DFDFDF;
	-moz-box-shadow: 0px 4px 4px 1px #DFDFDF;
	box-shadow: 0px 4px 4px 1px #DFDFDF;
}

.gallery a{
	outline:0; 
	border:0;
}