.title {
	background-image: url(images/title.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 150px;
	width: 900px;
}

.title_2 {
	background-image: url(images/title_2.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 150px;
	width: 900px;
}

.container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.mainimage {
	background-image: url(images/mainimage.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 400px;
	width: 900px;
}
.mainimage2 {
	background-image: url(images/christine.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 500px;
	width: 900px;
}
.tophalf {
	background-color: C7BFAA;
	height: 550px;
	width: 100%;
}
.tophalf2 {
	background-color: C7BFAA;
	height: 650px;
	width: 100%;
}
.bottomhalf {
	background-color: 7B0000;
	width: 100%;
	height: 800px;
	position: relative;
}
.container2 {
	background-color: #990000;
	height: 750px;
/*	height: 450px; */
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/fish.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.container3 {
	background-color: #990000;
	height: 600px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/fish.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.speaks {
	background-image: url(images/speaks.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 400px;
	width: 900px;
}
.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	padding: 25px 0px 0px 25px;
	float: left;
	width: 70%;
	display: inline;
}
.content2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	padding: 25px 0px 0px 25px;
	float: left;
	width: 70%;
	display: inline;
}
.content3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #222222;
	padding: 0px;
	float: right;
	width: 57%;
	display: inline;
}

a {
	color: #FFFFFF;
	text-decoration:none;
}
.olivia {
	display: inline;
	width: 25%;
	float: right;
	height: 200px;
	padding-top: 45px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
}

.facebook {
	display: inline;
	width: 25%;
	float: right;
	padding-top: 100px;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}

.facebook p {
margin-bottom: 6px;
}

.clr {
	clear: both;
}

.more, a.more link {
display: block;
width: 120px;
background-color: #7B0000;
padding: 5px 3px;
margin: 3px;
text-align:center;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
}

a.more visited {
background-color: #7B0000;
}

a.more hover {
background-color: #000;
}