.container {
    background: #FFFFFF;
}
a
{
	text-decoration: none;
	color: #D5842B;
}

a:hover
{
	color: #006699;
}

table.condensed
{
	line-height: 1;
}

td.title
{
	color: #FFFFFF;
	background: #000000;
	font-weight: bold;
}

td.subtitle
{
	color: #000000;
	font-weight: normal;
	background: #BBBBBB;
}

.header {
	position: relative;
	background: black;
}

.header_players
{
	position: absolute;
	top: 0;
	right: 0;
}

.nav
{
	text-align: center;
	font-weight:bold;
	font-variant: small-caps;
}

.nav a {color: grey;}

.nav a:hover {color: orange;}

.content {
    margin-top: 10px;
}

body.home a#home,
body.schedule a#schedule,
body.team a#team,
body.news a#news,
body.gallery a#gallery,
body.gear a#gear,
body.community a#community,
body.contact a#contact,
body.general-info a#general-info,
body.blog a#blog
{
	color: orange;
}

#scrollup
{
    position: relative;
    overflow: hidden;
    height: 150px;
    width: 100px;
}
.scrollcontent
{
    position: absolute;
    top: 210px;
    left: 5px;
    height: 145px;
    width:90px;
    text-align: center;
}

.article img {
    float: right;
    margin: 10px;
}

.bcenter {
    margin-left: auto;
    margin-right: auto;
}

.icenter {
    text-align: center;
}
