body {
	font: .9em Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	background-color: #04051A;
	background-image: url(images/contentbackground.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center 126px;
}
#container {
	margin: 0px;
}
#banner {
	background-image: url(images/bannerbackground.jpg);
	height: 124px;
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #080939;
	margin: 0px;
	padding-top: 1px;
}
#logo {
	border-width: 0px;
	border-style: none;
	float: left;
}
#cardlogo {
	float: right;
	border-width: 0px;
	border-style: none;
}
#navmain {
	margin-right: 0px;
	float: right;
	margin-top: 15px;
}
#navmain a   {
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	font-size: .9em;
	letter-spacing: .05em;
}
#navmain a:link   , #content a:link{
	color: #CCC;
}
#navgalleries {
	text-align: center;
	margin-top: 60px;
	margin-right: 160px;
	margin-left: 250px;
}
#navgalleries a {
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	letter-spacing: 0.05em;
	font-size: 1.2em;
}
#navgalleries a:link , #footer a:link{
	color: #FFF;
}
#navmain a:visited , #navgalleries a:visited, #footer a:visited, #content a:visited{
	color: #CCF;
}
#navmain a:hover, #navmain a:focus, #navgalleries a:hover, #navgalleries a:focus, #navmain a:active, #navgalleries a:active, #content a:hover, #content a:focus, #content a:active, #footer a:hover, #footer a:focus{
	color: #F4F791;
}
#footer a {
	text-decoration: none;
}
#content {
	padding: 20px 5% 20px 10%;
	/*background-image: url(graphics/contentbackground.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #040315;*/
}
#content p {
	line-height: 1.5em;
	text-indent: 3em;
}
#content p:first-letter {
	font-size: 1.1em;
}

#footer {
	text-align: center;
	background-color: #000;
	padding: 5px;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.4em;
	letter-spacing: .1em;
	font-weight: normal;
	font-style: italic;
}
h3 {
	font-size: 1.3em;
	letter-spacing: 0.1em;
	font-weight: normal;
	font-style: italic;
}


.gradlinebox {
	background-image: url(images/gradientline.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 2px;
	background-color: #000;
	font-size: 1px;
	line-height: 1px;
}
.clearleft {
	clear: left;
}
.clearboth {
	clear: both;
}
.photoboxhomeright {
	float: right;
	width: 500px;
	margin-left: 25px;
}

#bannerprint {
	text-align: center;
	display: none;
}
.gallerythumbbox {
	float: right;
	width: 501px;
	margin-left: 25px;
	margin-bottom: 25px;
}
.gallerythumbbox img {
	border-width: 0px;
	border-style: none;
}

.galleryrowbox {
	clear: both;
}
.textlowlight {
	font-size: .9em;
	color: #CCC;
}
.textsmall {
	font-size: .8em;
}
.imageright {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}
.imageleft {
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}
