
.cMain {
	float: left;
	width: 544px;
}

.cRight {
	float: right;
	width: 365px;
}

A H1 {
	color: black;
}

H1 {
	color: black;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid black;
	font-size: 30px;
	line-height: 36px;
}

H1 .morelink {
	float: right;
	background-color: black;
	color: white;
	font-size: 17px;
	line-height: 20px;
	margin-top: 16px;
	padding: 0 5px;
}

P.bodytext {
	margin: 0 0 1em 0;
}

P.morelink {
	border-top: 2px solid black;
	text-align: right;
	overflow: auto;
	margin-bottom: 25px;
}

P.morelink A {
	display: block;
	float: right;
	width: 140px;
	text-transform: uppercase;
	font-weight: bold;
	padding-right: 25px;
	background: url('../res/arrow.gif') no-repeat center right;
	background-color: black;
}

P.testimonial {
	margin: 0;
	border-bottom: 2px solid black;
	margin-bottom: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	overflow:auto;
	font-style: italic;
}

P.testimonial IMG.picleft {
	margin-right: 10px;
}

P.testimonial IMG.picright {
	margin-left: 10px;
}


A:hover .morelink {
	color: white;
	background-color: #f03c00;
}

.imgtext-image {
	position: relative;
	margin-top: 2px;
}

.imgtext-image .caption {
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	text-align: left;
	font-size: 16px;
	border-left: 2px solid black;
	overflow: hidden;
}

.imgtext-image .caption  SPAN {
	background-color: black;
}

.imgtext-image A:hover .caption {
	border-left: 2px solid #f03c00;
}

.imgtext-image A:hover .caption SPAN {
	background-color: #f03c00;
}