/*	COLOURS:

	CAM BLUE   :#96C8A2;
	MUROON     :#500000;

*/

/* MAIN ELEMENTS AND DIVS */
html {
	height: 101%; /* Forces scrollbars in all browsers */
	border: 0; /* Another IE hack to get rid of the extra border */
}

ul {
	list-style-postion:outside;
	list-style-type:square;
}

img {
	border-width:2px;
	border-style:solid;
}

td,p {
	font-family: "News Gothic MT", Verdana, Arial, Helvetica;
	font-size: 14px;
}

#master {
	width:800px;
	_width:810px; /* width + 2*border width */
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	padding:0px;
}

#master td {
	vertical-align:top;
}

#content {
	min-height:250px;
	_height:250px; /* Another blatant IE hack */
	padding:0px;
}

#logospace {
	padding:0px;
}

#logospace img {
	border-width:0px;
}

#logospace a:hover {
	background-color:#FFFFFF;
}

/* THE FOOTER */
#footer td {
	vertical-align:bottom;
	text-align:center;
	font-size:9px;
}

#footer a {
	font-size:9px;
}

#footer a:hover {
	font-weight:normal;
}


