body {
	font-size: 62.5%;
	line-height: 1.75em;
	background-color: #fff;
	color: #7F7A55;
	font-family: Arial, "Times New Roman", serif;
}

h1,h2,h3,h4 {
	/*font-family: "Times New Roman", serif;*/
	text-transform: uppercase;
}

address {
	font-style: normal;
}

#header {

}
#header #flash{
	position: relative;
}
#header #flash h2{
	text-indent: 0px;
}

#navigation {
	display: none;
}

#maincontent{
}
#maincontent h1 {
}
#maincontent h2 {
}
#maincontent p{
	padding: 0 0 15px 0;
}
#maincontent blockquote{
	border-top: 2px solid #706b4b;
	text-transform: normal;
	color: #706b4b;
}
#maincontent blockquote strong{
	font-weight: normal;
	color: #b1a973;
}
#maincontent ul{
	list-style-type: square;
	margin: 10px 0px 10px 30px;
}
#maincontent ol{
	list-style-type:decimal;
	margin-left: 35px;
}
#maincontent ol li{
	padding: 5px 0 5px 0;
}

#maincontent table{
	padding: 5px 0 5px 0;
}
#maincontent table tr.header2 td{
	font-weight: bold;
}
#maincontent table tr.column1 td{
	
}

/* Gallery styles */
#maincontent ul.gallery{
	list-style-type: none;
	text-align: center;
}
#maincontent ul.gallery li{
	display: block;
	width: 210px;
	height: 170px;
	float: left;
}
#maincontent ul.gallery li:hover{
}
#maincontent ul.gallery li a img{
	border: 8px solid #fff;
}


#maincontent a{
	color: #826657;
}

/* Google Map */
#map {
	width: 640px;
	height: 400px;
	border: 8px solid #fff;
}

/*Form styling */
form {
	margin: 20px 0 0 0;
}

fieldset {

}

#inputs label{
}
#inputs input{

}

#inputs textarea{
}

#buttons{
}

#buttons input{
}
#buttons #reset{
}


/* Buttons to flip between sites */
#btnCottage a,
#btnBandB a{
	display: none;
}


#footer{
}

#creds{
	display: none;
}

/* Classes */

.left, .right {
	margin: 6px 0;
	border: 8px solid #fff;
}
.left {
	float: left;
	margin-right: 10px;
	clear:left;
}

.right {
	float: right;
	margin-left: 10px;
}