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

body {
	background-color: #555;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
#pgWrap {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}
#pgHead {
	background-color: #555;
	height: 75px;
	text-align: right;
	font-size: 3em;
}
#navFloat {
	background-color: #555;
	float: right;
	height: 525px;
	width: 150px;
	padding: 5px;
	text-align: center;
	background-repeat: repeat-y;
}
#picViewer {
	background-color: #555;
	float: left;
	height: 509px;
	width: 800px;
}
#pgFooter {
	background-color: #F00;
	height: 50px;
	width: 960px;
	clear: right;
}
#navBar {
	height: 25px;
	width: 800px;
	float: left;
	text-align: center;
}
.highlight {
	color: #111;
	background-color: #444;
}
.highlightlinethru {
	color: #000;
	background-color: #AAA;
	text-decoration: line-through;
}
a:link, a:visited {
	color: #444;
	background-color: #777;
	text-decoration: none;
}
a:hover, a:active {
	color: #222;
	background-color: #BBB;
	text-decoration: none;
}
