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

body {
	background-color: #fafafa;
	border-top: 4px solid #000;
}




.container{
width:auto;
height:auto;

	
}

#header {
	
width: 90%;
padding-left: 5%;
margin-top: 30px;
}



#pereezd {
	
width: auto;
	height: auto;
	vertical-align:middle;
	text-align:center;	
}




#about {

			
			margin-top: 20px;
			margin-bottom: 60px;
			padding-top: 10px;
			padding-bottom: 0px;
			width:100%;
			float:left;
}





.container_6 {
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
}


.grid_6{
	display:inline;
	float: left;
	position: relative;
	width:940px;
	}

.grid_a{
	float: left;
	width: 300px;
	height: auto;
		margin-right: 20px;
		margin-bottom: 20px;
}

.grid_a  img {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

.grid_b {
	display:inline;
	float: left;
	position: relative;
	width: 300px;
	height:auto;
	margin-right: 20px;
	margin-bottom: 20px;
		border-top: 4px solid #000;
	
}
	



p {
	font-family: georgia, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	color: black;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: normal;	
}




h1 {
	line-height: 18px;
	width: auto;
	font-weight: bolder;
	text-decoration: none;
	font-family: georgia, serif;
	color: #black;
	font-size: 14px;
	text-align: left;
	padding-bottom: 0px;
}







a:link {
	color: red;
		text-decoration:none;
border-bottom:1px dotted red;
	font-size: inherit;
}
a:visited {
	color: red;
			text-decoration:none;
border-bottom:1px dotted red;
	font-size: inherit;
}
a:hover {
	color: red;
			text-decoration:none;
border-bottom:1px dotted red;
	font-size: inherit;
}