/* CSS Document */
.left_repeater {
	float:left;
	width:340px;
	margin:0;
	padding:0;
	margin-top:0px;
	border-top:1px solid #BBB1A5;
}


.middle_repeater {
	margin:0 0 0 360px;
	margin-top:10px;
}


#mid_content_wrapper{
	position:relative;
	width:664px;
}
#cms_content_image{
	position:relative;
	width:664px;
	height:359px;
}

#cms_content_heading_wrapper{
	position:absolute;
	top:0;
	left:30px;
	height:329px;
}
#cms_content_heading{
	position:absolute;
	bottom:0;
}

#cms_content_copy{
	position:relative;
	padding:10px;
	left:0;
	width:284px;
	color:#FFFFFF;
	font-size:0.75em;
	background-color:#BBB1A5;
}
*html #cms_content_copy{
	width:279px;
}
#cms_content_copy h2{
	color:#340E00;
	text-transform:uppercase;
	font-size:1em;
	font-weight:normal;
}
#cms_content_copy h3{
	color:#FFFFFF;
	text-transform:capitalize;
	font-size:1.33em;
		font-weight:normal;

}
#cms_content_copy p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.95em;
}
#cms_content_copy  a,
#cms_content_copy  strong{
	text-decoration:none;
	color:#340E00;
	
}

#repeater{
	position:relative;
}	
.repeater_item{
	position:relative;
	width:320px;
	margin-bottom:10px;
	padding: 10px 10px;
	border-bottom:1px solid #BBB1A5;
}
h2.dev_name a{
	font-size:1em;
	color:#340E00;
	text-decoration:none;
	font-weight:normal;
	
}
.item_summary{
	margin:0.5em 0;
	font-size:1em;
 	color:#BBB1A5
}

#back_to_news a,
a.read_more{
	font-size:0.63em;
	text-decoration:none;
	color:#BBB1A5
}

h2.dev_name a:hover,
.download a:hover,
a.read_more:hover{
	color:#340E00;
}

