#top {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	background: transparent url(../images/header_contact_page.png) no-repeat;
	height: 88px;
	}
	
#left {
	position: absolute;
	top: 88px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: transparent url(../images/left_contact_page.png) no-repeat;
	width: 185px;
	height : 282px;
	}
	
#middle {
	position: absolute;
	top: 88px;
	left: 185px;
	padding: 10px;
	border: 0px;
	background: transparent url(../images/middle_contact_page.png) no-repeat;
	margin: 0px 0px 0px 0px;
	width:715px;
	height: 282px;
	}
	
#right {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background:  url(../images/right_contact_page.png) repeat-x;
	height: 282px;
	}
	
#content {
	padding: 0px;
	border: 0px;
	background: transparent url(../images/content_contact_page.png) no-repeat;
	margin: 0px 0px 0px 0px;
	width:900px;
	min-height:453px;
	_height:453px; /* hack for IE5 Win */
	}
	
#info {	
	padding-top: 140px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	border: 0px ;
	background: transparent no-repeat;
	margin-top: 0px;
	margin-left: 260px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:270px;
	}

#bottom {
	margin: 10px;
	padding: 0px;
	border: 0px;
	background:  #FFF;
	height: 50px;
	}

		




	