body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#main {
	background-color: #300000;
	border: 1px solid #480000;
	height: 575px;
	width: 645px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
}
#nav {
	background-color: #300000;
	position: relative;
	height: 175px;
	width: 265px;
	left: 15px;
	top: 20px;
}
#banner {
	background-image: url(images/banner-bg.jpg);
	background-repeat: repeat-x;
	position: relative;
	height: 70px;
	width: 625px;
	left: 10px;
	top: 8px;
}
#banner #name {
	position: relative;
	height: 60px;
	width: 228px;
	top: 5px;
}
#home {
	height: 85px;
	width: 85px;
	position: absolute;
}
#events {
	position: absolute;
	height: 85px;
	width: 85px;
	left: 180px;
}
#lessons {
	position: absolute;
	height: 85px;
	width: 85px;
	top: 90px;
}
#videos {
	position: absolute;
	height: 85px;
	width: 85px;
	left: 90px;
	top: 90px;
}
#contact {
	position: absolute;
	height: 85px;
	width: 85px;
	left: 180px;
	top: 90px;
}
#about {
	position: absolute;
	height: 85px;
	width: 85px;
	left: 90px;
}
#blackbox {
	background-color: #000000;
	position: relative;
	height: 110px;
	width: 245px;
	left: 15px;
	top: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 11px;
	padding: 10px;
}
#quotes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c4823a;
	background-color: #300000;
	position: relative;
	height: 115px;
	width: 245px;
	top: -270px;
	left: 15px;
	padding: 10px;
}

#blackbox #blacktext {
	position: absolute;
	height: 110px;
	width: 185px;
	left: 80px;
	top: 15px;
	color: #BEBEBE;
}
#main #largebox {
	background-color: #4e0000;
	position: relative;
	height: 306px;
	width: 321px;
	left: 295px;
	top: -285px;
	padding: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c4823a;
}
#main #largebox a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #979797;
}
