@import url("layout.css");
@import url("text_formatting.css");
@import url("toolbar.css");
@import url("colours.css");
@import url("logos.css");


* {
	padding:0;
	margin:0;
	list-style-type:none;
	text-decoration:none;
	border:0;
}

/* this gets rid of the a:link lockout in IE when you have a png in the background */
* a, * a img, * input, * textarea, * iframe { position:relative; }
/* */

a img {
	border:none;
}

body {
	font-family:"Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	margin-right:1px;
}

.hidden {
	display:none;
}

div#footer {
	clear:both;
}

code {
	white-space:pre;
}

code, .Code {
	background-position: 0% 0%; display:block;
	padding:15px;
	margin:15px;
}

.clear {
	clear:both;
	color:white;
}