/* CSS Document */

	#Outer_Home {
		position:absolute;
		  width:800px;
		  height:750px;
		  margin-top:0px;
		  margin-left:0px;
		  background:url(../../img/bg/bg.gif);
		  background-repeat:repeat-y;	
		z-index:1;
	}





#Content_Home {
	position:absolute;
	left:39px;
	top: 315px;
	width:600px;
	height:434px;

	background-repeat:no-repeat;
	background-image: url(../../img/bg/bg_home.jpg);
	vertical-align: bottom;
}
#GroupPicture_Home {
	position:absolute;
	left:270px;
	top:210px;
	width:364px;
	height:126px;

	background-repeat:no-repeat;
	background-image:url(../../img/team_small_09.jpg);
}

#Address_Home {
	font-size:11px;
	position:absolute;
	left:14px;
	top:294px;
	width:574px;
	z-index:2;
	text-align:center;
}
#Welcome_Home {
	position:absolute;
	left:232px;
	top:21px;
	width:367px;
	height:53px;
	z-index:2;
}
#Description_Home {
	position:absolute;
	left:14px;
	top:0px;
	width:580px;
	height:83px;
	z-index:2;
	font-size:12px;
}


