@charset "utf-8";
* {padding:0px;
margin:0px}
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 62.5%;
	background-image: url(images/cream-texture.jpg);
}
#Content {
	background-color: #F7F2E1;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
h2 {
	text-align: left;
	margin-top: 15px;
	font-size: 1.5em;
	color: #9A6F47;
}

h1 {
	color: #4A3522;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #4A3522;
	padding-top: 5px;
	margin-bottom: 8px;
	padding-bottom: 2px;
	font-size: 1.6em;
}


#wrapper {
	text-align: center;
	width: 765px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	height: 194px;
	width: 765px;
	background-color: #999999;
	background-image: url(images/house.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#imageshow {
	position: absolute;
	top: 0px;
	right: 0px;
}
#Content p {
	font-size: 1.3em;
	text-align: left;
	line-height: 1.5em;
}
.floatR {
	float: right;
	border: 1px solid #9A6F47;
	margin: 10px;
}
.floatL {
	float: left;
	margin: 10px;
	border: 1px solid #9A6F47;
}
#Content li {
	font-size: 1.2em;
	text-align: left;
	margin-left: 30px;
	margin-bottom: 5px;
}
.floatR-nobord {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
a:link {
	color: #A78C3A;
}
#chadsDiv a{
color: #A78C3A;}

#gallery img, #gallery1 img, #gallery2 img{
	border: 1px solid #4A3522;
	margin: 5px;
	text-align: left;
	
}
/* ----------------Navigation--------------*/
#navBar {
	background-color: #9A6F47;
	height: 20px;
	width: 100%;
	padding-top: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3F2D1D;
	border-right-color: #3F2D1D;
	border-bottom-color: #3F2D1D;
	border-left-color: #3F2D1D;
}
#navBar ul{
	margin:0px;
	padding:0px;
	white-space: nowrap;
}
#navBar li{
list-style-type:none;
display:inline;
}
#navBar a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding: 10px 20px;
	font-weight: bold;
	text-align: center;
}
#navBar a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #523A25;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding: 2px 20px 5px;
	font-weight: bold;
	text-align: center;
	background-color: #EEE3B6;
}

