/* Designed by Jonathan Loeffler - Predator Paintball Park / Proshop Paintball */
/* http://www.predatorpaintballpark.com */
/* http://www.proshoppaintball.com */

/* Master CSS Style Sheet */
/* BEGIN General Styles */
 
body, html
{
background-color:#59636c;
color: black;
height: 100%;
}
/* hide from ie on mac \*/

#flashcontent {
height: 100%;

}
	/* end hide */

body 
{
	background-color: #59636c;
	text-align: center;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#global
{
     margin: auto;
	 margin-left: auto;
	 margin-right: auto;
     width: 800;
}

div.announcements
{
padding: 15px;
text-align: center;
background-color: #2A8229;
color: white;
}

div.imgleft
{
float: left;
margin: 6px;
}

div.imgright
{
float: right;
margin: 6px;
}

div.copyright
{ 
font-size:0.8em;
}

div.header
{ 	
	padding: 10px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 800px;
	background-color: yellow;
	height: 200;
	text-align: center;
	vertical-align: middle;
}

div.content 
{
	padding: 10px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 800px;
	background-color: yellow;
	height: auto;
	text-align: center;
	vertical-align: middle;
}

div.footer
{
	padding: 10px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 800px;
	background-color: yellow;
	height: 100px;
	text-align: center;
	vertical-align: middle;
}

a:link
{
	color: black;
	text-decoration: none;
	border-style: none;
}

a:link img
{	color: black;
	text-decoration: none;
	border-style: none;
}

a:hover
{
	color: #666666;
	text-decoration: none;
	border-style: none;
}

a:visited
{
	color: black;
	text-decoration: none;
	border-style: none;
}
/* END General Styles */
