@charset "utf-8";
/* CSS Document */


/* Remove unwanted elements */
.noprint {
	display:none;
}

#navigation, #inner, #secondarynav, #search, #header, #promomainimg, #column3 {
	display:none;
}


/* Ensure the content spans the full width */
div {
width: 100%; margin: 0; float: none;
}

#maincontent  {	
	width:100%;	
}

#column1, #column2 {
	width:49%;
}

.promo {
	width:32%;
}

#content {
	padding:0;
	margin:0;
}

/* Change text colour to black*/ 
p {
	color:#000;
	font-size:12px;
}



#thirdcontent {
	border:1px solid red;
	display:none;
}

table {
	width:90%;
}

#footer {border:0;}

