
/* generic layout ---------------------------------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
	background-color: black;
	color: white;
	font-size: small;
	font-family: Georgia, sans-serif;
}

body{
	border: 1px solid black;
	width: 687px;
	margin: 20px auto;
	background: url(greenblack_top.png) top left no-repeat;
}

a:link,
a:visited,
a:hover,
a:active {
color: black
}

#wrapper {
	margin-top: 50px;
	color: black;
	background: url(greenblack_center.png) top left repeat-y;
}

#container {
	margin: 40px
}

#footer {
	height: 30px;
	padding: 10px 30px 30px 40px;
	background: url(greenblack_bottom.png) bottom left no-repeat;
}

h1 {
	margin: 40px 0 30px 45px;
}

#footer p {
margin: 0;
}
/* Slideshow styles  ---------------------------------------------------------------- */
#photoContainer {
clear: both;
}
.photo {
	clear: both;
	padding-top: 10px;
}

.photo img {
	bordeR: 1px solid black;
	background-color: white;
	padding: 5px;
	margin: auto;
	display: block
}

.photo p {
	width: 490px;
	margin: 10px auto;
	background-color: white;
	padding: 10px;
	bordeR: 1px solid black;
}

* html .photo p {
	width: 512px;
}

#previous, 
#next {
	width: 70px;
	font-size: small;
	float: left;
	margin: 0;
	padding: 0;
	cursor: pointer;
	cursor: hand;
}

#previous {
	margin-left: 48px
}

#next {
	text-align: right;
	float: right;
	margin-right: 50px
}
#pagenumbers {
	margin: 0 0 0 100px;
	padding: 0;
	float: left;
	list-style-type: none;
	width: 200px
}

#pagenumbers li {
	float: left;
	width: 1.5em;
	margin-left: 5px;
}

#pagenumbers li a:link, 
#pagenumbers li a:visited, 
#pagenumbers li a:hover, 
#pagenumbers li a:active {
	display: block;
	width: 100%;
	border: 1px solid white;
	text-decoration: none;
	text-align: center;
	color: black
}

#pagenumbers li a:hover, 
#pagenumbers li a:active,
#pagenumbers li a.selected:link, 
#pagenumbers li a.selected:visited, 
#pagenumbers li a.selected:hover, 
#pagenumbers li a.selected:active {
	color: white;
	background-color: black;
}
