body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background: url(../images/bg_travertine2.jpg) top center repeat-x fixed;
	background-color: #F8EAD4;
}
body#mock2 {
	background: url(../images/bg_frenchstripe2.gif) top center repeat;
}

.clear { clear: both; }

a:link    { color: #660000; text-decoration: underline; }
a:visited { color: #660000; text-decoration: underline; }
a:hover   { color: #663300; text-decoration: none; }


#pageHeader {
	width: 857px;
	height: 366px;
	padding: 0px;
	margin: 0px auto;
}
#mainNav {
	width: 853px;
	/*height: 25px;*/
	margin: 0px auto;
	padding: 0px;
	border: 3px solid #292421;
	background-color: #663300;
	color: #FFFFDE;
}
	#mainNav p {
		padding: 6px;
		margin: 0px;
	}
	#mainNav a:link    { color: #FFFFDE; text-decoration: underline; }
	#mainNav a:visited { color: #FFFFDE; text-decoration: underline; }
	#mainNav a:hover   { color: #F8EAD4; text-decoration: none; }

#content {
	width: 824px;
	margin: 0px auto;
	padding: 13px;
	border-left: 3px solid #292421;
	border-right: 3px solid #292421;
	background: #F8EAD4 url(../images/contentTop.png) top center repeat-x;
	font-family: "Century Old Style", Georgia, Times, serif;
	color: #292421;
}
#content #contentBody {
	width: 620px;
	float: right;
}
	#contentBody h1 {
		font-size: 18px;
		color: #333300;
	}
	#contentBody h2 {
		font-size: 15px;
		color: #333300;
	}
	#contentBody p { text-indent: 14px; line-height: 1.3em; }
#content #leftCol {
	width: 185px;
	float: left;
	color: #3E280C;
	font-size: 12px;
	line-height: 1.3em;
}
	#leftCol p.logo2 {
		display: block;
		width: 160px;
		margin: 0px auto;
		padding: 30px 0px;
		background: url(../images/CornerCottage_logo2.gif) top center no-repeat;
	}
	#leftCol p.logo2 b {
		position: absolute;
		left: -999em;
	}
.twoCol {
	width: 48%;
	float: left;
}

/* -- Form Formatting -- */
input, select, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	border: 1px solid #6E2E16;
}
input:checkbox {
	border: none;
}
.errorList {
	display: block;
	width: 250px;
	margin: 10px auto;
}
.red { color: #330000; }
th.header {
	font-size: 16px;
	border-bottom: 1px solid #333300;
	color: #333300;
	text-align: left;
} 

#footer {
	width: 828px;
	padding: 30px 15px;
	margin: 0px auto;
	background: url(../images/contentBottom.gif) top center no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3E280C;
}
#footer p.copyright {
	display: block;
	width: 50%;
	float: left;
}
#footer p.hostingStamp {
	display: block;
	width: 40%;
	float: right;
	text-align: right;
}