/* CSS Document */
#WBody{
	position: relative;
	margin:auto;
	align: center;
	width: 907px;
	height: 865px;
	z-index: 3;
	background-color:#FFFFFF;
}

#CurrentScroller{
	position: absolute; 
	width: 907px; 
	height: 419px; 
	top: 173px; 
	z-index: 10; 
	left:0px;
}

#BottomInfo{
	position: absolute; 
	width: 907px; 
	height: 299px; 
	top: 592px; 
	z-index: 5; 
	left:0px;
}

#WebOutBox{
	position: absolute; 
	width: 265px; 
	height: 210px; 
	top: 653px; 
	z-index: 6; 
	left:25px;
}

#EWebOutBox{
	position: absolute; 
	width: 273px; 
	height: 210px; 
	top: 653px; 
	z-index: 6; 
	left:613px;

}

#TestimonialBox{
	position: absolute; 
	width: 260px; 
	height: 210px; 
	top: 653px; 
	z-index: 6; 
	left:320px;
}

#ContactInfo{
	position: absolute;
	width: 907px;
	height: 20px;
	top: 868px;
	z-index: 10;
	left:0px;
	text-align: center;
}

div.contactEmail a  {
	color: #FFFFFF;
	text-decoration: none;
	}

div.contactEmail a:hover  {
	color: #FFCC00;
	text-decoration: none;
	}
