body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFFF;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
.container {
	padding-top: 268px;
	width: 800px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}
a:link  {
	font-weight: bold;
	color: #43386B;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #43386B;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #43386B;
	text-decoration: none;
}
a:hover {
	color: #3C2798;
	font-weight: bold;
	text-decoration: underline;
}
#quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	float: left;
	width: 200px;
	padding: 90px 0 5px 0;
	font-weight: normal;
	color: #7E417E;
	top: 295px;
	line-height: 20px;
	font-style: italic;
	font-size: 90%;
}
#content {
	text-align: left;
	float: right;
	width: 500px;
	padding: 20px 60px 10px 0;
	position: relative;
	line-height: 23px;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #391466;
	font-size: medium;
	font-style: italic;
	margin-left: -10px;
}
#content h2 {
	color: #391466;
	font-size: small;
	font-style: bold;
	margin-left: -10px;
}
#content a:link, #content a:visited, #content a:active {
	text-decoration: none;
	font-weight: normal;
	color: #894FA2;
}
#content a:hover {
	background-color: #E3D7E3;
}
#content img {
	float: right;
}
.footer {
	text-align: center;
	font-size: small;
}
.testimonial  {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #391466;
	font-style: italic;
	border-top: 1px dotted #894FA2;
	padding: 0 15px 0 15px;
}
.bigger  {
	font-size: 120%;
}
