@charset "utf-8";
#outerwrapper {
	width: 800px;
	font-family: "Trajan Pro", Garamond, "Times New Roman", serif;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 1em;
	color: #333333;
	margin-right: auto;
	margin-left: auto;
	height: 950px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #CCCCCC;
}
#header {
	height: 225px;
	width: 800px;
	background-image: url(images/header2.jpg);
}
#content {
	height: 450px;
	width: 100%;
}
#leftColumn {
	height: 450px;
	width: 125px;
	float: left;
	text-align: center;
	vertical-align: top;
	background-image: url(images/headerleftcolumn.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
#rightColumn {
	width: 624px;
	float: left;
	background-color: #111111;
	height: 500px;
	font-size: 0.85em;
	color: #CCCCCC;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	text-align: center;
	font-family: "Gill Sans MT", Garamond, "Times New Roman", serif;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(images/columnheader.jpg);
	overflow: scroll;
}
#footer {
	height: 50px;
	width: 100%;
	font-size: 0.75em;
	float: left;
}

.gallery li {
	display: inline;
	list-style: none;
	width: 50px;
	min-height: 50px;
	float: left;
	text-align: center;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	}
 
