body {
	margin:0; 
	padding:0 10px 0 10px; 
	border:0; 
	height:100%; 
	overflow-y:auto; 
	background: blue;
	color: white;
	background-image: url("images/smith_ashdown.jpg") repeat;
}
table {
	text-align:center;
	border-collapse: collapse;
	background: white;
	color: black;
}

td {
	border:1px solid red;
}

.pagetitle {
	position: absolute;
	right: 190px;
	bottom: 10px;
	margin: 0px; 
	height: 210px;
	width:350px; 
	background:#fff; 
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid blue;
	text-align: center;
	line-height: 0px;
	background-image:url("images/title.gif");
}
.coaches {
	position: absolute;
	left:20px;
	bottom: 10px;
	margin: 0px; 
	height: 150px;
	width:280px; 
	background: red; 
	padding: 10px 0px 10px 4px;
	color: white;
	border: 1px solid white;
	text-align: center;
	line-height: 5px;
}
.coaches a {
	color: white;
	text-decoration: none;
}

.coaches a:hover {
	color: blue;
	padding: 2px;
	background-color: white;
	border: solid 1px blue;
}
.team {
	position: absolute;
	left:400px;
	bottom: 10px;
	margin: 0px; 
	height: 150px;
	width:280px; 
	background: blue; 
	padding: 10px 0px 10px 4px;
	color: white;
	border: 1px solid white;
	text-align: center;
	line-height: 8px;
	font-size: 20px;

}
.team a {
	color: white;
	text-decoration: none;
}

.team a:hover {
	color: red;
	padding: 2px;
	background-color: white;
	border: solid 1px red;
	}

#linkbox a {
	color: white;
	text-decoration: none;
}

#linkbox a:hover {
	color: blue;
	padding: 2px;
	background-color: white;
	border: solid 1px blue;
	}
#linkbox {
	position: absolute;
	right: 10px;
	bottom: 10px;
	margin-right: 10px; 
	height: 150px;
	width:150px; 
	background:red; 
	padding: none;
	border: 1px solid white;
	text-align: center;
	line-height: 5px;
	color: white;
	padding: 10px 0px 10px 4px;	
}
