* {
	padding: 0;
	margin: 0;
	font-family: Helvetica, sans-serif;
}

body { background: url('../images/speckles_repeat.png') #88abb1; }

a { color: #28565e; }
a:hover { color: #88abb1; }

#container {
	width: 700px;
	height: 550px;
	margin: 10px auto 0 auto;
	background: url('../images/body_bg.gif') no-repeat 0px 154px;
	border: 2px solid #28565e;
	border-width: 2px 2px 10px 2px;
}

#header {
	height: 103px;
	background: url('../images/header.png') no-repeat;
}

#nav {
	display: block;
	height: 31px;
	padding-left: 152px;
	background: #88abb1;
	border: solid #28565e;
	border-width: 10px 0;
	list-style-type: none;
	}

#nav li {
	float: left;
	margin: 0 80px 0 0;
	}

#nav li a {
	display: block;
	width: 70px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-size: 0px;
	color: #88abb1;
}

#home a { background: url('../images/nav_home.png') no-repeat 0 10px; }

#gallery a { background: url('../images/nav_gallery.png') no-repeat 0 10px; }

#contact a { background: url('../images/nav_contact.png') no-repeat 0 10px; }

#content {
	height: 396px;
	background: url('../images/speckles.png') repeat-x bottom;
}

div.contentBox {
	text-align: center;
	position: absolute;
	z-index: 1;
	width: 700px;
	height: 336px;
	margin: 30px auto 0 auto;
	background: url('../images/contentimg.png') top center no-repeat;
}

div#galleryBox {
	background-image: none;
}
	
div.tBox {
	background: #ddd3cb;
	border: 1px solid #000;
	font-size: 9pt;
	font-weight: bold;
	padding: 10px;
	text-align: left;
	position: absolute;
	z-index: 500;
}

#home1 {
	width: 250px;
	margin: 36px 0 0 335px;
}

#home2 {
	width: 250px;
	margin: 190px 0 0 265px;
}
	
#contact1 {
	margin: 100px 0 0 338px;
	font-size: 1.1em;
}

#thumbList {
	list-style-type: none;
	margin: 0;
	padding: 20px 0 0 200px;
	width: 300px;
}

#thumbList li {
	float: left;
	margin: 0 8px 5px 0;
}