body {
	margin:0; 
	padding:0 10px 0 10px; 
	border:0; 
	height:100%; 
	overflow-y:auto; 
	background: red;
	color:white;
	text-align:right;
}
.mainimage1 {
	background-image: url("images/1600R_2011.jpg");
	width: 400px;
	height: 317px;
	position: absolute;
	right: 50px;
	top: 40px;
	border: solid 1px blue;
}
.mainimage2{
	background-image: url("images/400R_boys2011.jpg");
	width: 500px;
	height: 351px;
	position: absolute;
	left: 10px;
	bottom: 10px;
	border: 1px solid blue;
	padding: 1px 1px 1px 1px;
	
}
.pagetitle {
	position: absolute;
	right: 190px;
	bottom: 20px;
	margin: 0px; 
	height: 131px;
	width:338px; 
	background: none; 
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid blue;
	text-align: center;
	line-height: 0px;
	background-image:url("images/title.gif");
}
.teamchamps {
	position: absolute;
	left: 10px;
	top: 10px;
	margin: 0px; 
	height: 100px;
	width:430px; 
	background:blue; 
	padding-left: 4px;
	padding-top: 0px;
	border: 1px solid white;
	text-align: left;
	line-height: 0px;
	color:white;
	font-size: 12px;
	padding: 10px 0px 10px 0px;
}
.indivchamps {
	position: absolute;
	left: 10px;
	top: 140px;
	margin: 0px; 
	height: 100px;
	width:430px; 
	background:blue; 
	padding-top: 0px;
	padding-left: 4px;
	border: 1px solid white;
	text-align: left;
	line-height: 0px;
	color:white;
	font-size: 12px;
	padding: 10px 0px 10px 0px;

}
#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; 
	border: 1px solid white;
	text-align: center;
	line-height: 5px;
	color:white;
	padding: 10px 0px 10px 4px;		
}

