@charset "utf-8";
/* CSS Document */

a:link, a:visited {color:#FFF;}
a:hover,a:active {color:#009;}
a.text:hover,a.text:active, a.text:link, a.text:visited {color: #009;}

#nav {
	position: fixed;
	top: 5px;
	right: 15px;
}


#quote {
  width: 800px;
  margin: auto; 
  padding: 5px;
  text-align: center;
  background-color:#ffffff;
  border:1px solid black;
  opacity:0.6;
  filter:alpha(opacity=60); /* For IE8 and earlier */
 }
 
.content {
  width: 800px;
  margin: auto; 
  padding: 15px;
  background-color:#ffffff;
  border:1px solid black;
  opacity:0.8;
  filter:alpha(opacity=80); /* For IE8 and earlier */
 }
 
.photocontent {
  width: 800px;
  margin: auto; 
  padding: 15px;
  background-color:#ffffff;
  border:1px solid black;
  opacity:1;
  filter:alpha(opacity=100); /* For IE8 and earlier */
 }
 
.spacer {
	margin: 25px;
	font: italic bold 24px/30px Verdana, Geneva, sans-serif;
	color:#FFF;
	text-decoration:underline;
}

.quoteText {
	color: #000;
	font: italic bold 1.5em "Times New Roman", Times, serif;
	margin: .75em 0;
}

 .bodyText {
	color: #000;
	font: normal 1em "Times New Roman", Times, serif;
}

.headerText {
	color: #000;
	font: italic bold 1.5em "Times New Roman", Times, serif;
	margin: .75em 0;
}

.subheaderText {
	color: #000;
	font: italic bold 1.25em "Times New Roman", Times, serif;
	margin: .75em 0;
}