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

div#wrap {
	width: 970px;
	height: 1299px;
	background-image: url(../images/2bg.jpg);
	background-repeat: none;
	color: #000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	margin: 0 auto;
}

div#header {
	width: 970px;
	height: 100px;
}

div#leftCol {
	width: 550px;
	height: 680px;
	float: left;
}

div#gallery {
	width: 550px;
	height: 350px;
	margin-top: 0px;
	position: relative;
	margin-left: 15px;
}

#gallery img {
	border-color: #555;
	border-style: solid;
	border-width: 1px;
}

#gallery a {
	position: absolute;
}

#gallery a.show {
	z-index:500;
}


div#leftColText {
	padding-left: 20px;
	background-image:url(../images/textBg.png);
	background-repeat: none;
	height: 646px;
	width: 523px;
	margin-left: 15px;
	padding: 7px;
}

div#rightCol {
	width: 360px;
	float: right;
}

div#midWide {
	clear: both;
	width: 930px;
	padding-left: 40px;
}

div#btmWide {
	clear: both;
	width: 930px;
	padding-left: 20px;
	text-align: left;
	margin: 0 auto;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

img {
	border: none;
}


p.large {
	font-size: 16px;
}

.credits {
	text-align: center;
	font-size: 11px;
}
