@charset "UTF-8";

#bodyContent {
	height: 600px;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#bodyContent img {
	margin-top: 25px;
	margin-bottom: 25px;
}
#bodyContent p {
	margin-bottom: 10px;
}
#bodyLeft {
	width: 204px;
	height: auto;
	position: relative;
	float: left;
}
#bodyMiddle {
	width: 204px;
	height: auto;
	float: left;
	position: relative;
	margin-right: 24px;
	margin-left: 24px;
}
#bodyRight {
	width: 204px;
	height: auto;
	float: left;
	position: relative;
}
