/* General Formatting ------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	margin-top: 10px;
}
h1 {
	font-size: 14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #784800;
	margin: 10px 0;
}
h2 {
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #784800;
	margin-bottom: 5px;
	font-style: italic;
}
blockquote {
	margin-left: 20px;
}
/* Container ---------------------------------------------------*/
#container {
	margin: 0 auto;
	width: 750px;
}
/* Header ------------------------------------------------------*/
#header {
	background: url(../../images/header.jpg) no-repeat;
	width: 750px;
	height: 110px;
}
/* Main --------------------------------------------------------*/
#main {
	float: left;
	margin-top: 110px;
	width: 750px;
}
/* Left Side ---------------------------------------------------*/
#left-side {
	float: left;
	width: 150px;
	min-height: 236px;
	height: auto !important;
	height: 236px;
	background: url(../../images/tree-bg.jpg) no-repeat;
}
/* Content -----------------------------------------------------*/
#content {
	float: left;
	display: inline;
	padding-left: 25px;
	width: 565px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
}
#logo {
	background: url(../../images/ruttin_and_struttin_logo.gif) no-repeat;
	width: 565px;
	height: 50px;
	text-indent: -9999px;
}
#content p {
	margin-bottom: 1em;
	line-height: 1.4em;
}
/* Navigation --------------------------------------------------*/
#top-nav, #bottom-nav {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #116900;
}
#top-nav li, #bottom-nav li {
	display: inline;
}
#top-nav a, #bottom-nav a {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 40px;
	color: #116900;
	font-weight: bold;
}
#top-nav a:hover, #bottom-nav a:hover {
	text-decoration: none;
}
/* Footer ------------------------------------------------------*/
#footer {
	clear: both;
	margin-left: 200px;
}
/* Price Table -------------------------------------------------*/
.price {
	display: block;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.price th {
	background-color: #f7f7f7;
	border: 1px solid #e5e5e5;
	line-height: 2em;
	color: #808080;
}
.price td {
	background-color: #f7f7f7;
	padding: 2px 10px;
	line-height: 1.3em;
	color: #808080;
	font-size: 9pt;
	border: 1px solid #e5e5e5;
	text-align: center;
}
.price tr.odd td {
	background-color: #f0f0f0;
}
/* Misc ---------------------------------------------------------*/
address {
	margin-top: 236px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #784800;
	font-size: 9pt;
	border: 1px solid #784800;
	padding: 5px;
	font-style: normal;
}
.float-right {
	float: right;
	border: 1px solid #e5e5e5;
	margin-left: 10px;
	padding: 3px;
}
/* Gallery Page */
#gallery {
	text-align: center;
}
#gallery img {
	border: 1px solid #e5e5e5;
	margin: 3px;
	padding: 3px;
}
#gallery img:hover {
	background-color: #faf689;
}
/* Lodging Page */
.motel {
	float: left;
	color: #784800;
	font-size: 11pt;
	border: 1px solid #784800;
	padding: 5px;
	margin: 10px 5px;
	width: 160px;
	text-align: center;
}
.motel:hover {
	background-color: #faf9d4;
}
.motel p {
	margin: 0;
}

.img-table td {
	font-size: 11px;
	text-align: center;
	vertical-align: top;
}

#contact-form input, #contact-form textarea {
	padding: 2px 4px;
	border: 1px solid #CCC;
}

.msg {
	padding: 2px 4px;
	background-color: #FFD;
}
