.layout {
	padding: 0px;
}
#wraper {
	background-color: #FFF;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
#wraper #logo_wraper {
	height: 100px;
	background-color: #FFF;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wraper #spryb {
	height: 35px;
	background-image: url(../images/sprybarimage.jpg);
}
#wraper #header {
	height: 250px;
	text-align: left;
}
#wraper #bodya #content {
	width: 1200px;
	text-align: left;
}
#wraper #bodya #footer {
	height: 40px;
	clear: both;
}
