@charset "utf-8";

* {
margin: 0px;
padding: 0px;
}

body {
	width: 800px;
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;

}

#container {
	background-color: #E4D69D;
	width: 800px;
	float: left;
}

#spacer {
	float: left;
	height: 10px;
	width: 800px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663300;
	text-decoration: none;
	color: #FFFFFF;

}

#mainPic {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	float: left;
}

#nav {
	float: left;
	clear: left;
	width: 540px;
	margin-top: 163px;
	margin-left: 10px;
	height: 25px;
}

#nav li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	font-weight: normal;
}

#nav a {
	text-align: center;
	float: left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	margin-top: 10px;
	padding-right: 10px;
}

#nav a:link {
	text-align: center;
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;

}

#nav a:visited {
	text-align: center;
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;

}

#nav a:hover {
	text-align: center;
	float: left;
	text-decoration: underline;
	color: #A7AB74;
	font-weight: normal;
}

#logo {
	background-image: url(../images/logo.gif);
	height: 197px;
	width: 220px;
	float: left;
}

#title {
	margin-top: 166px;
}

#content {
	float: left;
	width: 550px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #663300;
	padding-bottom: 10px;
	padding-top: 10px;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	color: #663300;
	font-size: small;
	padding-bottom: 10px;
}

#content li {
	font-family: Arial, Helvetica, sans-serif;
	color: #663300;
	font-size: small;
	padding-bottom: 10px;
	list-style-type: none;
}

#content h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #663300;
	font-size: x-small;
	padding-bottom: 10px;
	font-style: italic;
	font-weight: normal;
}

#content a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #663300;
	font-weight: normal;
}

#content a:link {
	font-weight: bold;
	text-decoration: underline;

}

#content a:visited {
	font-weight: bold;

}

#content a:hover {
	text-decoration: underline;
	color: #A7AB74;
	font-weight: bold;
}

#pics {
	float: left;
	background-color: #A7AB74;
	width: 200px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#homepics {
	float: left;
	background-color: #A7AB74;
	width: 220px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#footer {
	clear: none;
	float: left;
	height: 30px;
	width: 780px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding-left: 20px;
	color: #663300;
	padding-top: 10px;
	background-color: #FFFFFF;
}

#footer a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #663300;
	font-weight: normal;
	margin-top: 10px;
	padding-right: 15px;
}

#footer a:link {
	text-decoration: none;
	color: #663300;
	font-weight: normal;

}

#footer a:visited {
	text-decoration: none;
	color: #663300;
	font-weight: normal;

}

#footer a:hover {
	text-decoration: underline;
	color: #A7AB74;
	font-weight: normal;
}
