body {
	font-size: 75%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/* HEADER AREA */

#header {
	height: 165px;
	width: 960px;
}

/* NAV LINKS */

.courselink {
	background-image: url(images/button_courses.gif);
	display: block;
	height: 165px;
	width: 196px;
	float: left;
}
.partieslink {
	background-image: url(images/button_parties.gif);
	display: block;
	height: 165px;
	width: 148px;
	float: left;
}
.teamlink {
	background-image: url(images/button_team.gif);
	display: block;
	height: 165px;
	width: 118px;
	float: left;
}
.potstoplink {
	background-image: url(images/button_potstop.gif);
	display: block;
	height: 165px;
	width: 130px;
	float: left;
}
.contactlink {
	background-image: url(images/button_contact.gif);
	display: block;
	height: 165px;
	width: 103px;
	float: left;
}

/* MAIN AREA */

#main {
	background-image: url(images/bkgd_repeat.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 20px;
}

#pagetitle {
	height: 86px;
	width: 675px;
	margin-bottom: 20px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #CF1800;
}

/* LEFT PANEL */

#sidebar {
	width: 225px;
	padding-right: 20px;
}

/* CONTENT AREA */

#content {
	width: 455px;
	padding-right: 20px;

}
#content h1 {
	font-size: 20px;
	color: #CF1800;
	font-weight: normal;
	padding: 0;
	margin: 0 0 22px 0;
}
#content h2 {
	color: #000000;
	font-size: 15px;
	padding: 0px;
	margin: 0 0 10px 0;
}
#content p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 16px;
}
#content ul {
}
#content li {
}
#content a {
	color: #CF1800;
}

#picturebar {
	width: 200px;
	padding-top: 60px;

}

/* FOOTER AREA */

#footer {
	background-image: url(images/footer_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 110px;
	width: 920px;
	padding: 20px;
}
#footer a {
	color: #CF1800;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


/* MISC */

.hidden {
	display: none;
}
.foot_divider {
	padding-right: 6px;
	padding-left: 6px;
	color: #CF1800;
}
