body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1 em;
}
.imagesMargin {
	margin-bottom: 20px;
}


.oneColFixCtrHdr #container {
	width: 650px;
	text-align: center;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.oneColFixCtrHdr #header {
	padding-top: 20;
	padding-right: 10;
	padding-bottom: 10;
	padding-left: 10;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#boxInTable {
	margin-top: 20px;
}

#navbar {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
	vertical-align: middle;
	color: #999;
}
.navSeparat {
	color: #333;
}

.navhigh {
	color: #999;
	text-transform: none;
	background-color: #333;
}

.oneColFixCtrHdr #mainContent {
	padding-top: 20;
	padding-right: 10px;
	padding-bottom: 20;
	padding-left: 10px;
	margin: 10px;
	font-size: 90%;
}
.note #noteArchive #mainContent{
	display: none;
	text-align: right;
}
.photographyNote {
	font-size: 90%;
	color: #666;
}

#mainContent .h1 {
	font-size: 1em;
	text-transform: capitalize;
	color: #999;
	background-color: #1F1F1F;
}
#mainContent .h2{
	font-size: 75%;
	color: #999;
	font-weight: normal;
	text-align: right;
}




.oneColFixCtrHdr #footer {
	padding-top: 30;
	padding-right: 10;
	padding-left: 10;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #333;
}
.footerText {
	font-size: 0.90em;
}


a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #999;
}

.imageTable img {
    border: none;
}