body {
	
	/*background-image:url(images/background.gif);*/
	background-position:center top;				/*Fixes the position of the background image to start at the top and centred. Accounts for differing browser defaults.*/
	font-family: Verdana, Arial, Helvetica, sans-serif;	/*Sets default fonts for the entire website.*/
	margin: 0;									/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color:#666666;		/*sets default font colour*/
	background-color: #FFFFFF;	/*Sets body background colour*/
	background-repeat: no-repeat;	/*Restricts background image to one image.*/
	
}

#wrap {		/*This div acts as an ancestor so that subsequent absolute positioning is relative to this ancestor. The wrap div keeps elements centred with the background image.*/
	width:1000px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#logo {			/* Positions the logo. */
	position: absolute;
	visibility: visible;
	left: 24px;
	top: 19px;
	text-align: right;
}

#banner {		/* Postitions the banner. */
	position:absolute;
	left:262px;
	top:21px;
	width:396px;
	height:116px;
	/*z-index:1;*/
}

#topright {		/* Positions the topright container for the phone number and e-mail. */
	position:absolute;
	left:729px;
	top:37px;
	width:215px;
	height:54px;
	text-align: right;
	color:#009;
	font-size: 18px;
	font-weight: bold;
}

#topright a:link	{
	text-decoration:none;
}
#topright a:hover	{
	color:#F00;
}

#topright a:active	{
	background-color:#999;
}

#menubox {		/* Positions the main left hand menu and links. */
	position:absolute;
	text-align: left;
	height: 300px;
	width: 140px;
	overflow: visible;
	visibility: visible;
	z-index: 1;
	left: 31px;
	top: 204px;
	font-weight:bold;
	
}

#menubox a	{		/*This rule causes the menu items to have blocks of colour in the background - currently commented out.*/
	display:block;
	padding:2px;
	text-decoration:none;
	width:8em;
	/*background-color: #FFF;*/
	
}

#menubox a:link, #menubox a:visited {
	text-decoration:none;
	color:#30F;				/*Blue for inactive link.*/
	border:2px;
	/*background-color: #FFF;*/
	}
	
#menubox a:focus, #menubox a:hover {
	border:2px;
	color:#F00;				/*Red color for hover or focus.*/
	background-color: #FFF;
	}
	
#menubox a:active {
	background-color:#999;
	border:2px;
	color: #000;			/*Black color for active link.*/
	/*text-align: right;*/		/* Commented out - but used to align links to right hand side instead of left. */
	}

#main {						/*Positions the area of main content and includeds text formatting.*/
	position:absolute;
	left:196px;
	top:204px;
	width:457px;
	height:480px;
	z-index:1;
	line-height: 1.5em;
	/*font-weight: bold;*/
	font-size:12px;
	color: #000;
	text-align: left;
}

#main a:link	{
	text-decoration:underline;
}

#main a:focus, #main a:hover	{
	background-color:#9F0;
	color:#F00;
}

#main a:active	{
	background-color:#999;
}

#vacancy	{
	position:absolute;
	top:261px;
	left:680px;
	width:284px;
	border:thin solid #000;
	padding:10px;
	color:#000;
	/*background-color: #FFF;*/
}

#vacancy p {
	text-align:left;
}

#footer {		/* Positions the footer and stipulates height and width and imports a background image. */
	position: absolute;
	height: 100px;
	width: 1000px;
	left: 0px;
	top: 663px;
	background-image:url(images/footer_bckgnd.gif);
	background-repeat:no-repeat;
	text-align: center;
	vertical-align:middle;
}

#footer table {		/*Layout table for footer links. Aligns content to center of cells. */
	text-align: center;
}

#footer a:link, #footer a:active, #footer a:visited	{
	color:#666;
	text-decoration:none;
	display:block;
}

#footer a:hover {
	text-decoration:none;
	color:#F00;
	background-color:#CCC;
	
}
#breadcrumb {		/* Positions breadcrumb trail container. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	position:absolute;
	left:199px;
	top:178px;
	width:395px;
	height:28px;
	z-index:1;
	text-align: left;
}

h2 {
	color:#999;
}

#w3valid {			/* Positions the icon for W3C validation */
	position:absolute;
	left:38px;
	top:595px;
	width:103px;
	height:46px;
	z-index:1;
}

#counter {
	position: absolute;
	z-index: 2;
	height: 63px;
	width: 126px;
	top: 597px;
	left: 799px;
}

#design {
	position:absolute;
	left:386px;
	top:71px;
	width:246px;
	height:24px;
	z-index:1;
	color: #00F;
	font-size: 12px;
}
