body {
	color: #003;
	background-image: url(../images/background.gif);
	background-attachment: fixed;
}
#banner {
	height: 179px;
	width: 760px;
}
#wrapper {
	background-image: url(../images/slices/repeat.gif);
	background-repeat: repeat;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thin solid #D7BD54;
}
#nav {
	background-image: url(../images/slices/nav.gif);
	height: 51px;
	width: 678px;
	padding-left: 82px;
}
#main {
	background-image: url(../images/slices/main.gif);
	width: 659px;
	height: auto;
	float: right;
	clear: none;
	padding-right: 40px;
	padding-left: 20px;
	padding-top: 20px;
	font-size: 14px;
	color: #333;
}
#footer {
	background-image: url(../images/slices/footer.gif);
	clear: both;
	height: 88px;
	width: 760px;
}
#left {
	background-image: url(../images/slices/left.gif);
	float: left;
	height: 428px;
	width: 41px;
	clear: both;
}
  
  #leftcontent{width:315px; float:left; padding-right:10px;}
  #rightcontent{
	width:305px;
	float:right;
	color:#000;
	padding:10px;
}

.fltright {
	float: right;
	margin-left: 20px;
}
.fltleft {
	float: left;
	margin-right: 20px;
}
#news {
}
#schedule {
}
#roster {
}
#content {
}
#login {
	background-image: url(../images/slices/login.gif);
	height: 38px;
	padding-top: 15px;
	padding-right: 55px;
}

