body
{
	margin: 10px auto 10px auto;
	background: #574039;
	color: #ccc2b0;
	font-family: 'tempus sans itc', 'times new roman', 'baskerville', serif;
	font-weight: bold;
}

#page
{
	width: 640px;
	margin: 0px auto 0px auto;
	padding: 0px 10px 0px 10px;
}

a:link { color: #ff8a15; }
a:visited { color: #ff8a15; }
a:hover { color: #ccc2b0; }
a:active { color: #ccc2b0; }

h1, h2, h3
{
	color: #ff8a15;
	/* orange */
	text-align: center;
}

li { margin-bottom: 6px; }
.bright li { color: #ff8a15; }

.banner
{
	font-size: 60px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0px;
	color: #ccc2b0;
	/* tan */
	letter-spacing: .4em;
}

.slogan
{
	color: #FF8A15;
	/* orange */
	font-style: italic;
	font-weight: bold;
	text-align: center;
	font-size: 130%;
}

.img-frame
{
	border: solid;
	border-color: #FFFFFF;
	border-style: ridge;
}

.in-line-head
{
	display: inline;
	color: #ff8a15;
	/* orange  */
	font-weight: bold;
}

.quote
{
	/* swapped bg and text colors */
	background: #ccc2b0;
	/* tan */
	color: #574039;
	padding: 5px 10px 5px 10px;
	margin: 10px;
}

.client-list { text-align: center; }

.client-list li
{
	margin-bottom: 10px;
	font-weight: bold;
}

.tm { font-size: 60%; }

.copyright
{
	font-family: sans-serif;
	font-size: 60%;
	margin-top: 60px;
}
