body {
	font-family: Arial, Helvetica, sans-serif;
	color: #5E5E5E;
	background-color: #F3EBF4;
	border: none;
	margin: 0px;
}
#page {
	background-image: url(images/border.jpg);
	background-repeat: repeat;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
}
#content  p {
	padding-left: 10px;
	padding-right: 10px;
}

.copy {
	line-height: 120%;
	padding-left: 10px;
	padding-right: 10px;
	font-size: .9em;
}
#home {
	background-image: url(images/gravel.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 0px;
	width: inherit;
}

#page p {
	margin-bottom: 0.5em;
	margin-top: 0px;
}

#content {
	width: 600px;
	background-image: url(images/flowers.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	padding-left: 75px;
	padding-right: 75px;
}
#content a {
	text-decoration: underline;
	color: #666666;
}
#content a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #5E5E5E;
}
#navigation {
	text-align: right;
}


#footer {
	font-size: 1.1em;
	text-align: right;
	color: #FFFFFF;
	font-weight: normal;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 105px;
	margin-top: 10px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	width: 600px;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
}
#footer a:hover {
	text-decoration: none;
	color: #FFFFCC;
}
.indent {
	padding-left: 20px;
	padding-top: 130px;
}
#left_column {
	width: 430px;
	float: left;
}
#right_column {
	text-align: center;
	vertical-align: top;
	float: right;
}
#right_column img {
	padding-bottom: 10px;
}
#left_column img {
	padding-right: 10px;
	padding-bottom: 10px;
}

#about {
	background-image: url(images/about_back.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#contact {
	background-image: url(images/contact_back.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: inherit;
	padding-top: 20px;
	height: 380px;
}
#contact a {
	text-decoration: underline;
	color: #666666;
}
#contact a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #5E5E5E;
}
#links {
	text-align: right;
	padding-right: 10px;
}
#links a {
	text-decoration: underline;
	color: #666666;
}
#links a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #5E5E5E;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #999999;
	padding-right: 10px;
	padding-bottom: 10px;
}
