html
{
	background-image: url("bg.jpg");
	background-repeat: repeat-x;
	background-color: #3b3b3b;
}

body
{
	background: url("shadow.png") repeat-y scroll center top transparent;
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;	
}

a
{
	color: #B0BA25;
}

.site
{
	width: 800px;
	margin: 0px auto;
}

.page
{
	background-color: #ffffff;
}

.header
{
	background-color: #231F20;
	height: 159px;
}

.header-content
{
	padding: 25px;
	height: 70px;
}

.header-text
{
	padding-top: 20px;
	font-size: 50px;
	color: #ffffff;
	font-family: Minion Pro;
}

.header-logo
{
	opacity: 0.7;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: 220px;
}

.header-navigation
{
	background: none repeat scroll 0 0 #000000;
	border-top: 5px solid #A37B2C;
	height: 34px;
	margin-bottom: 0px;
	padding: 0px;
}

.header-navigation ul
{
	font-size: 0.95em;
	margin: 0;
	padding: 0;
}

.header-navigation ul li
{
	display: block;
	float: left;
	list-style-type: none;
}

.header-navigation ul li a
{
	border-bottom: medium none;
	color: #FFFFFF;
	display: block;
	font-size: 1.75em;
	height: 20px;
	padding: 7px 15px;
	text-decoration: none;
	font-family: Minion Pro;
}

.header-navigation ul li a:hover
{
	background-color: #a37b2c;
}

.content
{
	padding: 0px 14px 0px 14px;
}

.content p
{
	text-align: justify;
}

.sidebar
{
	padding: 15px 0px 0px 10px;	
}

.sidebar p
{
	line-height: 1.3em;
}

.footer
{
	color: #ffffff;
	background-color: #231F20;
	padding: 20px;
	font-size: 14px;
	font-family: Minion Pro;
}

hr
{
	color: transparent;
	background-color: transparent;
	height: 3px;
	border: none;
	border-bottom: dotted 2px #a37b2c;
}

table.roster
{
	border-right: solid 1px #3b3b3b;
	border-bottom: solid 1px #3b3b3b;
}

table.roster tr
{	
}

table.roster tr td
{
	border-top: solid 1px #3b3b3b;
	border-left: solid 1px #3b3b3b;
	padding: 2px;
}

table.gallery tr td a
{
    border: none;
    text-decoration: none;
    color: #ffffff;
    margin: -2px;   
}