@charset "UTF-8";
/* Apollo the Whale */


.mapColor{		background-image:url(../images/backgrounds/mapColor.jpg); background-position:top center;}
.mapBW{			background-image:url(../images/backgrounds/mapBW.jpg); background-position:top center;}
.stripeColor{	background-image:url(../images/backgrounds/stripeColor.jpg); background-position:top center;}
.stripeBW{		background-image:url(../images/backgrounds/stripeBW.jpg); background-position:top center;}
.victorian{
	background-image:url(../images/backgrounds/victorian.jpg);
	background-position:top center;
	font-size: 80%;
}
.title{			
	background-image:url(../images/title.png); 
	background-position:top center; 
	background-repeat:none; 
	width:469px; 
	height:161px; 
	margin-left:auto;
	margin-right:auto;
}

.mainTitle{			
	background-image:url(../images/title.png); 
	background-position:top center; 
	background-repeat:none; 
	width:469px; 
	height:161px; 
	margin-left:auto;
	margin-right:auto;
	margin-top:150px;
}


/* BEGIN ATW STYLE */
	* {
	margin:0;
	padding:0;
}
body {
	padding:20px;
	background:white;
	text-align:center;
	color:#bba;
	font:80%/140% georgia, serif;
}
h1, h2 {
	font:bold 80% 'helvetica neue', sans-serif;
	letter-spacing:3px;
	text-transform:uppercase;
}
.menu{ 
	color:#bba; 
	font:bold 110% 'helvetica neue', sans-serif;
	text-decoration:none;
}
.menu a{ 
	color:#bba; 
	font:100% 'helvetica neue', sans-serif;
	text-decoration:none;
}
.menu a:hover{ 
	color:#bba; 
	font:110% 'helvetica neue', sans-serif;
	text-decoration:underline;
}
a {
	color:#348;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#67a;
}
.caption {
	font-style:italic;
	color:#887;
}
.photoContainer {
	position:relative;
	margin-top:2em;
}
.gallery {
	width:702px;
	margin:0 auto;
}
.gallery li {
	width:68px;
	height:50px;
	border:3px double #111;
	margin: 0 2px;
	background:#000;
}
.gallery li div {
	left:240px
}
.gallery li div .caption {
	font:italic 0.7em/1.4 georgia, serif;
}
#main_image {
	margin:0 auto 60px auto;
	height:438px;
	width:700px;
	/*background:black;*/
}
#main_image img {
	margin-bottom:10px;
}
.nav {
	padding-top:15px;
	width:500px;
	height:90px;
	margin-left:auto;
	margin-right:auto;
}
.info {
	text-align:left;
	width:700px;
	margin:30px auto;
	border-top:1px dotted #221;
	padding-top:30px;
}
.info p {
	margin-top:1.6em;
}
