A:link { font: 12px georgia, serif; color: #000000; line-height: 18px; text-decoration: none; }
A:hover { font: 12px georgia, serif; color: #8F1111; line-height: 18px; text-decoration: none; }
A:active { font: 12px georgia, serif; color: #000000; line-height: 18px; text-decoration: none; }
A:visited { font: 12px georgia, serif; color: #000000; line-height: 18px; text-decoration: none; }
.font1 { font: 12px georgia, serif; color: #000000; line-height: 18px; }
.font2 { font: 16px georgia, serif; color: #000000; line-height: 24px; }
.font3 { font: 18px georgia, serif; color: #8F1111; line-height: 28px; }
.cite { font-family: verdana, arial, sanserif; font-size: 9px; color: #000000; text-decoration: none; }
h1 { font: 12px arial, sans-serif; color: #603913; line-height: 18px; text-align:center; }

html {
	height: 100%;
}
body {
	margin: 0 auto;
	text-align: center; /* centering the content for IE6 */
	min-width: 800px;
	height: 100%;
	background-color: #552F0A;
	font: 12px verdana, arial, sans-serif; color: #000;
}
#page-wrapper  {
	display:table; /* must put this in for FireFox. */
	width: 800px;
	height: 100%;
	margin:auto; /* for IE6 and Firfox centering */
	text-align:left; /* so that IE6 and Firefox puts the text to the left */
	height: auto;  /*Have to put SOMETHING in here for the height for both browser. DO NOT put in a percentage, must be a pixel value */
	border-style: double;
	border-width: 0px 6px 0px 6px;
	border-color: #8F1111;
	background-color: #F4CE59;
	background-image: url(../graphics/index-logo.jpg);
	background-repeat: no-repeat;
}
#nav {
	position: relative;
	top: 70px;
	text-align: center;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #000000;
	padding: 5px;
	clear: right;
}
#nav a {
	font: 14px georgia, serif; color: #000000;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
}
#nav a:hover {
	font: 14px georgia, serif; color: #8F1111;
	padding: 0px 10px 0px 10px;
}
#contact {
	position: relative;
	top: 20px;
	float: right;
	margin-right: 30px;
	font: 12px georgia, serif; color: #00000; line-height: 18px;
	border: solid 0px #000000;

}

#body-copy {
	position: relative;
	top: 70px;
	margin: 25px 25px 0px 25px;
	font: 12px georgia, serif; color: #00000; line-height: 18px; 
	border: solid 0px #000000;
	height: 100%;
}
#footer { 
	clear: both;
	position: relative;
	top:20px;
	text-align:center;
	font: 9px verdana, arial, sanserif; color: #000000;
}

