@charset "utf-8";
/* CSS Document */

body,html {
	margin:0px;
	padding:0px;
	height:100%;
	background-color:#666;
	background-image:url(images/bg2.gif);
	}
	
#content a {
	font-weight:bold;
	color:#000;
	}
	
table {
	margin:0,auto;
	width:800px;
	height:100%;
	background-color:#fff;
	padding-left:15px;
	}
	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:4em;
	color:#333;
	margin-top:15px;
	margin-bottom:0px;
	padding-bottom:0px;
	text-align:center;
	}
	
#topNav {
	margin:0px;
	padding:0px;
	text-align:center;
	}

#topNav li {
	display:inline;
	margin:0px;
	padding:0px;
	}
	
#topNav li a {
	text-decoration:none;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	padding:5px;
	}
	
#topNav li a:hover {
	text-decoration:underline;
	color:#666;
	}
	
#content {
	padding-right:15px;
	padding-top:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-size:12px;
	line-height:2em;
	}
	
p {
	padding-right:15px;
	padding-left:15px;
	}
	
h3	{
	color:#fff;
	font-size:1.5em;
	background-color:#333;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:5px;
	padding-right:10px;
	font-variant:small-caps;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	}
	
/* GALLERY STYLES */

img.largeImage {
	max-height:400px;
	padding-top:20px;
	}
	
table.gallery {
	text-align:center;
	width:770px
	} 

img.thumbnail {
	max-height:90px;
	border:0px;
	margin:10px;
	}
	
/* h3 {
	font-family:"Century Schoolbook";
	margin:0px;
	padding:0px;
	color:#333;
	font-size:24px;
	} */

p.meta {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	text-transform:lowercase;
	font-size:12px;
	line-height:20px;
	}
	
.name {
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	white-space:nowrap;
	}
	
img.small {
	padding:10px;
	}


.meta a {
	color:#333;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.meta a:hover {
	color:#000;
	text-decoration:underline;
}


	
