
/* Define the main style characteristics */
body {
	background-color: #FFF;
	background-image: url(images/bg.png);
	background-position: center top;
	background-repeat: repeat-x;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
}

h1 {
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	style: bold;
}

p {
padding-left: 10px;
padding-right: 10px;
background-color: #FFF;
}

#header {
	background-color:#CEB36D;
	text-align: center;
}

#main {
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
}

#footer {
	margin-top: 0.5em;
	text-align: center;
	font-size: 8pt;
	padding: 10px;
}

/* These are the link characteristics */
a:link {color:#009900; text-decoration:underline;} /* The Colour of New links */
a:active {color:#0760FF; text-decoration:underline;} /* The colour of Active Links */
a:visited {color:#009900; text-decoration:underline;}	/* The colour of Visited Links */
a:hover {color:#000099; text-decoration:underline;}	/* The colour of Visited Links */