body {
	background: #fff;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000;
	overflow:scroll;
}
img {
	border: none;
}
p {
	padding:0 0 20px 0;
	margin:0;
}
a {
	color:#000;
	text-decoration:underline;
}
#nav {
	position: fixed;
	left: 56px;
	top: 37px;
	z-index: 1;
}
#works {
	border: none;
	border-collapse: collapse;
	margin:200px 0 0 56px;
}
#works td {
	border:none;
	padding:0 21px 0 0;
	vertical-align:bottom;
}
#works img {
	border-top:17px solid #fff;
	display:block;
	background:url(img/fon.gif);
}

#about {
	width:267px;
	margin:200px 0 0 56px;
}
#about address {
	font-style:normal;
}
#about img {
	border-top:22px solid #fff;
	display:block;
	background:url(img/fon.gif);
}
#back {
	bottom:70px;
	position:fixed;
	width:380px;
	left:56px;
}
#back img {
	display:block;
	padding-bottom:200px;
}
#back p {
	color:#8d8f8f;
	padding:0;
	margin:0;
}
#work {
	position:absolute;
	width:480px;
	left:500px;
	top:30px;
}
dl.form dt { 
	width:300px;
	clear:left;
	float:left;
	padding:10px;
	border-top:3px dotted #000;
	border-bottom:3px solid #fff;
}
dl.form dd { 
	width:500px;
	float:left;
	padding:10px;
	border-top:3px dotted #000;
	border-bottom:3px solid #fff;
}
.form dd p { 
	border:1px solid #ccc;
	margin:1px;
	padding:3px;
}
.form dd img { 
	height:50px;
}
