div#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	background-color: #888;
	background-repeat: repeat-x;
	background-image: url(images/gradient_bkg.jpg);
	color: #FFF;
	line-height: 1.5em;
}
h2 {
	font-family: "Copperplate Gothic Light";
	font-size: 180%;
	font-weight: normal;
	line-height: 120%;
}
h3 {
	font-size: 120%;
}


div#header {
	height: 150px;
}
div#page {
	height: 550px;
}


div#content {


}
div#contentFront {
	text-align: center;
}

div#contentLeft {
	float: left;
	width: 45%;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}
div#contentLeft a:link, div#contentLeft a:visited {
	color: #FFF;
}
div#contentLeft a:hover {
	text-decoration: none;
}
div#contentRight {
	float: right;
	width: 45%;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}


div#footer {
	font-family: "Copperplate Gothic Light";
	text-align: center;
	font-size: 15px;
	height: 50px;
	color: #000;
	font-weight: normal;
}
div#footer a:link, div#footer a:visited {
	color: #000;
	text-decoration: none;
}
div#footer a:hover {
	color: #666;
}

div#footerSmall {
	font-family: "Copperplate Gothic Light";
	text-align: center;
	font-size: 13px;
	height: 50px;
	color: #000;
	clear: both;
}
div#footerSmall a:link, div#footerSmall a:visited {
	color: #000;
	text-decoration: none;
}
div#footerSmall a:hover {
	color: #333;
}
img#rhoda {
	float: right;
	margin-left: 1em;
}
.testimonial {
	text-align: right;
	font-style: italic;
	margin-right: 8em;
}
#slideshow {
	text-align: center;
	margin-bottom: 1em;
	margin-right: auto;
	margin-left: auto;
}

