body { 
	margin: 25px;
	margin-top:0;
	background-image:url("background.png");
}

#head {

	border-bottom: 1px #ccc solid;
	display:block;
	height:256px;
}   

#head span {display:none;}       

#head #logo {
	margin-left:-47px;
	left:50%;
	top:58px;
	position:absolute;
}   

.txtColumns {
	font-family:"Gotham Book", "Gotham", Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#900d27; 
	font-size:10px;
	line-height:16px;
	width:33%;
	float:left;
	clear:none;
	text-align:center;
	padding-bottom:140px;
	
}          

.txtColumns h1 {
	font-family:"Gotham Book", "Gotham", Helvetica, Arial, sans-serif;
	/*font-family:Georgia, Times, "Times New Roman", serif;*/
	margin-top:65px;
	margin-bottom:30px;
	font-weight:normal;
	font-size:15px;
	letter-spacing:0.4em;

} 

.txtColumns a { color:#900d27; }
.txtColumns a:hover { color:#c11d30; }

#leftCol {
	width:50%;
	float:left;
	clear:none;
	text-align:center;	
}  

#leftCol #txt {
}


#rightCol {
	width:50%;
	float:right;
	clear:none;
	text-align:center;	
}