body {background-color: black; color: white;

 }
 
a:link {color: #999; text-decoration: none;}
a:visited {color: #999; text-decoration: none;}
a:hover {color: white; text-decoration: none;}

#container {
width: 1000px;
	background-color: black;
	margin: 20px auto 0 auto;
	border: 0px;
	padding: 0px;
	border-style: solid;
}

#siteName {
width: 980px;
	height: 80px;
	margin: 0 10px 0 10px;
	padding-left: 0;
	background-color: black;
	border: 0px;
	border-bottom: 1px;
	border-style: solid;
}

#siteName img {
	padding-left: 20px;
	float: left;
	border: 0px;
	border-style: solid;
	
	}

#nav { 
text-align: right;
font-family: Verdana;
font-size: 100%;
padding-right: 20px;
border: 0px;
border-style: solid;
clear: left;
}

#content {
width: 900px;
border: 0px;
border-style: solid;
padding-left: 60px;
padding-top:20px;
padding-bottom: 1em;
background-color: black;
font-family: Verdana;
font-size: 100%;
text-align: justify;
}

#content img{
clear: right;
}
#content p{
text-indent: 2em;
}

.photo {
float:right;
margin-right: 10em;
margin-left: 0em;
margin-bottom: 0em;
margin-top: 1em;

}

.clearer {
clear: both;
}

#copyright {
font-family: Verdana;
font-size: 80%;
color: #999;
text-align: right;
padding-top: 1em;
background-color: black;
}


.strong {
font-weight: bold;
}

.gallery_menu a:link {color: white; text-decoration: underline;}
.gallery_menu a:visited {color: white; text-decoration: underline;}
.gallery_menu a:hover {color: white; text-decoration: none;}


