body {
	line-height: 19px;
	font-size: 13px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

a {
	color: black;
	outline: none;
}

img {
	border: none;
}
#frame {
	width: 974px;
	position: absolute;
	left: 50%;
	margin-left: -487px;
	height: 100%;
	top: 0;
}

#leftwing {
	width: 137px;
	position: absolute;
	top: 80px;
	left: 0;
	height:631px;
	z-index: 1;
}

#rightwing {
	width: 137px;
	position: absolute;
	top: 80px;
	right: 0;
	height:631px;
	z-index: 1;
}

#logo {
	width: 271px;
	height: 169px;
	position: absolute;
	top: 10px;
	left: 160px;
	z-index: 2;
}

#topimage {
	width: 300px;
	float: right;
}

#topimage img {
	margin-top: -100px;
}

#topframe {
	background: url(../images/topframe.png) no-repeat;
	width: 722px;
	height: 8px;
	top: 96px;
	position: relative;
	left: 126px;
	z-index: -2;
}

#internalframe {
	width: 722px;
	margin-top: 96px;
	position: relative;
	left: 126px;
	background: url(../images/frame.png) repeat-y;
	height: auto;
	float: left;
	z-index: 1;
}

#navigation {
	width: 145px;
	left: 11px;
	position: relative;
	padding: 15px;
	float: left;
	margin-top: 100px;
	font-size: 1em;
	padding-left: 20px;
}

#navigation ul {
	margin: 0; padding: 0;
}

#navigation ul li {
	list-style: none;
	padding-top: 8px;
}

#navigation ul li a {
	color: gray;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: black;
}

.butterflies {
	margin-top:-270px;
	margin-left:140px;
	float:left;
	position:relative;
}


.sarah {
	margin-top:-200px;
	margin-right:-65px;
	float:right;
	position: relative;
	
}

#contentarea {
	width: 490px;
	padding: 0 25px 20px 0;
	float: left;
	text-align: left;
	margin-top: 70px;
	margin-left: 20px;
	position: relative;
}

#contentarea img {
	z-index: 1;
}

h2 {
	font-size: 15px;
}
#bottomframe {
	background: url(../images/bottomframe.png) no-repeat;
	float: left;
	left: 126px;
	position: relative;
	width: 722px;
	height: 12px;
}

#footer {
	width: 722px;
	clear: both;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
	border: none;
}

h1 {
	font-size: 4em;
}

.familybox {
	border: gray 1px solid;
	padding: 15px;
	padding-top: 0;
	margin-bottom: 15px;
}

.familyimage {
	float: left;
	margin-right: 15px;
}
.clear {
	clear: left;
}

#popupcontentarea {
	position: absolute;
	margin-top: -100px;
	width: 450px;
	padding: 30px;
}

