body {
	margin: 0 0 0 0;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	background-color : White;
}

.MenuBlock{
	width: 100%;
	border: 0px solid blue;
	z-index:20;
	position: absolute;
	top: 61px;
	left: 0px;
}

.Menu{
	font-size : 11px;
	font-weight : bold;
	color : #7B7171;
	width : 157px;
}

.Menu .Line{
	margin-bottom: 2px; /* Depends on Menu`s font-size */
}

.Menu a:link, .Menu a:visited {
	color : #7B7171;
	text-decoration : none;
}
.Menu a:hover,.Menu a:focus, .Menu a:active {
	color : #BD0000;
	text-decoration : none;
}

.AddressBlock{
	width: 100%;
	border: 0px solid blue;
	z-index:5;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.Angel{
	width: 100%;
	border: 0px solid green;
	z-index:15;
	text-align: right;
	position: absolute;
	bottom: 135px;
	left: 0px;
} 

.Bezel{
	width: 100%;
	height: 276px;
	border: 0px solid red;
	z-index:10;
	background-color: #FFFFFF;	
	position: absolute;
	top: 0px;
	left: 0px;
}

.Address {
	color : #7B7171;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	z-index: 5;
}

.Address p {
	font-weight : normal;
	color : #7B7171;
	line-height: 1.5em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

 .Address .H1 {
	font-weight : bold;
	color : #7B7171;
	line-height: 1.5em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.DecorLine{
	background-color : #BD0100;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 61px;
	left: 159px;
	z-index: 30;
}
