@charset "utf-8";
/* CSS Document */

body, html
{

	margin: 0;
	padding: 0;
	background: #404040 url(../images/bg.jpg) repeat-x top left;
	font-family: Arial;
	
}

#container
{
	
	width: 100%;
	height: auto;
	min-height: 442px;
	background: url(../images/headerImg.jpg) no-repeat top center;
	
}

#content
{
	
	width: 350px;
	min-height: 350px;
	margin: 0 auto 0 auto;
	padding: 100px 0 0 300px;
	
}

#content h1
{

	margin: 0;
	padding: 0;
	font-size: 25px;
	font-weight: normal;
	text-transform: uppercase;
	color: white;
	
}

#content h1 span
{

	font-family: Arial Black;
	
}

#content h2
{
	
	color: #DFDA5B;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 0;
	
}

#content p
{

	margin: 0;
	padding: 0;
	color: #D5D5D5;
	font-size: 14px;
	
}

#content p a
{

	color: #DFDA5B;
	text-decoration: none;
	font-size: 15px;
	font-family: Arial Black;
	
}

#content p a:hover
{
	
	color: white;
	
}


