/**
 * Various CSS styles relating to content display.
 */
#content {
	padding: 20px 40px;
/*	padding-bottom: 200px;*/
	background: url(images/woman_bottom.jpg) bottom right no-repeat;
	font-family: "Trebuchet MS", "Verdana", "Century Gothic", "Avant Garde", "Arial", sans-serif;
	color: black;
}
#content h1 {
	font-family: "Trebuchet MS", "Century Gothic", "Avant Garde", "Arial", sans-serif;
	color: #693; 
	font-size: 24px;
}
#content a:link {
	text-decoration: underline;
	color: #67A22C;
	text-transform: uppercase;
	font-weight: 600;
}
#content a:visited {
	text-decoration: underline;
	color: #5C8D2B;
	font-weight: 600;
}
#content a:hover,
#content a:active {
	text-decoration: underline;
	color: #78C42B;
	font-weight: 600;
}
#content h3 {
	font-family: "Trebuchet MS", "Verdana", "Century Gothic", "Avant Garde", sans-serif;
	color: #693;
	font-size: 21px;
	margin-top: 35px;
	border-bottom: 1px dashed #99CC33;
}
#content h4 {
	font-family: "Trebuchet MS", "Verdana", "Century Gothic", "Avant Garde", sans-serif;
	color: #693;
	font-size: 18px;
	margin-top: 27px;
	border-bottom: 1px dashed #99CC33;
}
#content ul {
	list-style-image: url(/images/bullet.gif);

}

blockquote.quotation {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
	font-size: 14pt;
	color: #693;
	font-weight: 600;
	background: url(images/quote-left.gif) 0.0em 0.4em no-repeat;
	padding-top: 12px;
	padding-left: 15px;
}

blockquote.quotation div.quotation {
	background: url(images/quote-right.gif) bottom right no-repeat;
	padding-bottom: 5px;
}

blockquote.quotation div.author {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
	color: #693;
	font-weight: 300;
}
