@charset "utf-8";
/* CSS Document */
h1 {
	text-align: center;
	color: #333;
	font-family: Papyrus;
} /* this is black*/
hr {
	color: #333;
	border: thin solid #333;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #665229;
	text-align: center;
	padding: 2px;
	margin: 5px;
	background-image: none;
}
img {
	float: left;
	border: 2px solid #333;
	margin: 15px;
	color: #333;
}
h2 {
	text-align: center;
	color: 333;
	font-family: Papyrus;
}
h3 {
	text-align: left;
	color: 333;
	font-family: Papyrus;
}
.row_title_center {
	font-family: Papyrus;
	text-align: center;
	font-size: 18px;
}
.titles {
	font-family: Papyrus;
	font-size: 24px;
	text-align: center;
}
footer {
	clear: left;
	font-family: Papyrus;
	font-size: 16px;
	text-align: center;
	color: #333;
}
nav {text-align: center;
	clear: left;
}
#WAandAC {       /* this is the rule for the 2 identical tables on 2 differnt pages; check on whether id or class is best to use?*/
	font-family: Papyrus;
	font-size: 18px;
	text-align: center;
	border: 2px solid #333;
	margin-top: 2;
	margin-right: auto;
	margin-bottom: 2;
	margin-left: auto;
}

.img_center {    /* check- do I still need this rule?*/
	display: block;
	margin: 0 auto;
}
/* the following rules, until indicate by a comment, are those associated with the "image gallety" widget that I used from the W3schools site*/
div.img
{
	margin: 5px;
	padding: 5px;
	border: 1px solid #066;
	height: auto;
	width: auto;
	text-align: center;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}

div.img img
{
	display: inline;
	margin: 5px;
	border: 1px solid #333;
}
div.img a:hover img {
	border: 1px solid #333;
}
div.desc
{
	text-align: center;
	font-weight: normal;
	width: 120px;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
/*this is the end of the set of rules from the "image gallery" widget*/
#wrapper {
	margin: 0 auto;
	border: 2px solid #066;
	min-width: 770px;
	/*max-width: 770;*/
	font-family: Arial, Helvetica, sans-serif;
	width: 55%;
	background-color: #E2CA98;
	color: #333;
}
a:visited {
	color: #666600;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #BA5C00;
}
.gallerythumbs {
	margin-left: 55px;
	font-family: Arial, Helvetica, sans-serif;
}
.bannerImg {border:none; text-align-center; 					    padding:15px;  
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	margin-left: 15px;
}
/*   p - not sure if I need this rule- all may be covered already by the body rule */

p {
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
}
