/*****************************************/
/* WIP Website                           */
/* General Layout Style Definitions      */
/* Chris Sercombe 26-07-07               */

html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #DEDEDE;
	background-image: url(page_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	font-size: 80%;
}
#Page {
	width: 833px;
	margin: 0px auto 0px auto;
	padding: 7px 0px 0px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
	
a {
	font-weight: bold;
	text-decoration: none;
	color: #0067AD;
}
	
a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}
