@charset "UTF-8";
/* CSS Document */

#center  #centertext  {
	width: 300px;
	height: 610px;
	margin-left: 15px;
}
#left {
	width: 400px;
	background-color: #A278B4;
	height: 700px;
	float: left;
}
#left img {
	margin: 0px;
	top: 30px;
	left: 0px;
	height: 328px;
	width: 250px;
	padding: 0px;
	position: relative;
}
#left p {
	font-size: small;
	text-align: center;
}
#center {
	float: left;
	width: 325px;
	height: 700px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
}
#center p {
	font-size: small;
	text-align: center;
	color: #A278B4;
}
