#content {
	margin-top: 25px;
	margin-left: 75px;
	position: absolute;
	float: left;
	width: 50%;
	height: 80%;
	color: #ffffff;
	font-family: Times, "Times New Roman", serif;
	font-size: 11pt;
	font-stretch: semi-expanded;
	line-height: 18px;
	left: -43px;
	top: -2px;
}

/***links***/

a:link {
color: #ce896b;
text-decoration: none;
font-weight: bold; }

a:hover {
color: #ff1b0c;
text-decoration: none;
font-weight: bold; }

a:visited {
text-decoration: none;
font-weight: bold;
color: #acc300; }

/****blockquotes***/

blockquote {
background-color: #b31b0a;
padding-top: 1px;
padding-left: 10px;
padding-right: 5px;
padding-bottom: 1px; }

span.quote {
font-style: italic; }

span.author {
font-weight: bold;
position: relative;
z-index: auto;
left: +50%; }

/**title-caption formatting**/
title {
font-weight: bold;
}

/***image rules***/

div.img-shadow-right {
background-image: url(images/img-shadow.gif) no-repeat bottom right;
clear: right;
float: right;
margin: 0 0 15px 25px;
padding: 0;
position: relative;
 }

div.img-shadow-right img {
background-color: #b31b0a;
border: 0px;
display: block;
padding: 4px;
position: relative;
margin-top: 5px;
margin-right: -5px;
margin-bottom: 5px;
margin-left: 5px; }

