@charset "utf-8";
/* CSS Document */

body {
	background-color: #a8a9ab;
}

#content-holder{

	width:855px;
	height:auto;
	min-height:650px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	
	/*background-image:url(../images/background.jpg);
	
	background-repeat:no-repeat*/
	border:2px;
	border-color:#000000;
	border-style:solid;
}


#mainImage{

	width:855px;

	height:550px;

	background-image:url(../images/mainImage.jpg);
	
	background-repeat:no-repeat;
	
	background-position:center;	
}

#banner{
	width:855px;
	height:97px;
	background-image:url(../images/whiteOnImageBanner.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#contentArea{
	width:825px;
	height:auto;
	min-height:550px;
	padding-left:20px;
	padding-right:10px;
}

#contentArea p{
	padding:3px;
	}



#navButtons{
	width:855px;
	height:95px;
	margin-left:4px;
	margin-right:4px;
}

#footer{

	width:855px;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#footer a{
	text-decoration:none;
	color:#FFFFFF;
	}

#footer a:hoover{
	text-decoration:underline;
	color:#FFFFFF;
	}

#footer a:visited{
	text-decoration:none;
	color:#FFFFFF;
	}

