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

#left {
	width: 350px;
	background-color: #A278B4;
	height: 700px;
	float: left;
}
#left p {
	font-size: small;
	text-align: center;
}
#ads img {
	margin: 10px;
}
#center {
	float: left;
	width: 350px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
	text-align: center;
}
#ads {
	float: right;
	height: 670px;
	width: 223px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #912237;
	background-color: #FFFFFF;
}
#center p {
	font-size: small;
	text-align: right;
	color: #A278B4;
}
#center img {
}
#center  #centertext  {
	margin-left: 20px;
	margin-top: 10px;
	text-align: center;
	width: 350px;
	height: 600px;
	padding-left: 10px;
	margin-right: 0px;
	padding-right: 3px;
}

