body {
	font-family : helvetica, verdana, tahoma;
	color:#7b7c7e;
}
body, h1, h2, h3 {
	padding : 0;
	margin : 0;
}
h1#logo {
  width : 104px;
  height : 114px;
  margin-left : 10px;
  position : relative;
}
h1#logo span {
  position : absolute;
  background-image : url('logo.gif');
  background-repeat : no-repeat;
  width : 100%;
  height : 100%;
}
h1 {
	display : block;
	visibility : hidden;
	margin-bottom : 60px;
}
h1 span {
	visibility : visible;
}
.block {
	width : 334px;
	float : left;
}
h2.we-are, h2.email, h2.contacts {
	width: 343px;
	height: 40px;
	position: relative;
}
h2.we-are span, h2.email span, h2.contacts span {
	position: absolute;
	width: 100%;
	height: 100%;
}
h2.we-are span {
	background : url('bg_we-are.gif') no-repeat;
}
h2.email span {
	background : url('bg_email.gif') no-repeat;
}
h2.contacts span {
	background : url('bg_contacts.gif') no-repeat;
}
h3 {
	font-weight : normal;
	font-size : 14px;
	line-height:1.6;
}
h3.we-are-text {
	position:relative;
	width : 343px;
	height : 146px;
}
h3.we-are-text span {
	position:absolute;
	width : 100%;
	height : 100%;
	background : url('bg_we-are-text.gif') no-repeat;
}
h3.contacts-text-1 {
	width : 343px;
	height : 49px;
	position : relative;
}
h3.contacts-text-1 span {
	padding-left : 100px;
	position:absolute;
	width : 100%;
	height : 100%;
	background : url('bg_contacts-text-1.gif') no-repeat;
}
h3.contacts-text-2 {
	width : 343px;
	height : 25px;
	position : relative;
}
h3.contacts-text-2 span {
	padding-left : 100px;
	position:absolute;
	width : 100%;
	height : 100%;
	background : url('bg_contacts-text-2.gif') no-repeat;
}
h3.contacts-text-3 {
	width : 343px;
	height : 49px;
	position : relative;
}
h3.contacts-text-3 span {
	padding-left : 100px;
	position:absolute;
	width : 100%;
	height : 100%;
	background : url('bg_contacts-text-3.gif') no-repeat;
}
h3.contacts-text-4 {
	width : 343px;
	height : 25px;
	position : relative;
}
h3.contacts-text-4 span {
	padding-left : 100px;
	position:absolute;
	width : 100%;
	height : 100%;
	background : url('bg_contacts-text-4.gif') no-repeat;
}
h3.contacts-text-5 {
	width : 343px;
	height : 49px;
	position : relative;
}
h3.contacts-text-5 span {
	padding-left : 100px;
	position:absolute;
	width : 100%;
	height : 100%;
	background : url('bg_contacts-text-5.gif') no-repeat;
}
h3.for-sale {
	position:relative;
	width : 670px;
	height:83px;
	margin-bottom : 50px;
}
h3.for-sale span {
	position:absolute;
	width : 100%;
	height : 100%;
	background : url('bg_for-sale.gif') no-repeat;
}
a {
  color : #7b7c7e;
  cursor : pointer;
}

#site {
	width : 670px;
	-width : 700px;
	margin : auto;
	margin-top : 100px;
}