@charset "utf-8";
/* 	Harley Spud
	CSS Rules

 */

body
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
	background-color:#008001;
}
.hide
{
	text-indent: -999px;
}

p, td, ul, li, ol, h3, h4, h5, h6
{
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial, Helvetica, sans-serif;
}
h1
{
	font-size: 25px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #fff;
	background-color:#008001;
}
h2
{
	font-size: 20px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
	margin-bottom: 10px;
}
h3
{
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 10px;
}
p
{
	margin-top: 0;
	margin-bottom: 10px;
	text-align:left;
	font-size: 14px;

}
a:link
{
	color: #fff;
	background-color: transparent;
	text-decoration: underline;
}
a:active
{
	color: #00FF66;
	background-color: transparent;
	text-decoration: none;
}
a:visited
{
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}
a:hover
{
	color: #00FF66;;
	background-color:transparent;
	text-decoration: none;
}
/* ========================================================== */
/*  Rules for  the main page wrapper structures
/* ==========================================================*/

 #container
{
	width: 600px;
	margin: 0 auto;
	text-align: left;
}
/* ========================================================== 
	Rules for  the header 
   ========================================================== */

#header
{
	height : 300px;
	width: 600px;
	padding: 0;
	margin:0 ;
	text-align:center;


}

#header img
{
	border: 0;
	margin: 0 auto;
}


/*  	Rules for  the main content */
 #mainContent
{
	float:left;
	width: 100%;
	color: #fff;
	background-color:#008001;
	min-height: 450px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* ========================================================== */
/*  Rules for  the footer structures
/* ==========================================================*/
#footer {
	float: right;
	height: 10px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

