html, body, #wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #999;
	height:100%;
	background: #565656;

	}
#wrapper {
      margin: 0 auto;
	  height: 550px;
   }
.top_red_rep
	{
	background: url(../images/top_red_bar_rep.png) repeat-x;
	height: 28px;
	}
.bottom_red_rep
	{
	background:url(../images/bottom_red_bar_rep.png) repeat-x;
	height: 28px;
	}
.body_text
	{
	background: #000000;
	margin: 0;
	padding: 0;
	}
.body_container
	{
	background: #000000;
	}
.bg_clor
	{
	background: #000000;
	height: 413px;
	}
h1
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	}
h2
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	}
p
	{
	padding: 0;
	margin: 0;
	}
.copy_text
	{
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
	
	
a:link, a:visited	{
		color:#999;
		text-decoration:none;
		font-size:11px;
}

a:hover	{
		color:#999;
		text-decoration:underline;
		font-size:11px;		
}
