body {
	margin:0; 
	padding:0 10px 0 10px; 
	border:50; 
	height:100%; 
	overflow-y:auto; 
	background: url("../images/girls_web_2011.jpg") no-repeat;
}
h1 {
	color: white;
	padding: 0 0 0 0;
	background-color: red;
	border: solid 1px blue;
	margin-left: 200px;
	width:580px;
}
.mainimage1 {
	background-image: url("../images/girls_maintitle.gif");
	width: 646px;
	height: 171px;
	position: fixed;
	bottom: 150px;
	left: 170px;
}
.mainimage2{
	background-image: url("images/boyssectionals.jpg");
	width: 450px;
	height: 350px;
	position: absolute;
	left: -10px;
	bottom: 10px
}
.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: blue; 
	padding: 10px 0px 10px 4px;
	color: white;
	border: 1px solid red;
	text-align: left;
	line-height: 0px;
	font-size: 14px;
	
}
.team {
	position: absolute;
	left:400px;
	bottom: 10px;
	margin: 0px; 
	height: 150px;
	width:280px; 
	background: red; 
	padding: 10px 0px 10px 4px;
	color: white;
	border: 1px solid blue;
	text-align: center;
	line-height: 8px;
	font-size: 20px;

}
.team a {
	color: white;
	text-decoration: none;
}

.team a:hover {
	color: blue;
	padding: 2px;
	background-color: white;
	border: solid 1px blue;
	}

#linkbox a {
	color: white;
	text-decoration: none;
}

#linkbox a:hover {
	color: red;
	padding: 2px;
	background-color: white;
	border: solid 1px red;
	}
#linkbox {
	position: absolute;
	right: 10px;
	bottom: 10px;
	margin-right: 10px; 
	height: 150px;
	width:150px; 
	background:blue; 
	padding: none;
	border: 1px solid red;
	text-align: center;
	line-height: 5px;
	color: white;
	padding: 10px 0px 10px 4px;	
}

