/* CSS Document */
	
div#promo {
	display: none;
	width: 250px;
	height: 255px;
	position: absolute;
	background-image: url("../images/promo/promo.jpg");
	background-repeat: no-repeat;
	top: 18px;
	right: 252px;
	z-index: 1; 
	font-family: Verdana, Helvetica;
	color: #000000;
	font-weight: bold;
}

#tel {
	width: 157px;
	height: 21px;
	background-image: url("../images/templates/tel.gif");
	background-repeat: no-repeat;
	float: right; }
	
#content_home {
	width: 830px;
	background-image: url("../images/templates/redback.gif");
	background-repeat: repeat-y;
	margin-top: 10px;
	float: left; }	

.columncontain {
	width: 210px;
	float: left;
	margin: 0;
	padding: 0; }
	
#columncontainright {
	width: 200px;
	float: left;
	margin: 0;
	padding: 0; }
	
.column { 
	width: 170px; /*total=210px*/
	padding: 10px 25px 15px 15px;
	text-align: right;
	color: #FFF; }

#columnright {
	width: 170px; /*total=200px*/
	padding: 10px 15px 15px 15px;
	text-align: right;
	color: #FFF; }
	
.topimage {
	border: 0;
	margin: 0;
	padding: 0;
	float: left; }
	
.columnheader {
	line-height: 1.3em; }
	
.columncontent {
	width: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	border-top: 1px solid #E28B94;
	text-align: left;
	line-height: 1.7em;
	padding: 7px 0;
	margin-top: 7px; }