html {
	height:100%
	}

body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(images/backgrnd_stripe_black.jpg);
	background-repeat: repeat;
	height: 100%;
	width: 100%
}
#wrap	{
	width: 1000px;  
	margin-left: auto;  /* Auto for right and left margins centers the container (Wrap) */
	margin-right:auto; 
	position: relative;
	min-height: 100%; /* May need min-height and height for footer */
	height: auto !important;
}
	
.mainText	{
	font-size: 12px;
	padding: 2px 6px 2px 6px;
	}
.redText	{
	font-size: 12px;
	color: #8c0607;
	}

h1
{
	font-size: 16px;
	color: #000;
	font-weight: bold;
	}
h2	{
	font-size: 14px;
	color: #000;
	font-weight: bold;
	padding-left: 6px;
	}
	
h3	{
	font-size: 12px;
	color: #000;
	font-weight: bold;
	}
	
.image	{
	border-width: 1px;
	border-style: solid;
	border-color: #666;
}


/* 3 Main Columns */

#col	{
	position: relative;
	top: 1px; /*This changed from -260px*/
}
#col a{
	color: #8c0607;
	}
#col a:link{
	color: #8c0607;
	text-decoration: none;
	}

#col a:visited	{
	color:#8c0607;
	text-decoration: none;
	}
#col a:hover		{
	color:#000;
	text-decoration: underline;
	font-size: 80%;
	}  
#col a:active	{
	color:#000;
	} 
#col .left .block	{
	width:332px;
	background-color: #fff;
	padding: 10px 0 10px 0;
}
#footer  {
	display: block;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:98%;
	height: 22px;
	padding: 0 0 1px 20px;
	position: relative;
	bottom: -7px;
	} 
	
#footer, .push 	{
	color: #000;
	clear: both;
}
#footer, .push	a{
	color: #8c0607;
	font-weight: bold;
	}


	
 
	

	
	

