body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333333;
/*	layer-background-color:#003366;*/
	margin: 0px auto;
	width: 1000px;
}
#wrapper {
width: 100%;
/* background-color: white;*/
}

#left {
	width: 170px;
	float: left;
/*background-image: tab.jpg;*/
	background-color:#CCCCCC}
#left2 {
	width: 200px;
	float: left;
/*background-image: tab.jpg;*/
}

#center {
width: 660px;
float:left;
padding-left: 10px;
/*background-image: url(bones.jpg);*/
/*background-color: white;*/
}

*html #center { /*hack for ie as otherwise the floats overlap and center displayed above right - cos ie displays floats incorrectly*/
	width: 63%;
}


#center2 {
width:800px;
float:left;
padding-left: 10px;
/*background-image: url(bones.jpg);*/
/*background-color: white;*/
}
*html #center2 { /*hack for ie as otherwise the floats overlap and center displayed above right - cos ie displays floats incorrectly*/
	/*width:70%*/
}

#center3 {
width: 590px;
height: 150px;
float:left;
padding-left: 10px;
/*background-image: url(bones.jpg);*/
/*background-color: white;*/
}

#right {
width: 160px;
float: left;
/*background-color: white;*/
}

#keyboardend {
width: 1000px;
float:left;

/*background-image: url(bones.jpg);*/
/*background-color: white;*/
}

*html #keyboardend { /*hack for ie as otherwise the floats overlap and center displayed above right - cos ie displays floats incorrectly*/
	width: 950px;
}

A:hover {text-decoration: underline overline; color: #666666;}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.style5 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #000000; }
.style6 {font-size: 21px}
.style8 {font-size: 9px}


td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
