/*

Diablo Hills Country Style

by Websites For The People

http://websitesforthepeople.com

Liberty! Quality! Affordability!

*/


body {
	background-color: #FFFFCC;
	text-align: center;
	color: black;
	font-family: Garamond, serif;
}

a, a:visited {
	text-decoration: none;
	color: #993366;
}

a:hover, a:active {
	text-decoration: none;
	color: gray;
}

#header {
	width: 900px;
	margin: 0 auto;
	height: 150px;
	padding: 0 20px 20px 20px;
}

#header img {
	float: left;
}

#content {
	width: 900px;
	position: relative;
	margin: 0 auto;
	padding: 10px;
}

#navigation {
	position: relative;
	width: 600px;
	margin: 0 auto;
	font-weight: bolder;
	text-align: center;
}

#content img {
	border: 1px solid black;
}

#footer {
	position: relative;
	top: 30px;
	width: 400px;
	padding: 20px 0 20px 0;
	margin: 0 auto;
	font-size: smaller;
}

.center {
	text-align: center;
}

.morecontent {
	width: 500px;
	text-align: center;
	margin: 0 auto;
}

.philosophy {
	width: 500px;
	text-align: center;
	margin: 0 auto;
	line-height: 1.3em;
}


.title {
	text-align: center;
	font-size: 2em;
	font-weight: bolder;
	margin-bottom: 15px;
}

img.enlarged {
	border: 1px solid black;
	display: block;
	margin: 0 auto;
}

img.left {
	float: left;
	margin: 0 10px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 10px;
}
