Body
{
	background-image: url(bg.jpg);
	background-attachment: fixed;
	height:auto;
}

#nav
{
	background-color: #cd5437;
	width: 500px;
	height: auto;
	margin-left: 33%;
	font-size: small;
	border: outset;
	
}

a:link
{
	color: black;
	text-decoration: underline;
}

a:visited
{
	color:black;
}

a:hover
{
	color:white;
}

#banner
{
	border: outset;
	background-color: #cd5437;
}

#main
{
	width: 800px;
	color:black;
	background-color: #cd5437;
	font:large;
	border: inset #000000;
	margin-left:20%;
height:auto;
}

#links
{
	width:250px;
	float: left;
	
}

#subnav
{
	background-color: #cd5437;
	width:400px;
	height:20px;
	text-align: center;
	margin-left:33%;
	border: outset;
	font:medium;
}

#schedule
{
	font-size: large;
	height:20px;
}