
div.left {
	margin-right: 405px;
}

div.right {
	float: right;
	margin-top: 65px;
	width: 385px;
	background-color: #e5f2fa;

	text-align: center;
	font-family: "Times New Roman", serif;
	font-weight: bold;
	font-size: 130%;
}

div.right div.paddingfix {
	padding: 20px;
}

/* Quotes */

div.quote {
	padding: 0px 35px;
	position: relative;

	/* Need to set the width here for IE */
	width: 275px;
}

div.quote p {
	padding: 10px 0px;
}

div.quote img {
	position: absolute;
}

div.quote img.beginquote {
	top: 0px;
	left: 0px;
}

div.quote img.endquote {
	bottom: 0px;
	right: 0px;
}

/* Slideshow */

.slide {
	position: absolute;
	visibility: hidden;
	top: 0px;
	left: 0px;
}

div.slide_container {
	position: relative;
	width: 345px;
}

div.caption {
	font-family: arial;
	font-size: 75%;
	font-weight: normal;
	color: white;
	clear: both;
	padding: 5px;
	text-align: left;
}

div.caption p {
	margin: 5px 5px;

}

div.preslide {
	padding-bottom: 10px;
}

div.postslide {
	padding-top: 10px;
}

