/* CSS Document */
<style type="text/css">
body,td,th, h1, h2, h3 {
	color: #9A663F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body {

	background-color:#99CCCC;
	color: #000000;
	background-image: url();
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	color: #666666;
}
a:link {
	color: #FFFFFF;
}

#wrapper {
padding: 10px;
}

.content_wrapper{
	width: 920px;
	margin: 0 auto 0 auto;
	align: center;
}

.header-pic {
	position:absolute;
	display: inline;
	left: 30px;
	top: 20px;
	float: left;
	border-spacing: 0;
	padding: 10px;
	width: 135px;
	align: center;
	background-color: #FF9999;
}

.header {
	position:absolute;
	left: 160px;
	top: 20px;
	display:inline;
	border-spacing: 0;
	width: 710px;
	height: auto;
	background-color:#FF9999;

}

.navigation{
	position:absolute;
	top:176px;
	left:30px;
	display: inline;
	float: left;
	margin: 0 auto;
	border-left:10px;
	width: 145px;
	height: 950px;
	padding:5px;
	background-color: #FF9999;
}

.navigation-birth{
	position:absolute;
	top:176px;
	left:30px;
	display: inline;
	float: left;
	margin: 0 auto;
	border-left:10px;
	width: 145px;
	height: 2950px;
	padding:5px;
	background-color: #FF9999;
}

.navigation-wed{
	position:absolute;
	top:176px;
	left:30px;
	display: inline;
	float: left;
	margin: 0 auto;
	border-left:10px;
	width: 145px;
	height: 2150px;
	padding:5px;
	background-color: #FF9999;
}
.navigation-story{
	position:absolute;
	top:176px;
	left:30px;
	display: inline;
	float: left;
	margin: 0 auto;
	border-left:10px;
	width: 145px;
	height: 950px;
	padding:5px;
	background-color: #FF9999;
}

.main {
	position:absolute;
	left:192px;
	top:100px;
	display: inline;
	float: left;
	width: 670px;
	margin-left: 5px;
	text-align: left;
	border: 0px solid black;
	font-size:24px;

}
.main2 {
	position:absolute;
	left:192px;
	top:5200px;
	display: inline;
	float: left;
	width: 670px;
	margin-left: 5px;
	text-align: left;
	border: 0px solid black;
	font-size:24px;

}

.more {
	display: inline;
	float: left;
	width: 150px;
	text-align: left;
	border: 0px solid black;
	font: large;
	margin-left: 35px;
}

.more1 {
	border: 0px solid black;
	display: inline;
	float: left;
	width: 170px;
	text-align: left;
	font: large;
	margin-left: 20px;
}

.main1 {
	float: left;
	width: 915px;
	margin-left: 10px;
	text-align: center;
	
}

.footer2{
	margin-top: 5px;
	text-align: center;
	background-color: #FF9999;
	clear:both;
	position:absolute;
	left: 30px;
	top: 1000px;
	border-spacing: 0;
	width: 840px;
	height: auto;
}

.footer-birth{
	margin-top: 5px;
	text-align: center;
	background-color: #FF9999;
	clear:both;
	position:absolute;
	left: 30px;
	top: 3000px;
	border-spacing: 0;
	width: 840px;
	height: auto;
}

.footer-wed{
	margin-top: 5px;
	text-align: center;
	background-color: #FF9999;
	clear:both;
	position:absolute;
	left: 30px;
	top: 2200px;
	border-spacing: 0;
	width: 840px;
	height: auto;
}
.footer-story{
	margin-top: 5px;
	text-align: center;
	background-color: #FF9999;
	clear:both;
	position:absolute;
	left: 30px;
	top: 1050px;
	border-spacing: 0;
	width: 840px;
	height: auto;
}

#footer{
	margin-top: 15px;
	text-align: center;
	clear: both;
}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -60px; /*position where enlarged image should offset horizontally */

}

</style>
