body {
	background-color: #808080;
	background-image: url('images/bg2.jpg');
	background-repeat: repeat-x;
	font-family: Arial; 
	color: black;
	margin-top: 0px;
	font-size: 13pt;
	text-align: center;

}

a {
	color: #E8E200;
}
a:hover {
	color: #FFFA22;
	text-decoration: none;
}

a#footerLink {
	color: #575757;
}
a:hover#footerLink {
	color: #808080;
	text-decoration: none;
}


#menu {
	width: 970px;
	height: 35px;
	font-size: 0pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
}

#header {
	width: 970px;
	font-size: 0pt;

}
#pageHeader {
	width: 700px;
	font-size: 25pt;
	color: white;
	font-style: italic;
	text-align: right;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

#footer {
	width: 970px;
	font-size: 10pt;
	background-color: #ffff66;
	border-top-color: black;
	border-top-style: solid;
	border-top-width: 1px;

}

#content {
	width: 970px;
	background-color: #A0A0A0;
	text-align: left;
}

#left_content {	
	width: 710px;
	text-align: left;
}

#right_content {
	width: 260px;
}
#centered {
	width: 970px;
	background-color: #A0A0A0;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}

#contact_blurb {
width: 710px;
text-align: center;
font-size: 14pt;
color: white;
font-weight: bolder;

}

#slideshow {
	width: 710px;
	text-align:center;
}

.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}

#mainPageText {
padding-left: 5px;
}
