.photoframe {
	border: 2px solid #333333;
}



#navcontainer {
}


#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: top;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #182814;
}

#navcontainer ul li a:hover
{
color: #fff;
background-color: #8FA941;
}


.content {
	width: auto;
	background-position: center;
	position: relative;
	display: table-column;
}
.blackbackground {
	background-color: #000000;
	display: block;
	padding-right: 75px;
	padding-left: 75px;
	padding-top: 20px;
	background-position: center center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-style: italic;
	line-height: normal;
	font-weight: lighter;
	padding-bottom: 10px;
}
.centerblockrightjust {
	background-position: center;
	display: block;
	width: 500px;
}
.blackbackgroundnarrow {
	background-color: #1A2A15;
	display: block;
	background-position: center;
	height: 20px;
}
.photoframewhite {
	background-color: #72A1BA;
	border-top: thick solid #FFFFFF;
	border-right: thick solid #FFFFFF;
	border-bottom: thick solid #FFFFFF;
	border-left: thick solid #FFFFFF;
	background-image: url(0309_newdesign/bluegradient.png);
}
.scrollbars {
	overflow: auto;
}
.pictureshadow {
	border-right-width: thick;
	border-bottom-width: thick;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
}
