#container {
	background-image: url(../images/home/shadow-bg.gif);
}

#header {
	height: 246px;
}
#content {
	padding: 40px 50px 30px 25px;
}
#content td {
	vertical-align: top;
	width: 450px;
	padding-right: 35px;
}
#content th {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	padding-top: 10px;
}

dl {
	margin: 0;
	padding: 0 0 3px 20px;
	background: url(../images/page/red-dot.gif) top left repeat-y;
}
dt {
	margin: 0 0 3px;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
/*	font: 16px/20px "Garamond", Georgia, "Times New Roman", Times, serif;*/
	color: #C10435;
}
dd {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 15px;
}
dl .separator {
	margin: 20px 0 15px 0;
}



blockquote {
	float: none;
	position: relative;
	left: 0;
	margin: 0 32px -20px 0;
	padding-top: 4px;
	width: auto;
	background: url(../images/home/openquote.gif) top left no-repeat;
}
blockquote h5 {
	padding: 15px 0 5px 25px;
	background: url(../images/home/closequote.gif) bottom right no-repeat;
}
blockquote p {
	padding: 10px 0 0;
	background: none;
}
