body {
	font-family: 'comic sans ms', arial, sans-serif;
	font-size: 100%;
	color: #000;
	text-align: center;
	background-color: #ccc;
	}

								/* clear margins and padding */
* {
	margin: 0;
	padding: 0;
	}
	
div#mainwrap {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

#caption {
	color: #000;
	background-color: #ccc;
	text-align: center;
	margin: 1em 0;
	}

div.photo {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5em;
	text-align: center;
	}

img.raz {
	width: 156px;
	height: 30px;
	border-style: none;
	}

img.h {
	width: 600px;
	height: 400px;
	border-style: solid;
	border-color: #102010;
	border-width: 12px;
	}

img.hh {
	width: 640px;
	height: 480px;
	border-style: solid;
	border-color: #102010;
	border-width: 12px;
	}

img.v {
	width: 400px;
	height: 500px;
	border-style: solid;
	border-color: #102010;
	border-width: 12px;
	}

img.vv {
	width: 480px;
	height: 640px;
	border-style: solid;
	border-color: #102010;
	border-width: 12px;
	}

img.sq {
	width: 640px;
	height: 640px;
	border-style: solid;
	border-color: #102010;
	border-width: 12px;
	}

#photofooter {
	position:relative;
	top: 40px;
	float: right;
	clear: both;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: .85em;
	color: #000;
	text-align: right;
	margin-bottom: 2.5em;
	background-color: #ccc;
	}
	
table {
	table-layout: fixed; width: 780px;
	font-size: 1em;
	margin: 1.5em 0;
	}

.small {
	font-size: .9em;
	}

td.left {
	width: 78px;
	height: 38px;
	text-align: left;
	}

td.left img{
	border-style: none;
	}

td.center {
	width: 624px;
	text-align: center;
	}

td.right {
	width: 78px;
	height: 38px;
	text-align: right;
	}

td.right img{
	border-style: none;
	}


								/* format logo */
div#logo {
	text-align: left;
	margin: .5em 0 0 0;
	}

#logo img {
	width: 160px;
	height: 30px;
	border-style: none;
	}


a:link {
	color: #900;
	background-color: #ccc;
	font-weight:bold;
	text-decoration: none;
	}

a:visited {
	color: #000;
	background-color: #ccc;
	font-weight:bold;
	text-decoration: none
	}

a:hover {
	color: #090;
	background-color: #ccc;
	font-weight:bold;
	text-decoration: underline;
	}

a:active {
	color: #090;
	background-color: #ccc;
	font-weight:bold;
	text-decoration: none;
	}

								/* format slideshow */
								/* Developed from a design by */
								/* Stuart Nicholls at http://www.cssplay.co.uk */
#slideshow {
	position:relative;
	width:780px;
	top: 20px;
	}
	
#slide {
	width:120px;
	float:left;
	}
	
#slide a, slide a:visited {
	display:block;
	float:left;
	margin:0 0 16px 0;
	width:120px;
	height:80px;
	border:2px solid #000;
	}
	
#slide a img {
	width:120px;
	height:80px;
	border:0;
	}
	
#slide a:hover {
	text-align:left;
	border-color:#000;
	}
	
#slide a:hover img {
	position:absolute;
	width:640px;
	height:480px;
	left:140px;
	top:0;
	border:3px solid #333;
	}

#slide2 {
	position:absolute;
	width:640px;
	height:480px;
	left:140px;
	top:0;
	border:3px solid #333;
	}
	
.italic {
	font-style: italic;
	}

.bold{
	font-weight: bold;
	}

