/* CSS Document */
@import url("layout.css");
@import url("navigation.css");
@import url("style.css");
body {
	background-color: #FFFFFF;
	background-image: url(../images/g/header.gif);
	background-position: top;
	background-repeat: no-repeat;
	font: 75%/1.6em Verdana, Arial, Helvetica, sans-serif; /* this creates a global font-size variable */
	color: #000000; /* saves you having to declare text colour for elements eg p, li, blockquote 858382*/
	/*text-align:center;*/
	text-align: center;
}