/* CSS Document */
body {background-color: #f0eee8;}
#site_holder {
	position:absolute;	
	top:0px;
	width:900px;
	margin-left:-450px;
	margin-right: auto;
	left: 50%;
}
#navigation_holder {
	position:absolute;
	left:51px;
	top:17px;
	width:516px;
	height:32px;
	z-index:1;
}
#tabMenu ul {
	position:absolute;
	left: 0px;
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}
#tabMenu li {
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width:129px;
	height:32px;
	background-image: url(images/tab.gif);
}
#tabMenu a {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#tabMenu a:hover {color:#e2dfde;}

#tab_1_colour {
	position:relative;
	display:block;
	left:3px;
	background-color:#9f968c;
	}
#tab_2_colour {
	position:absolute;
	left:132px;
	background-color:#9591a4;
	}
#tab_3_colour {
	position:absolute;
	left:261px;
	background-color:#94929d;
	}
#tab_4_colour {
	position:absolute;
	left:390px;
	background-color:#9a9a9a;
	}
.size {
	top:6px;
	width:124px;
	height:7px;
	overflow: hidden;
	}
	
#title_tab {
	position:absolute;
	top:17px;
	left:572px;
	background-image:url(images/title_tab.gif);
	width:270px;
	height:32px;
	z-index:1;
	}

#bodyholder{
	position:absolute;
	top:45px;
	left:40px;
	margin:0;
	padding:0;
	}

#main_body_top {
	float:none;
	height:10px;
	width:810px;
	margin:0;
	padding:0;
	background-image:url(images/main_body_top.gif);
	overflow:hidden;
	}
#mainbody {
	float:none;
	width:810px;
	margin:0px 0px 0px 1px;
	padding:0px;
	background-image:url(images/mainbody.gif);
	overflow:hidden;
	}
#main_body_bottom {
	float:none;
	height:10px;
	width:810px;
	padding:0px;
	margin:0px;
	background-image:url(images/main_body_bottom.gif);
	overflow:hidden;
	}
#mainpic {
	float:right;
	display:inline;
	background-color:#ffffff;
	width:333px;
	height:212px;
	margin:0px 8px 0px 0px;
	overflow:hidden;
	}

/* Text Boxes */
#welcome {
	float:left;
	display:inline;
	width:450px;
	height:26px;
	background-color:#94929d;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 8px;
	border-bottom:none;
}
#infotextbox {
	float:left;
	display:inline;
	margin:0px 0px 0px 8px;
	padding:0px 0px 0px 0px;
	width:450px;
	border-top:none;
	background-color:#ffffff;
}
#narrow {
	float:left;
	display:inline;
	width:450px;
	padding:0px 0px 0px 0px;
	margin:4px 0px 0px 8px;
	overflow:hidden;
	}
#facilities {
  	float:left;	
	display:inline;
	width:450px;
	height:26px;
	background-color:#94929d;
	padding:0px 0px 0px 0px;
	margin:4px 0px 0px 8px;
	border-bottom:none;
	}
#facilitiestextbox {
	float:left;
	display:inline;
	margin:0px 0px 4px 8px;
	width:450px;
	border-top:none;
	background-color:#ffffff;
}
/* IE6 Only */
* html #facilitiestextbox {
	float:left;
	display:inline;
	margin:0px 0px 0px 8px;
	width:450px;
	border-top:none;
	background-color:#ffffff;
}
#admin {
  	float:right;
	display:inline;
	width:333px;
	height:26px;
	background-color:#94929d;
	padding:0px 0px 0px 0px;
	margin:4px 8px 0px 0px;
	border-bottom:none;
	}
#righttextbox {
	float:right;
	display:inline;
	width:333px;
	border-top:none;
	background-color:#ffffff;
	margin:0px 8px 0px 0px;
}
#righttextbox img {
	margin:0px 0px 4px 0px;
}

#historybox{
	clear:both;
	width:790px;
	background-color:#ffffff;
	margin:4px 4px 0px 8px;
}
.textbox {
	border-style:solid;
	border-width:2px;
	border-color:#f2f2f2;
	}
.textbox p {		padding-top:10px;
					padding-bottom:10px;
					padding-left:15px;
					padding-right:15px;
					text-align:justify;}

/* Font Settings */

p {
	padding:0px;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#94929d;
	}

.menu{padding-top:15px;}

a {color:#94929d;}
a:hover {color:#e2dfde;}
	

h1 { font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#ffffff;
	padding:0px;
	margin:0px;
	line-height:1.7em;
	} 
h2 {padding:0px;
	margin:0px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	color:#94929d;
	}
	 

/* Webmaster Link */
#webmaster {position:relative;}
#webmaster.p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #7f7f7f;
	padding: 0px;
	margin: 0px;
	}
#webmaster a {color: #7f7f7f;}
#webmaster a:hover {color: #000000;}
