@charset "UTF-8";
/* CSS Document */

body
{
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(../images/background.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #000;
	text-align: center;
}

#container
{
	margin-top: 20px;
	margin-bottom: 10px;
}

#content
{
	width: 964px;
	padding-left: 7px;
}


#masterheader
{
	background-color: #1E1E1E;
	padding: 2px;
	margin-top: 7px;
	width: 953px;
	height: 52px;
	-moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.8);
}

#pageheader
{
	float: left;
	height: 47px;
	width: 947px;
	background-color: #000;
	background-image: url(../images/header_pageheaderbg.jpg);
	background-repeat: repeat-x;
	border: solid;
	border-width: 1px;
	border-color: #000;
	padding-left: 4px;
	padding-top: 3px;
	margin-top: 0px;
	font-size: 36px;
	text-transform: uppercase;
	color: #72bf00;
}

a
{
	color: #FFF;
	text-decoration: none;
}

a:active
{
	color: #FFF;
	text-decoration: none;
}

a:hover
{
	color: #72bf00;
	text-decoration: none;
}

#footer
{
	clear: both;
	width: 957px;
	padding-top: 14px;
	font-size: 11px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.share_button
{
	padding-top: 4px;
}