body {
/* Need to set body margin and padding to get consistency between browsers. */
  margin: 0.4em;
  padding: 0;
  color: #333;
  text-align: center; /* IE5/Win Hack */
  font-family: sans-serif;
  font-size: 90%;
  }

/* the wrapper for the whole page */
#pwrapper {
  margin: 0em auto;
  width: 50em;
  padding: 0em;
  background: #fff;
  text-align: left; /* Counteract to IE5/Win Hack */
  position: relative;
  }

/* The site logo etc */
#banner {
  height: 50px; /* keep to pixels because of the image it contains */
  color: #009;
  background: #bbbddf url('../i/wrsl50x50banner_bg.jpg') repeat-x top left;
  clear: both;
  }

#banner #logo
{
	position:absolute;
	top:10px;
	left:25px;
	width:102px;
	height:79px;
	z-index:100;
}

#banner #slogo
{
	position:absolute;
	top:3px;
	left:3px;
	width:50px;
	height:44px;
	z-index:100;
}

#banner #text
{
	position: absolute;
	top: 10px;
	left: 150px;
	width: 363px;
	height: 38px;
	z-index: 100;
}

/* the global navigation bar */
#gnav {
  height: 1.65em;
  color: #009;
  clear: both;
  padding: 0.4em;
  background: #bbbddf url('../i/wrsl50x20banner_bg.jpg') repeat-x bottom left;
  }

#cwrapper {
  margin: 0;
  padding: 0;
  position: relative;
  }

/* the holder for individual pages' content */
#content {
  background: #fff;
  padding: 0.4em; /* 0.4em 0.4em 0em;*/
  width: 39.1em; /* the incorrect value */
  /* the hack for IE5/Win */
	voice-family: "\"}\""; 
  voice-family:inherit;
  width:38.3em; /* the correct value */
}
/* Be nice to Opera rule */
html>body #content {
  width:38.3em;
} 

/*============================*/
/* ---( left column )-------- */

#sidebar 
{
	background-color: #c6d4f8;
	font-size: 90%;
	line-height: 1em;
	margin: 0;
	padding: 0.4em;
	color: #333;
	width: 12.1em;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 11.7em;
	}
html>#sidebar {
	width: 12.1em;
	}
	
#sidebar a:link, #sidebar a:visited {
	color: #333;
	display: block;
	padding: 0.4em 0.2em;
	text-decoration: none;
	}

#sidebar a:hover, #sidebar a:active{
	color: #333;
	background: #ffd;
	}

/* This makes the side bar links "full width" in ie/win
( http://www.positioniseverything.net/articles/hollyhack.html#haslayout ) */
/* Hides from IE5-mac \*/
* html a:link,* html a:visited,* html a:hover, * html a:active {height: 1%;}
/* End hide from IE5-mac */ 
	
#sidebar ul {
	margin: 0 0 0.4em 0;
	padding: 0;
	list-style: none;
	background:#fff;
	border:0.1em solid #666;
	}
	
#sidebar li {
	margin: 0;
	padding: 0;
	background: none;
	line-height: 1em;
	}
	
#sidebar img {
	vertical-align: middle;
	}

/* foot of every page */
#footer{
  background: #bbbddf url('../i/wrsl50x50banner_bg.jpg') repeat-x top left;
  clear: both;
  text-align: right;
  /*background: #a9abce;*/
  }

/* contains any text in the footer */
#footer span{
	display: block;
	clear: left;
	font-family: sans-serif;
	color: #339;
	font-weight: 700;
}

/* the general page links in the footer */
#footer a:link, #footer a:visited{
	margin: 0em 0em 0em 0.8em;
	font-family: sans-serif;
	color: #336;
	text-decoration: none;
	font-size: 1em;
}
#footer a:hover{
	color:#fff;
}

/*=====================================*/
/* Global Section Navigation "Buttons" */
#gnav a:link, #gnav a:visited {
	float: right; 
	background: #fff;
	padding: 0.3em 0.6em 0.3em 0.6em; 
	margin: 0em 0.3em 0em 0em; 
	border: 0.075em solid #336; 
	text-decoration: none; 
	color: #336;
	font-size: 0.9em;
}
#gnav a:link.active, #gnav a:visited.active{
	border: 0.075em solid #336; 
	background: #fff; 
	color: #336;
} 
#gnav a:hover{ 
	background: #ffd; 
	color: #333;
}

/*=====================*/
/* computer misuse act */
#cma {
	width:300px;
	font-size:80%;
	background-color:#f0f8ff;
	border:0.1em solid #666;
}
#cma #tit {
	background-color:#f00;
	margin:0.2em;
	padding:0.2em;
	font-weight:700;
}
#cma #cnt {
	padding:0.2em;
}

/*===================================*/
.special {
	padding:0.04em;
	text-align:center;
}

.special h3 {
	background-color:#369;
	color:#fff;
	font-size: 100%;
	padding: 0.4em;
	margin: 0;
	border: none;
	text-transform:uppercase;
}

.special div {
	border: 0.1em solid #369;
	height: 30px;
	margin-bottom: 0.2em;
	background-color: #ffd;
	}
	
.special div a:link img {
	width: 120px;
	}
	