* {
	margin: 0;
	padding: 0;
	}
body {
	background: #FFF;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #999;
	}
h4 {
	margin: 4px 0 8px 0;
	}
a { color: #666; text-decoration: none; }
a:link { color: #666; }
a:visited { color: #666; }
a:hover { color: #B3606B; }
a:active { color: #B3606B; }
#page {
	width: 670px;
	height: 530px;
	position: relative;
	margin: 40px auto 0 auto;
	text-align: left;
	}
.splashtitle {
	margin: 100px 0 20px 0;
	}
.splashtext {
	width: 340px; 
	line-height: 16px;
	margin: 0 auto;
	}
.pagetitle {
	position: absolute;
	top: 0;
	left: 0;
	}
#footer {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 680px;
	}
#footer span {
	border-right: 1px solid #CCC;
	padding-right: 8px;
	margin-right: 8px;
	}
#splashnav {
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 680px;
	}
#splashnav a {
	font-weight: bold;
	font-size: 100%;
	letter-spacing: 4px;
	margin: 0 25px;	
	}
#nav {
	position: absolute;
	right: 0;
	top: 12px;	
	}
#nav a {
	font-weight: bold;
	font-size: 100%;
	letter-spacing: 2px;
	margin: 0 0 0 20px;	
	}
#nav a.current {
	color: #B3606B;
	}	
#gallery {
	position: absolute;
	right: 0;
	top: 70px;
	}	
#galleryNav {
	text-align: right;
	font-size: 170%;
	margin: 15px 0 0 0;
	width: 655px;
	}	
#content {
	position: absolute;
	left: 0;
	bottom: 40px;
	text-align: left;
	}
p {
	margin: 0 0 2em 0;
	line-height: 1.8em;
	}
	
.galleryImage {
	height: 190px;
	}	
#galleryText2, #galleryText3, #galleryText4, #galleryText5, #galleryText6, #galleryText7  {
	display: none;
	}
	
.galleryThumb {
	display:block; 
	float: left; 
	margin: 0 2px 2px 0; 
	}

	