/* sitename */

/* colours:

*/



body {
	line-height: 1.8em;
	padding: 20px;
}

a {
	/* color: #33a; */
	text-decoration: underline;
}


#outer-wrapper, #wrapper, #content {
	width: 100%;
	padding: 0;
}


#primaryNavigation {
	display:none;
}
	

body.error_page #content {
	text-align: center;
}

#secondaryNavigation {
	display:none;
}

.printOnly {
	display: inherit;
}

.screenOnly {
	display: none;
}

