body {
	font: Georgia,Times New Roman, geneva, helvetica, sans-serif;
	color: #f7f8f3;
	background-color:#f8f8f2;
	margin:0;
	padding:0;
	height:100%; /* 100 % height */
}

html>body #wrap {height:100%;} /* 100 % height */

#header {
background:url(graphics/backgroundStretch.jpg) repeat-x;
	width:100%;
	height:5em;
	text-align:center;
}

body> #headerBox {
width:500px;
height:auto;
margin-left:auto;
margin-right:auto;
margin-top:auto;
margin-bottom:auto;
}



#topNav {
clear:both;
width: auto;
font-size: .9em;
background-color: #e8e3da;
border-bottom:thin;
border-bottom-style:outset;
border-top:thin;
border-top-style:inset;
padding: 0px 0px 10px 0px;
}

html>body #header {
	position:fixed;
	z-index:10; /* Prevent certain problems with form controls */
}
html>body #content-wrap {height:100%;} /* 100 % height */
html>body #content {padding:5em 1em;} /* 6em = height of #header and #footer + 1em, 1em = give the content some breathing space */

#footer {
padding-bottom:3px;
border-top:thin;
border-top-style:inset;
	width:100%;
	background-color: #e8e3da;

}

html>body #footer {
padding-bottom:3px;
border-top:thin;
border-top-style:inset;
	position:fixed;
	background-color: #e8e3da;
	bottom:0;
	z-index:10; /* Prevent certain problems with form controls */
}

#pageTitle {
width: 700px;
margin-left: auto;
margin-top:20px;
margin-bottom:10px;
margin-right: auto;
padding-top: 15px;

}

#showImage {
	float:right;
	width: 86%;
}

#imageNav {
	height: 800px;
	width: 14%;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
   float: left;
   overflow: auto;
   text-align:center;
}

#imageNav p {
   font: 10pt/22pt georgia;
   text-align: center;
   }
   
#imageNav hr {
width: 60%;
text-align:center;
} 
   
#imageBox {
	width:600px;
	margin-top:60px;
	padding-top:14px;
	margin-left:15%;
	margin-right:25%;
}


#imageBox2 {
	width:600px;
	margin-top:80px;
	margin-left:auto;
	margin-right:5%;
}


#detailBox {
	float:right;
	width:150px;
	margin-top:80px;
	margin-left:auto;
	margin-right:auto;
}



p {margin:1em 0;}

#content-wrap,

#content {
	background-color:#f8f8f2;
	font-family:Georgia, "Times New Roman", Times, serif;
}



/* Styling to make this demo page look just a little bit better */


p, ul, ol, li {
font : 11pt/16pt georgia;
margin-top: 0px;
color:#666666;
}


h1 {
font-family:Copperplate, Garamond, Georgia, "Times New Roman", Times, serif;
letter-spacing: 5px;
font-size: 1.5em;
font-weight:500;
color:#5A0707;
}
	

h2 {
	font-family:Copperplate, Garamond, Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size:1.0em;
	letter-spacing: 2px;
	margin-bottom: 0px;
	color: #333333;
	}

.topNav {
	font-family: Times New Roman,arial,helvetica;
	font-size: 85%;
	font-style:normal;
	letter-spacing: .8px;
	color: #7d775c;
	}
	
	.pressHeader{
font-size:115%;
}

.pressHeader2{
font-size:145%;
}

	
h5{
	font-family: Times New Roman,arial,helvetica;
	font-size: 85%;
	font-style:normal;
	letter-spacing: .8px;
	color: #7d775c;
}


h3 {
	font-family: Times New Roman,arial,helvetica;
	font-size: 85%;
	font-style:normal;
	margin-bottom: 0px;
	margin-top: 10px;
	color: #7d775c;
	}


h4 {
font-family: Georgia, "Times New Roman", Times, serif;
text-align: left;
font-size:small;
letter-spacing: 1px;
color:#663333;
}

	
.footer {
letter-spacing:.2em;
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	font-style:normal;
	color:#383529;
	}
/*
h6 heading is being used in text.css */

a:link{
	font-weight:bold;
	text-decoration:none;
	color: #999963;
	}
a:visited{
	font-weight:bold;
	text-decoration:none;
	color:#967a53;
	}
a:hover, a:active {
	text-decoration:underline;
	color:#5D5B41;
	}
	
hr {
	border: 0;
	color: #044;
	background-color:#9E9763;
	height: 1px;
	width: 100%;
	text-align: center;
}
