body, div, span, p, br {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
body {
	background:#eee;
}

.copyright {
	text-align:center;
	margin:10px;
	color: #666;
}

.indent {
	margin-top:5px;
	margin-left: 20px;
}

#photos .frame {
	width:240px;
	height:200px;
	background:#fff;
	margin: 5px;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #ccc;
}
#photos img {
	border: 1px solid #999;
}

#photos .filename {
	margin-top:5px;
	color: #366;
}

#photos .headerBar {
	background: #66CC66;
	margin: 0px 0px 10px;
	padding: 5px;
	border-bottom: 3px solid #006600;
	color: #006600;
}
#photos h1 {
	margin:0;
	font: bold 24px Arial, Helvetica, sans-serif;
}

#photos h2 {
	margin:0;
	font: bold 14px Arial, Helvetica, sans-serif;
}


#photos .links {
	font-size: 14px;
	font-weight:bold;
	color: #333;
	text-align: center;	
}
#photos .links  a {
	color: #36F;
}
#photos .links  a:hover {
	color: #F60;
}

#photos .info {
	width:600px;
	margin-left:100px;
	margin-top:20px;
	margin-bottom:0px;
}
#photos .info p {
	margin-top:10px;
}

.photoShot {
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}
.photoShot p {
	margin:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003333;
}



