/* CSS Document */

/* Styling the body content */
body {
	background:url("../images/bgTile.gif") repeat;
	font-family:Arial, Verdana, Helvetica, sans-serif;	
	margin:20px;
}

h1{
	font-family:Helvetica, Times, serif;
	font-size:12pt;
}

#frame{
	width:800px;
	background-color:#FFFFFF;
	padding:10px;
}

#content{
	background-color:#F8F7F1;
	width:800px;
}

#colCentre{
	width:800px;
	background-color:transparent;
	font-size:10pt;
	padding:10px;
}