/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #323E50;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

/* TYPOGRAPHY */
h1 {
	font-family: "Trebuchet MS", Verdana, Lucida, Arial, helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000;
}	
h2 {
	font-family: "Trebuchet MS", Verdana, Lucida, Arial, helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#990000;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
}
.caption {
	color:#FFFFFF;
	text-align: center;
}



/* THESE ARE DIVS THAT CONTAIN CONTENT :: NOTE - BACKGROUND IMAGES AND COLOUR ARE DEFINED IN THE PERIOD PAGE */
#main {
	margin: auto;
	width: 686px;
	background-repeat:repeat-x;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	voice-family: "\"}\""; /* This is a fix for IE 5 - PC - DO NOT REMOVE */
	voice-family:inherit;
	width: 688px; /* All other browsers see this width */
}
#wrapper {
	background-repeat: no-repeat;
	background-position: 0 0px;	
	height: 412px;
	clear: both;
	padding: 0px;
}
#left {
	float:right;
	width: 341px;
	height: 408px;
	margin: 0px;
	padding: 0px;
}
#contentleft {  /* This div will scroll if content is too large for the content area - i.e div has fixed height */
	margin-top: 50px;
	margin-bottom: 20px;
	padding:0px 10px 20px 20px;
	text-align:left;
	font-size:12px;
	line-height: 17px;
	height: 310px;
	clip:rect(0, 310, 0, 0);
	overflow: auto;	
}
#right {
	text-align:left;
	padding: 0px;
	margin: 0 0 0 341px;
	height: 412px;
}
#contentright {
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	font-size:12px;
}
#navigation {
	margin-left: 60px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
}
