body {
	font-family: Verdana, Tahoma, Arial;
	font-size: 14px;
	background: url('/images/back-pattern.png') repeat white;
	text-align: center;
}

a {
	color: #5d3017;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

h1 {
	display: none;
}

.clear-box {
	clear: both;
}

div#main-container {
	width: 950px;
	margin: 0 auto;
}

div#main-container #top {
	width: 950px;
	height: 73px;
	background: url('/images/top.png') no-repeat;
}

div#main-container #middle {
	width: 830px;
	padding: 20px 60px 20px 60px;
	background: url('/images/middle.png') repeat-y;
}

div#main-container #bottom {
	width: 890px;
	height: 48px;
	padding: 25px 60px 0 0;
	background: url('/images/bottom.png') no-repeat;
	font-size: 10px;
	color: gray;
	text-align: right;
}

div#logo {
	width: 689px;
	height: 125px;
	background: url('/images/logo.png') no-repeat;
	margin: 0 auto 80px auto;
}

div#content {
	text-align: left;
	line-height: 22px;
}

div#contact {
	float: left;
	background: url('/images/vahy.png') no-repeat;
	padding-left: 180px;
}

div#contact table .left {
	vertical-align: top;
	padding-right: 20px;
	color: gray;
}

div#contact table .right {
	vertical-align: top;
}

div#map {
	float: right;
	width: 370px;
	height: 200px;
}