/* New link hover color */
a:hover {
	color:#903749;
}
div#navigation li a:hover {
	color:#903749;
}

/* New background */
DIV#body {
     background: #f0ebe6 url(../img/bodyBackground.jpg) repeat-x left top;
}
BODY.start DIV#body {
    background: #f0ebe6 url(../img/bodyBackground.jpg) repeat-x 0 -53px;
}

div#body div#groupLink {
	bottom:0pt;
	clear: both;
	left:0pt;
	padding:40px 0pt 10px;
	/* position:absolute; */
	text-align:center;
	width:100%;
}

div#groupLink {
	padding-top:0pt;
}

#footer div.vcard, 
#footer div.vcard a, 
#footer div.vcard .adr, 
#footer div.vcard span, 
#footer div.vcard span span {
	display:inline;
}

div#body {
	border-bottom:1px solid #C9C1B8;
	margin:0pt auto;
	min-height:22em;
	overflow:hidden;
	padding: 5em 0 0;
	width: 70em;
}

/* **** */

div.investmentTombstones {
	position: relative;
	left: -4px;
	margin-top: 20px;
	clear: both;
}

div.investmentTombstones ul {
	margin: 0;
	padding: 0;
}

div.investmentTombstones ul li {
	display: block;
	float: left;
	width: 270px;
	height: 270px;
	margin: 0 27px 27px 0;
	padding: 6px 7px 8px 5px;
	background: url("../img/tombstone.png") no-repeat top left;
	position: relative;
	line-height: 19px;
}

div.investmentTombstones ul li.even {
	margin-right: 0;
}

div.investmentTombstones ul li p {
	margin-bottom: 25px;
}

div.investmentTombstones ul li p a {
	margin-top: 1em;
}

div.investmentTombstones ul li img,
div.investmentTombstones ul li div.details h2,
div.investmentTombstones ul li div.details p {
	margin: 0 13px 0 13px;
}

div.investmentTombstones ul li img {
	margin-top: 13px;
	display: block;
}

div.investmentTombstones ul li div.details {
	position: absolute;
	bottom: 7px;
	width: 270px;
}

div.investmentTombstones ul li div.more {
	width: 262px;
	text-align: right;
	background: #f1ede8;
	margin: 5px;
	height: 22px;
	line-height: 25px;
}

div.investmentTombstones ul li div.more a {
	padding-left: 10px;
	background: url("../img/arrow.gif") left 2px no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 5px;
}

div.clearer,
div.groupLink {
	clear: both;
}


div.detailsFirstPage {
	color: #595959;
	line-height:19px;
}
div.detailsFirstPage img  {
	margin-top: 10px;
	margin-bottom: 10px;
}
div#content 
{
	padding-bottom: 1em;
}
DIV#header INPUT.submit:hover {
    background: #903749;
}
UL.pageNavigation.closed LI.current A:hover {
    background: url(../img/dropdown_right_over.gif) no-repeat top right;
}