body {
	font-family: arial, helvetica, serif;
	font-size: 80%;
	background: black;
	padding: 0;
	margin: 0;
}

#content {
	width: 750px;
	background: black;
   	padding: 1em 0;
	margin: auto;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 750px;
}
html>body #content {
	width: 750px;
} 

#header {

	background: url(../images/header.gif);
	height: 80px;
	margin: 0;
	padding: 0 0 0.25em 0;
   
}

a {
	text-decoration: none;
}

a:link {
	color: white;
}

a:visited {
	color: gray;
}

a:active {
	color: white;
}

a:hover {
	color: #ccc;
	text-decoration: underline;
}

h1 {
	text-align: center;
	padding: 0;
	margin: 0;
}

h2 { 

	color: 			   	white;
	text-align: 		center;
	background: 	   	#000000;
   	font-size: 			1em;	
   	font-style: 		italic;

}

h3 { 

	color: 		   		white;
	background: 	   	#000000;
   	font-size: 	   		0.75em;
	margin-left:	 	185px;	
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	margin-left: 40px;
	display: block;
	font-weight: bold;
	color: white;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: white;
	padding: 0;
}

#nav li li a:hover {
	padding: 0;
	font-weight: bold;
}

li {
	float: left;
	position: relative;
	background-color: black;
	width: 11em;
	text-align: left;
	cursor: default;
	
	
}

li#first {
	border-left-width: 1em;
}

li#last {
	border-right-width: 1em;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	background: url(../images/ddbg3.gif) bottom left no-repeat;
	padding: 0;
	
   
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

hr {
	display: none;
}

#enlarge {

	margin-top:			110px;
	
	
}

#photosh {
	clear: left;
	background: black;
	margin-top: 5px;
	margin-left: 130px;
	
}


#photosv {
	clear: left;
	background: black;
	margin-top: 140px;
	margin-left: 25px;
	
}


img {

	border: 			#ffffff;
}



#previous {

	position:			absolute;
   	left:				384px;
	top:				585px;
	
}

#next {

	position:			absolute;
   	left:				413px;
	top:				585px;
	
}
	
#footer {

   	
	top:				650px;
	background-color:	#000000;
   	color: 				white;
   	
}




