/* CSS Document */

body {
	background-color: #FFFFFF;
	text-align: center;
}

#wrapper {
	height: 670px;
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	height: 108px;
	width: 840px;
	text-align: left;

}

#photo {
	background-image: url(images/maryhome-photo_02.jpg);
	background-repeat: no-repeat;
	text-align: left;
	height: 562px;
	width: 840px;
}

#about {
	height: 146px;
	width: 170px;
	margin-left: 167px;
	clear: both;
}

#clips {
	clear: both;
	height: 144px;
	width: 169px;
	margin-left: 503px;
    margin-top:-1px;
}

#other {
	clear: both;
	height: 146px;
	width: 167px;
}

#contact {
	height: 127px;
	width: 168px;
	margin-left: 672px;
}

#footer  {
	font-family: "Trebuchet MS", Geneva, Arial;
	color: #91884a;
	width: 840px;
	margin-top: 10px;
}
#footer a  {
	color: #91884a;
	text-decoration: none;
}
#footer a:hover  {
	color: #6b6f18;
	text-decoration: underline;
}

#footer .left {
	font-size: 10px;
	float: left;
	width: 413px;
	text-align: left;

}

#footer .right {
	font-size: 11px;
	text-align: right;
	float: right;
	width: 400px;
}


