body {
	background-image: url(../images/bgSlice.gif);
	margin: 0px;
	padding: 0px;
	}
	
#shell {
	position: relative;
	width: 914px;
	height: 100%;
	margin: 0px auto;
	margin-top: 10px;
	background-color: #fff;
	border: 10px solid #fff;
	}

#topNav {
	}

#logoNpic {
	margin-top: 10px;
	}
	
	#logoNpic span {
		padding-left: 4px;
		}

#leftNav #coaches {
	margin-top: 1px;
	}

#rightContent {
	position: absolute;
	top: 307px;
	right: 0px;
	width: 618px;
	}
	
	#rightContent h3 {
		position: relative;
		width: 618px;
		height: 57px;
		padding: 0px;
		margin: 0px;
		background-image: url(../images/contact/header_contact.gif);
		}
	
	#rightContent h3 span {
		display: none;
		}
	
	#rightContent #text {
		position: relative;
		height: 345px;
		padding: 0px;
		margin: 0px;
		margin-top: 1px;
		background-color: #f9f9f9;
		}
	
	#rightContent #text span {
		position: relative;
		width: 577px;
		height: 335px;
		padding: 0px;
		margin: 0px;
		font: .8em "verdana";
		color: #fff;
		}
		
	#rightContent #text span form {
		position: relative;
		width: 578px;
		height: 340px;
		padding-top: 5px;
		padding-left: 20px;
		padding-right: 20px;
		overflow: auto;
		background-image: url(../images/main/body_welcome.jpg);
		}
		
		#rightContent #text span form dt {
			padding-top: 5px;
			}
		
	#rightContent #text span ul li {
		list-style: none;
		}
			
	#rightContent #why {
		position: relative;
		}
		
/* Roster
--------------------------------------------------------- */
 
#roster {
	padding-top: 10px;
	}
		
#bottomNav {
	position: relavtive;
	width: 914px;
	margin: 0px auto;
	margin-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font: .8em "helvetica";
	color: #143746;
	}
	
	#bottomNav a {
		color: #fff;
		text-decoration: none;
		}
	
	#bottomNav a:hover {
		font-weight: bolder;
		color: #143746;
		}