* {
	border:0;
	margin:0;
	font-family: "Verdana";
	font-size: 10px;	
}

html {
	background-color: #D9DADB;
}

body {
	background-color: #D9DADB;
	height:100%;
}

#wrapper {
	width:853px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 79px;
}
#head {
	background: url(../img/head.jpg) top left no-repeat;
	height: 95px;
	width: 853px;
}
#main {
	background-color: #D9DADB;
	height: 420px;
	padding-top: 23px;
}
#foot {
	background: url(../img/foot.jpg) top left no-repeat;
	height: 96px;
	width: 853px;
}

.blok_1 {
	float:left;
	height:314px;
	width: 257px;
	border: 1px solid #2B945A;
	margin-left:11px;
	margin-right:11px;
	display: block;
	cursor: pointer;		
}

.blok_2 {
	float:left;
	height:314px;
	width: 257px;
	border: 1px solid #CC2C48;
	margin-left:11px;
	margin-right:11px;
	display: block;
	cursor:pointer; 		
}
h1 {
	padding-top:10px;
	font-size: 50px;	
	font-weight: bold;
	color: #FFF;
}
h2 {
	margin-top: 21px;
	width:180px;
	padding-left:40px;
	padding-right:40px;
	font-variant: small-caps;	
}

p {
	margin-top: 10px;
	margin-bottom: 24px;
	width:180px;
	padding-left:40px;
	padding-right:40px;
}

a {
	
	color: #000;
	text-decoration: none;
}