/* Layout Murray Bridge */

body {
	background: url(../images/bg_body_mb.jpg) #fff top center no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}

	body#home #content {
		margin: 25px 12px;
		background: url(../images/bg_sidenav.png) #fff bottom right no-repeat;
	}
	
	body#home #content #column-left {
		width: 620px;
		float: left;
		padding: 0;
		margin: 0;
	}
	
		div.col-wrap {
			padding: 5px 10px 10px 20px;
		}
	
	body#home #column-right {
		width: 310px;
		float: right;
		padding: 0;
		margin: 0;
	}
	
	#countdown {
		background: url(../images/bg_countdown.png) transparent top right no-repeat;
	}


/* Content Murray Bridge */

body#home #content #column-left h1 {
	color: #a10f1b;
	margin: 0 0 8px 0;
	font-size: 22px;
	line-height: 1.25em;
	font-family: Times, serif;
}

body#home #content #column-left h2 {
	background-image: none;
	color: #494644;
	margin: 0 0 8px 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif; 
	text-transform: none;
}

body#home #content #column-right h2 {
background-image: none;
color:#B11A26;
font-size:16px;
margin:0 -10px 6px 0;
padding:10px 5px 0 20px;
text-transform:uppercase;
}

body#home #content #column-right h2.top {
background: transparent url(/images/bg_h2_content_home.png) no-repeat scroll left top;
padding:15px 5px 0 20px;
}

