/*
*	global stuff
*/
	body{
		background: #20397f url('blue.jpg') no-repeat top left;
		font-family:Helvetica,Verdana,Sans-serif;
		color: #1d2f55;
		font-size:12px;
		margin: 0;
		padding: 0;
		text-align:center;
	}
	h1,h2,h3,h4,p{
		padding:0;margin:10px 0;
	}
	h1{
		font-size: 3em;
		padding: 0;
	}
	h2{
		font-size: 2em;
		margin-left: 10px;
	}
	h3{
		font-size: 1.75em;
	}
	h4{
		font-size: 1.25em;
	}

/*
*	link styles
*/
	a{
		font-weight:bold;
		color:#dd0000;
	}
	a:link,a:visited{
		text-decoration:none;
	}
	a:hover,a:active{
		text-decoration:underline;
	}
/* fix link styles for specific cases	*/
	a img{
		border: 1px solid #1d2f55;
		text-decoration:none;
	}

	div.clear{
		clear:both;
		height:1px;
		overflow:hidden;
	}

/*
*	layout
*/
div#container{
	text-align:left;
	position:relative;
	width: 990px;
	margin: 0 auto;
	padding: 10px 30px 30px 30px;
}
div#header{
	background: #fff;
	border:1px solid #1d2f55;
	padding: 10px 30px;
	margin-bottom: 20px;
	position:relative;
}
div#headerLinks{
	position:absolute;
	top: 20px;
	right: 20px;
	text-align:right;
	font-size: 14px;
}
div#headerLinks a{
	padding: 0 10px;
}

/*
*	page styles
*/
div.section{
	background:#fff;
	border: 1px solid #1d2f55;
	margin: 0 0 20px 0;
	text-align:center;
}
div.section h3{
	text-align:left;
	padding: 8px 20px;
	border-bottom:4px solid #c33;
}
div.section h3 img{
	margin-bottom: -8px;
	margin-left: -5px;
	margin-right: 5px;
}
div.section div.photoLinks{
	margin: 10px auto;
	width: 780px;
}
div.section div.photoLinks a{
	border:0;
	display:block;
	float:left;
	margin: 12px;
	width: 165px;
	font-size:12px;
	line-height: 20px;
}
div.section div.photoLinks a:hover img{
	border: 1px solid #c33;
}

/*
*	guestbook styles
*/
div.guestbook.section{
	text-align:left;
	width: 600px;
	margin-left: 20px;
}
div.guestbook h4, div.guestbook ul, div.guestbook div.message{
	margin-left: 30px;
	margin-right: 30px;
}
div.guestbook div.message{
	margin-bottom: 30px;
}

/*
*	photos page
*/
#thumbnails{
	float:left;
	width: 335px;
	border:1px solid #1d2f55;
	background:#fff;
	padding:0;
	margin:0 10px 0 0;
}
div#mainPhotoContainer{
	float:left;
	width: 600px;
	height: 600px;
}
#mainPic{
	border:1px solid #1d2f55;
	cursor:pointer;
}

#thumbnails li{
	list-style:none;
	float:left;
	margin: 5px;
	width: 100px;
	height: 100px;
	text-align:center;
	vertical-align:middle;
	padding:0;
}

#thumbnails li img{
	border:1px solid #1d2f55;
	cursor:pointer;
}
