/* Remove unwanted elements */
#header, #nav, #calendar, #advertsmall, #leftcontent, .leftcontentmenu, #maincontentpostion, #bottomlinks, .noprint {display: none;}

/* Ensure the content spans the full width */
#container, #container2, #content {width: 100%; margin: 0; float: none;}

/* Change text colour to black (*/
.somethingshouldgohere
{
color: #000 
}
	
a:link, a:visited {color: #781351}

/* Show elements */

#bottomlinks .showprint { display:block;}

.showprint { display:block;}
.showprint { display:inline-block; float:right;}
.showprintlogo {display:inline-block;}
.showprint a {display:none;}