body {
	font-family: "Arial Narrow";
	color: #FFFFFF;
	background-color: #000000;
	font-weight: normal;
	margin: 0px auto;
	text-align: center;
	width: 750px;





}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.subtitle {
	font-family: "Arial Rounded MT Bold";
	font-size: 18px;
	font-weight: bolder;
	color: #B7332C;
}

.callout {
	font-weight: bold;
	color: #FFFFFF;
}

.content a:link
{
color: #fff;
}

.content a:visited
{
color: #fff;
}

.content a:active
{
color: #fff;
}

.content a:hover {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

#navlist {
	font-size: .9em;
	float: right;
}
#navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: .9em;
	float: right;
	right: 0px;
}
#navlist li {
	float: left;
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
	white-space: nowrap;
}
#navlist a {
	padding: 2px 5px;
	background-color: #000000;
	border: 1px solid #1E1E1E;
	font-weight: normal;
	width: 6.5em;
}
#navlist a:link, #navlist a:visited {
	color: #999999;
	text-decoration: none;
}
#navlist a:hover, #navlist a:active {
	background-color: #666666;
	color: #D1D1D1;
	font-weight: bold;
}
#uberlink a:link, #uberlink a:visited, 
	#uberlink a:hover, #uberlink a:active {
	background-color: #666666;
	color: #000000;
	font-weight: bold;
}
/*This one is to compensate for the width of the "The Photographer" menu item*/
#thePhotographer a {
	width: 8.5em;
}

#pageBody {
	position: relative;
	height: 380px;
	width: 750px;
	left: 0px;
	top: 0px;
	right: auto;
	bottom: auto;
	text-align: left;
	padding-left: 20px;
	margin-right: auto;
	margin-bottom: auto;
	background-repeat: no-repeat;
	background-position: right top;
}

#pageText {
	font-family: "Arial Narrow", Arial;
	color: #E9E9E9;
	margin-right: 230px;
	margin-bottom: auto;
	padding-top: 30px;
	padding-left: 20px;
}
#pageText ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
#pageText ol {
	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	margin-left: 1.5em;
	}	
	
#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

#footnav {
	font-size: 0.7em;
	background-color: #333333;
	width: 100%;
	text-align: left;
}
#footnav ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*set to "none" to turn off display of bullet*/
	font-size: .9em;
	float: right;
}
#footnav li {
	float: left;
	margin: 0 0 1em;
	padding: 0;
	white-space: nowrap;
}
#footnav a {
	font-weight: normal;
	padding-left: .75em;
}
#footnav a:link, #footnav a:visited {
	color: #999999;
	text-decoration: none;
}
#footnav a:hover, #footnav a:active {
	cor: #D1D1D1ol;
	color: #FFFFFF;
}