body{
	margin:0px;
	padding:0px;
	background-color:#000;
	font-family:verdana, arial, sans-serif;
	color:#ddd;
}
h1,h2,h3{
	color:#fff;
	border-bottom:1px solid #666;
}
div#header{
	padding:0px 20px;
}
#logo{
	margin:20px;
}
ul#nav{
	padding:0px;
	margin:20px 20px 0px 0px;
	float:right;
	color:#000;
}
	ul#nav li{
		float:left;
		margin:5px 0px 0px 35px;
	}
	ul#nav a{
		font-size:70%;
		color:#fff;
		text-transform:uppercase;
		text-decoration:none;
	}
	ul#nav a:hover{
		color:#ccc;
	}	
	ul#nav a.current{
		font-weight:bold;
	}
#photo-container{
	margin:10px auto;
	text-align:center;
}
	#photo{
		margin:0px auto;
		width:950px;
	}
		a#next, a#prev{
			display:block;
			width:50px;
			height:50px;
			margin-top:180px;
			color:#000;
			text-decoration:none;
		}
		a#next{
			margin-right:20px;
			float:right;
			background:url(img/next_new.gif) 0px 0px no-repeat #000;
		}
			a#next:hover{
				background:url(img/next_new.gif) 0px -50px no-repeat #000;
			}
		a#prev{
			margin-left:20px;
			float:left;
			background:url(img/prev_new.gif) 0px -50px no-repeat #000;
		}
			a#prev:hover{
				background:url(img/prev_new.gif) 0px 0px no-repeat #000;
			}
#meta-container{
	margin:0px auto;
	text-align:center;
}	
	#caption, #counter{
		font-size:75%;
		color:#888;
	}
	#caption{
		float:left;
	}
	#counter{
		float:right;
		font-style:italic;
	}
#content{
	margin:10px auto;
	text-align:left;
	width:700px;
	font-size:70%;
}
#copyright{
	margin:50px 0px 20px 0px;
	font-size:70%;
	color:#444;
	text-align:center;
}