/* ++++++++++ Lefthand Photo Box ++++++++++ */

#photobox_left {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 380px;
	display: block;
	background-repeat: no-repeat;
}

#textbox_right {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 380px;
	display: block;
	background: #a99fc2 url(../img/gradient_violet.gif) repeat-x 0 top;
	color: #000;
}

#textbox_right .pad {
	padding: 30px;
}

#textbox_right h1 {
	font-weight: bold;
	margin-bottom: 20px;
	padding: 0;
	font-size: 18px;
}

#textbox_right p {
	color: #fffeff;
	font-size: 16px;
	line-height: 26px;
}

#quotebox {
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	padding-bottom: 22px;
	padding-top: 15px;
	margin-top: 30px;
	text-align: center;
}

#quotebox .quote {
	color: #000;
	font: italic 32px/40px Georgia, "Times New Roman", Times, serif;
}

#quotebox .attribution {
	font-size: 18px;
	color: #5d5d5d;
	padding-left: 10px;
	line-height: 30px;
}