@charset "utf-8";
/* CSS Document */



#maincontainer {
	width: 840px;
	margin: 0 auto;
	text-align: center;	
	padding: 10px;
}

#topleft {
	float: left;
	width: 230px;
	height: 250px;
	list-style: circle url(pictures/buttons/bullet_hand.png);
	padding: 10px;
	text-align: left;
	
}

#topright {
	width: 230px;
	height: 250px;
	float: right;
	list-style-image: url(pictures/buttons/bullet_handr.png);
	padding: 10px;
	text-align: left;
}



#middlecontent {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-right: 60px;
	margin-left: 60px;
}

#bottomcontainer {
	margin-top: 20px;
	border-style: solid;
	background-color: #FFF;
	}

#midleft {
	margin-top: 40px;
	float: left;
}

#midright {
	margin-top: 40px;
	float: right;
}

#massageoil {
	padding-top: 150px;
}


#bleft {
	float: left;
	clear: both;
	width: 345px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	background-color:#333;
	color:#FFF;
	border-style: ridge;
	margin-bottom: 20px;	
}

#bright {
	float: right;
	width: 350px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	background-color:#333;
	color: #FFF;
	border-style: ridge;
	margin-bottom: 20px;
}

#ballpic {
		float: right;
		margin-left: 40px;
		margin-top: 60px;
}

#swimmingpic {
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 20px;
}

#top {
	text-indent: 30px;
	text-align: left;
	margin-top: 20px;
}