@import "http://mallard.yellowbill.co.uk/css/default/colours.css";
body {
width: 800px;
margin: 15px auto;
font-family: verdana, sans-serif;
}
h1 a { text-decoration: none; }
h1 { margin-bottom: 15px; font-size: 36px; border-bottom-width: 4px;	border-bottom-style: solid; width: 800px }
h2 { margin-top: -15px; font-size: 20px; background-color: #444; padding: 3px;}
h2 a { text-decoration: none; }
ul#photos {
width: 800px;
padding: 0 0 0 3px;
margin: auto;
}
ul#photos li {
list-style-type: none;
text-align: center;
float: left;
width: 196px;
height: 200px;
margin:0;
padding:0;
background: #444;
border: 3px solid #333;
margin-left: -3px;
margin-top: -3px;
}
ul#photos a img {
	border: none;
	margin:0;
	padding: 7px;
}
img#largephoto {
float: left;
border: 3px solid #333;
}
ul#photo_info {
border: 3px solid #333;
float: right;
margin: 0;
min-height: 200px;
width: 175px;
background: #444;
list-style-type: none;
padding: 0;
}
ul#photo_info li {
padding: 5px;
margin: 0;
color: white;
}
ul#photos label { display: block; }


ul.gallery_pages {
position: relative;
top: 15px;
clear: both;
border-top: 4px solid #333;
background-color: #444;
width: 800px;
padding: 0;
margin: 0;
height: 35px;
list-style-type: none;
}
ul.gallery_pages li {
line-height: 35px;
height: 35px;
margin: 0 10px;
float: left;
}
