html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#bg {
	margin: 0;
	padding:  0;
	width: 100%;
	min-height: 100%;
	clear: both;
	background: url('images/bg.jpg') #8db8db  bottom left repeat-x;
}
#header {
	height: 100px;
	padding-left: 8px;
}


#container {
	width: 870px;
	margin: 0 auto 0 auto;
}

#content_top {
	width: 870px;
	margin: 0px auto 0 auto;
	height: 32px;
	background: url('images/content_top.png') top center no-repeat;
}
#content {
	width: 860px;
	margin: 0 auto 0 auto;
	background: url('images/content.png') top center repeat-x;	
	clear: both;
}
#content2 {
	width: 834px;
	padding-left: 8px;
	padding-right: 8px;
	margin: 0 auto 0 auto;
	min-height: 600px;
	background: url('images/content2.png') top center repeat-y;
	clear: both;
}
#content_bottom {
	width: 870px;
	margin: 0 auto 0 auto;
	height: 25px;
	background: url('images/content_bottom.png') top center no-repeat;
}

#logo {
	margin-left: 35px;
	margin-top: 10px;
	padding-bottom: 15px;
	position: relative; top: 10px;
}


#menu {
}
#menu ul {
	list-style-type: none;
	margin: 20px 0 0 40px;
	padding: 0;
}

#menu ul li  {
	float: left;
	dispaly: block;
	margin-left: 5px;
	padding-left: 18px;
	line-height: 10px;
	*height: 25px;
	text-transform: uppercase;
	background: url('images/tab2_left.png') top left no-repeat;
}

#menu ul li a {
	text-decoration: none;
	font-weight: bold;
}

#menu ul li a span {
	display: block;
	padding-top: 9px;	
	padding-right: 19px;
	float: left;
	height: 17px;
	color: #909190;
	text-decoration: none;	
	text-transform: uppercase;
	font-size: 11px;
	background: url('images/tab2_right.png') top right no-repeat;
}




#menu   .home {
	float: left;
	dispaly: block;
	margin-left: 5px;
	padding-left: 25px;
	line-height: 15px;
	background: url('images/tab1_left.png') top left no-repeat;
}

#menu  .home a span {
	display: block;
	padding-top: 6px;
	float: left;
	height: 20px;
	padding-right: 25px;
	color: #e5ff95;
	text-decoration: none;	
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	background: url('images/tab1_right.png') top right no-repeat;
}

#house {
	background: url('images/house.jpg') top left no-repeat;
	
	height: 200px;
	padding-top: 15px;
	*height: 180px;	
	*padding-top: 35px;
	
	
	width: 330px;
	padding-right: 430px;
	color: #beee61;
	clear: both;
	font-size: 12px;
	padding-left: 50px;
	margin-left: 27px;
	line-height: 18px;
}


#house h3 {
	color: #FFF;
	font-size: 36px;
	margin-bottom: 15px;
}


.box {
	float: left;
	margin-left: 15px;
	padding-left: 19px;
	padding-right: 15px;
	width: 218px;
	height: 326px;
	background: url('images/box.jpg') top left no-repeat;
	color: #797876;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.box a {
	color: #88919d;
}

.box h3 {
	margin-top: 20px;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3e4f69;
}

#boxes {
	margin-left: 12px;
	clear: both;
	height: 330px;
}


.box ul {
	list-style-type: none;
	line-height: 20px;
}
.box li {
	padding-left: 10px;
	margin-left: 10px;
	padding-top: 2px;
	background: url('images/arrow.png') center left no-repeat;
}


#footer {
	color: #5a5a5a;
	font-size: 12px;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 15px;
}

.titleText {
	font-weight: bold;
}

.mail  {
	color: #4e4e4e;
}
