@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	background-color: #000000;
}
#layoutwrapper {
	width: 825px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0; /* this overrides the text-align: center on the body element. */
	padding: 0 0 0 150px;
	background-image: url(../graphics/leftimage.gif);
	background-repeat: repeat-y;
}
#maincontent {
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left: 0px;
}
#footer {
	width: 740px;
	font-size: 0.8em;
	padding: 0px 0px 10px 10px;
}
#header {
	width: 880px;
	height: 104px;
	margin: 0;
	padding: 0;
	background-image: url(../graphics/header.jpg);
	background-repeat: no-repeat;
}
.pblockRight {
	width: 450px;
	float: right;
}
.photoRight {
	width: 310px;
	float: right;
	margin: 0 0 0 15px;
	text-align: right;
}
.pblockLeft {
	width: 450px;
	float: left;
}
.photoLeft {
	width: 310px;
	float: left;
}
#menu {
	height: 40px;
	width: 825px;
	margin-left: -3px;
	padding-left: 0px;
}
h1, h2, h3, h4, h5, h6 {font-family:Arial, Helvetica, sans serif;
}
h1 {
	font-size:2
.em;
	font-weight: bold;
	line-height:1;
	font-size: 1.9em;
	font-variant: normal;
	color: #C3683B;
	font-family: "Trebuchet MS", Verdana, Arial, Geneva, sans-serif;
}
h2 {
	font-size:1.5em;
	font-weight: bold;
	line-height:2em;
	font-variant: normal;
	font-family: "Trebuchet MS", Verdana, Arial, Geneva, sans-serif;
	color: #C3683B;
}
h3 {
	font-size:1.2em;
	font-weight: bold;
	line-height:1.8em;
	font-variant: small-caps;
	color: #FFFFCC;
}
h4 {
	font-size:1.3em;
	font-weight: bold;
	line-height:1.5em;
}
h5 {
	font-size:1.1em;
	font-weight: bold;
	line-height:1.4em;
}
h6 {
	font-size:1em;
	font-weight: bold;
	line-height:1.2em;
}
a, #footer a {
	color: #0099CC;
	text-decoration: none;
}
a:visited, #footer a:visited {
	color: #0099CC;
}
a:hover{
	color: #00CCCC
}
a:active {color: #0099CC
}
a:focus {color: #0099CC
}

#footer a:hover {
	color: #0099CC;
}
#footer a:active {
	color: #0099CC;
}
#footer a:focus {
	color: #0099CC;
}
#p7PMnav {
}
#p7PMnav ul {
	width: 11.9em;
	font-weight: bold;
}
#sidebar {
	float: left;
	padding: 0 25px 0 30px;
	width: 70px;
	color: #333333;
	font-size: 0.85em;
	position: absolute;
	top: 107px;
	text-transform: uppercase;
	margin: 0;
	left: 5px;
}
#sidebarh3 {
	font-size: 12px;
	font-weight: bold;
}
#sidebarp {
	display: block;
}
img {
	padding: 10px 20px 20px 0;
}
#right img {
	padding: 10px 0 20px 20px;
}
.quotes {
	font-size: 1.2em;
	color: #FFFFCC;
	line-height: 1.2;
}
.creditsLeft {
	text-transform: uppercase;
	font-size: 0.75em;
	width: 220px;
	display: block;
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
	color: #FFFFCC;
}
.creditsRight {
	text-transform: uppercase;
	font-size: 0.75em;
	width: 230px;
	display: block;
	float: right;
	clear: none;
	padding: 0 0 10px 20px;
	color: #FFFFCC;
}
.imgAnchor {
	display: block;
}
.photosCenter {
	margin: 0 auto;
	display: block;
	width: 600px;
	text-align: center;
}

