#tableLayout {
	color: #30312c;
	background-color: #f6f1e6;
	border: 1px solid #30312c;
}
#tdContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #30312c;
	line-height: 24px;
	vertical-align: top;
	margin: 0px;
	width: 100%;
	padding: 20px;
}
#tdLeftRail {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	vertical-align: top;
}
#divRule {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #b2a790;
	margin-top: 20px;
}
#divDirections {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #30312c;
	margin-right: 10px;
}
#divSiteNav {
	padding: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #30312c;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: 20px;
	margin-left: 20px;
}
#divAddress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #30312c;
	text-align: center;
	padding-top: 10px;
}


body {
	background-image: url(images/background_tile.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 20px;
}
a:link {
	color: #30312c;
	text-decoration: underline;
}
a:hover {
	color: #30312c;
	text-decoration: none;
}
a:visited {
	color: #30312c;
	text-decoration: underline;
}
a:active {
	color: #30312c;
	text-decoration: underline;
	}

.headline {
	font-size: 14px;
	font-weight: bold;
}
.image_border {
	border: 1px solid #b2a790;
}
.floatRight {
	float: right;
	margin-left: 10px;
	border: 1px solid #b2a790;
}
.horizontalRule {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #b2a790;
}
