<!--
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.title {
	font-size: 18px;
	font-weight:bold;
} 
#address {
	position:absolute;
	width:260px;
	height:54px;
	z-index:1;
	left: 540px;
	top: 122px;
	font-size: 10px;
}

#headerHolder {
	position: relative; 
	width:814 ;
	height:176;
	left: 0px;
	top: 0px;
}

.left_menu {
	position:absolute;
	width:108px;
	height:657px;
	left:10px;
	top:191px;
	background-color: #ffb1b1;
}
-->