#LeftImageLayer
{
	position: absolute;
	left : 10px;
	top : 0px;
	height : 700px;
	width : 30px;
	z-index: 1;
}

#MenuLayer
{
	position: absolute;
	left : 10px;
	top : 70px;
	height : 21px;
	width : 750px;
	z-index: 3;
	
}


#SubMenuLayer2
{
	position: absolute;
	left : 331px;
	top : 90px;
	z-index: 3;
	width: 153px;
}

#AddressLayer
{
	position: absolute;
	left : 38px;
	top : 2px;
	height : 92px;
	z-index: 4;
	width: 146px;
}

#MainLayer
{
	position: absolute;
	left : 40px;
	top : 0px;
	height : 700px;
	width : 720px;
	background-color: #ffffff;
	z-index: 1;
}

#RightImagesLayer
{
	position: absolute;
	left : 760px;
	top : 98px;
	z-index: 1;
	visibility: hidden;
}


#TopImageLayer
{
	position: absolute;
	left : 0px;
	top : 0px;
	height : 70px;
	width : 100%;
	z-index: 2;
}

#GrayLineLayer
{
	position: absolute;
	left : 30px;
	top : 350px;
	width : 655px;
	height : 1px;
	background-color: #cccccc;
  	z-index: 0;
}

#LogoLayer
{	
	position: absolute;
	left : 449px;
	top : 217px;
  	z-index: 2;
}

#HeadingLayer
{
	position: absolute;
	left : 27px;
	top : 107px;
	z-index: 2;
	width: 354px;
	height: 22px;


}

#LeftTopImageLayer
{
	position: absolute;
	left : 27px;
	top : 134px;
	z-index: 2;
	width: 260px;
	height: 146px;
}

#TextLayer
{
	position: absolute;
	left : 32px;
	top : 366px;
	z-index: 2;
	width: 653px;
	height: 47px;
}

