body {
	background-color: #8b0910;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	background-image: url(images/interface/bison-bg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}
#container {
	background: #ecede8 url(images/interface/bisons-action-bg.jpg) no-repeat;
	width: 723px;
	margin: 0 auto 0 auto;
}
#nav {
	float: right;
	padding-top: 150px;
	width: 250px;
}
#nav ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
#nav ul li {
	background-image:url(images/interface/hockeypuck.jpg);
	background-repeat: no-repeat;
	background-position:left center;
	margin-bottom: 1em;
}
#nav a {
	margin-left: 25px;
	text-decoration: none;
	font-weight: bold;
	font-size: .9em;
	line-height: 1.4;
}
#nav a:link, #nav a:visited {
	color: #000;
}
#nav a:hover, #nav a:active {
	color: #f00;
}
#nav p{
	font-size: .8em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0;
	margin-top: .25em;
	margin-right: 25px;
}
#nav p a {
	text-decoration: underline;
}
#nav img {
	margin: 0;
	padding: 0;
}
#selected a:link, #selected a:visited, #selected a:hover, #selected a:active{
	color: #8b0910;
}
#content {
	width: 400px;
	padding-top: 260px;
	margin-left: 1em;
}
h1 {
	font-size: 1.2em;
	margin-bottom: 0;
	color: #8b0910;
}
h2 {
	font-size: .9em;
	margin-top: 0;
}
#subnav {
	font-weight: bold;
	line-height: 1.4;
	color: #666;
}
#content #subnav p {
	text-align: center;
}
#subnav a {
	text-decoration: none;
	color: #8b0910;
}
#subnav a:link, #subnav a:visited {
	color: #8b0910;
}
#subnav a:hover, #subnav a:active {
	color: #f00;
}
#content p {
	font-size: .8em;
	text-align:justify;
	margin-top: 0;
}
#content table {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	border: 1px solid #ccc;
}
caption {
	font-size: .8em;
	font-weight: bold;
}
#content th, #content td {
	font-size: .75em;
	text-align: center;
}
#content th {
	background-color: #ccc;
}
#content td.left {
	text-align: left;
}
a:link,a:visited {
	color: #8b0910;
}
a:hover, a:active {
	color: #ff0000;
}
#content li {
	font-size: .8em;
}
#content img {
	border: none;
	margin-right: 1em;
}
#content img.left {
	float: left;
	margin-right: 1em;
	margin-left: 0;
}
#content img.right {
	float: right;
	margin-left: 1em;
	margin-right: 0;
}
#content div.link {
	width: 190px;
	margin-right: 10px;
	margin-bottom: 1em;
	float: left;
}
#content div.link p {
	text-align: center;
	margin-bottom: 0;
}
#content div.link img {
	margin: 0;
	padding: 0;
}
fieldset {
	margin-top: 1em;
	border: 2px solid #8b0910;
}
label {
	float: left;
	display: block;
	margin-top: 0;
	margin-left: .5em;
	clear: left;
	line-height: 1.1;
	font-size: .8em;
}
input, textarea{
	display: block;
	margin-left: 150px;
	margin-top: 0;
	margin-bottom: .75em;
}
p.errormessage {
	color: #ff0000;
	font-weight: bold;
}
address {
	font-size: .8em;
	margin-bottom: 1em;
	font-weight: bold;
}
blockquote {
	color: #666;
	font-size: .8em;
}
#footer {
	clear: both;
	margin-top: 1em;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: .5em;
	border-top: 1px solid #666;
	text-align: center;
	font-size: .75em;
	padding-bottom: .5em;
}
#footer p{
	margin-bottom: 0;
	margin-top: 0;
}
