@charset "UTF-8";
body {
	background-color: #AEA998;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1.7em;
	color: #6e4e42;
}
#container {
	background-image: url(images/contentBG.gif);
	background-repeat: repeat-y;
	background-position: top;
	width: 936px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#header {
	background-image: url(images/headerBG.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 178px;
}
#header img {
	margin: 0px;
	padding-top: 28px;
	padding-left: 51px;
}
#header p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	display: inline;
	padding-top: 50px;
	padding-right: 30px;
}
#tel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFFFFF;
	display: block;
	margin: 0px;
	padding-top: 40px;
	padding-left: 580px;
}
#nav {
	margin: 0px;
	float: left;
}
#nav ul {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav li {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#nav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #854920;
	text-decoration: none;
	display: block;
	list-style-type: none;
	line-height: 2em;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A29471;
	width: 232px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 52px;
}
#nav a:hover {
	color: #FFFFFF;
	background-color: #854920;
}
#nav a.current, #nav a:hover.current {
	color: #FFFFFF;
	background-image: url(images/hover.gif);
	background-repeat: repeat-x;
	cursor: default;
}
#main {
	width: 560px;
	height: 320px;
	padding-top: 5px;
	padding-right: 55px;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: right;
	clear: none;
}
#content {
	margin: 0px;
	overflow: auto;
	height: 320px;
}
#main image {
	display: block;
	height: 50px;
	width: 50px;
}
#main .image {
	display: block;
	height: 200px;
	width: 300px;
	float: left;
	margin: 0px;
	padding: 10px;
}
#main a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #660000;
	font-weight: bold;
}
#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 100px;
}
#footer p.small {
	font-size: 12px;
}
#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 5px;
}
#footer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #854920;
	text-decoration: underline;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #854920;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #854920;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

