body{
	margin: 0px;
	padding: 0px;
	color: #090802;
	font: 12px/18px Arial, Helvetica, sans-serif;
	position: relative;
	background-color: #EAEAEA;
	background: #EAEAEA url(background.gif) repeat-x scroll bottom;
}
html{
  background-color: #656565;
}
#background{
	background: #EAEAEA url(background.gif) repeat-x scroll bottom;
	width: 100%;
	height: 100%;
	overflow: auto;
}*
a{
	color: #D4BA0A;
}
a img{
	border: none;
	text-decoration: none;
}
h1#title{
	display: none;
	position: absolute;
	top: -1000px;
	left: 0px;
}
h2{
	font: 24px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #D4BA0A;
}
h3{
	border-left: 10px solid #D4BA0A;
	padding: 3px 5px 3px 5px;
	color: #fff;
	background-color: #1F1F1E;
}
ul{
	list-style: outside url(list.gif);
}
#site{
	margin: 0 auto 115px auto;
	padding: 106px 0 0 0;
	text-align: left;
	width: 800px;
	background: #fff url(site.gif) repeat-y top;
}
#content{
	padding: 10px;
}
.house{
	position: relative;
	height: 250px;
	margin: 0 0 10px 0;
}
.house img{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}
.house .description{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 260px;
	padding: 15px;
	height: 220px;
	overflow: hidden;
	background: url(desc.png) repeat top;
	color: #ededed;
	z-index: 100;
	border-right: 1px solid #222;
}
.house h2, .house h3{
	margin: 0px;
	padding: 0px;
	border: none;
	background: none;
}
.house .description-detail{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: url(desc.png) repeat top;
	z-index: 100;
	border-top: 1px solid #222;
	height: 55px;
}
.house .description-detail h2{
	padding: 0 0 0 15px;
	font: 30px/55px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #D4BA0A;
}
.house #navig{
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 200;
	color: #fff;
	font: 16px Arial, Helvetica, sans-serif;
}
.house #navig a{
	color: #fff;
	text-decoration: none;
}
.house #navig a:hover{
	text-decoration: underline;
}
.gallery a{
	padding: 1px;
}
.gallery a img{
	border: 5px solid #464646;
}
.gallery a:hover img{
	border: 5px solid #777;
}
#head{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 106px;
	background: #1F1F1E url(head.gif) repeat-x top;
	width: 100%;
}
#head ul{
	list-style: none;
	margin: 0 -400px 0 0;
	padding: 0 5px 0 0;
	position: absolute;
	right: 50%;
	bottom: 1px;
}
#head ul li{
	float: left;
	margin: 0 5px 0 0;
}
#head ul li a{
	font: bold 12px/15px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background: #D4BA0A url(menu.gif) repeat-x top;
	text-decoration: none;
	display: block;
	padding: 10px;
}
#head ul li a:hover{
	background-image: url(menu-hover.gif);
}
#logo{
	position: absolute;
	top: 25px;
	left: 50%;
	margin: 0 0 0 -390px;
}
a#author{
	position: absolute;
	right: 10px;
	bottom: -15px;
	font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #1F1F1F;
}
#foot{
	height: 41px;
	padding: 10px 0 10px 0;
	background: #252525 url(foot.gif) no-repeat top;
	width: 800px;
	position: relative;
	color: #ddd;
	text-align: center;
	clear: both;
}
.tbContactform .antispam {
	 display:  none;
	 visibility: hidden;
}

.tbContactform label {
	 width:  95px;
	 display:  inline-block;
	 vertical-align: top;
	 clear: both;
}

.tbContactform input.text,
.tbContactform textarea {
	 width:  225px;
	 padding: 2px;
}

.tbContactform textarea {
	 height:  115px;
}

.tbContactform input.submit
{
	display: block;
	margin-left: 250px;
	width:  auto;
}

.tbContactform .tbErrors p
{
	color: #FF0000;
}
