@charset "utf-8";
/* CSS Document */

body {
	background: #FFF;
	margin: 20px auto;
	padding: 0;
	font: "Trebuchet MS", "Times New Roman", Arial;
	font-size: 14px;
}

a img {
	border: none;
}

a {
	color: #96bceb;
	text-decoration: none;
}

a:hover {
	color: #F2AAAB;
}


#wrapper {
	background: url(../images/bg.png) repeat-y;
	margin: 0 auto;
	width: 960px;
	height: 800px;
}

#header {
	background: url(../images/border_top.png) no-repeat;
	height: 30px;
	width: 960px;
	text-align: center;
	padding-top: 5em;
}

#splash {
	margin: 0 auto;
	height: 307px;
	width: 450px;
	padding-top: 3em;
}

#page_wrapper {
	margin: 0 auto;
	width: 900px;
	padding-top: 4em;
}

#ourfamily {
	float: left;
	width: 300px;
	margin: 0 auto;
	text-align:center;
}

#pictures {
	float: left;
	width: 300px;
	margin: 0 auto;
	text-align:center;	
}

#news {
	float: left;
	width: 300px;
	margin: 0 auto;
	text-align:center;	
}

#footer {
	background: url(../images/border_bottom.png) no-repeat;
	margin: -1.7em auto;
	height: 28px;
	width: 960px;
}

#legal {
	margin: 3em auto;
}

#legal p {
	color: #8BC0A2;
	text-align: center;
}
