@charset "UTF-8";
/* CSS Document */
/* Printing styles */

.NotPrinted, #menu, #submenu, #titlebar
{
    display: none;
}

/* column container */
.colmask
{
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:99%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	border:.1em solid #16202D;
}


/* Footer styles */
#footer
{
	clear:both;
	float:left;
	width:99%;
	background:#FBFBFB;
	border:.1em solid #16202D;
	text-align:center;
	/* CSS 3 rounded corners */
	-moz-border-radius-bottomleft:1em;
	-moz-border-radius-bottomright:1em;
	-webkit-border-bottom-left-radius:1em;
	-webkit-border-bottom-right-radius:1em;
}

#footer p
{
	margin:.2em;
	text-align:center;
}