body {
	margin: 20px 0 0 0;
	padding: 0;
	background: #6f1400;
	color: #333;
	font: small Verdana, Geneva, sans-serif;
}

h1 {
	font-size: 150%;
	color: #865D61;
}

h2 {
	font-size: 130%;
	color: #C30;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	color: #475F8F;
	padding-top: 15px;
}

p, ol, ul {
	line-height: 150%;
}

p {
}
ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}


blockquote {
	margin: 10px;
	border: 1px dashed #6F1400;
	padding: 10px;
	font-style: italic;
	background: #EEE7D5;
}

a {
	color: #36C;
}

a:hover {
	text-decoration: none;
}

/*images*/

.thumbnail_left {
  	float: left;
	margin: 0px 10px 5px 0px;
  	padding: 4px;
  	border: 1px solid #D9E0E6;
  	border-bottom-color: #C8CDD2;
  	border-right-color: #C8CDD2;
  	background: #fff;
  	}

.thumbnail_right {
  	float: right;
	margin: 0px 0px 5px 10px;
  	padding: 4px;
  	border: 1px solid #D9E0E6;
  	border-bottom-color: #C8CDD2;
  	border-right-color: #C8CDD2;
  	background: #fff;
  	}

img {
	border: none;
}

.imgleft {
	float: left;
	margin: 5px 15px 0 0;
}

.imgright {
	float: right;
	margin: 0 0 0 15px;
}

.PaddingTop {
	padding-top: 10px;
}
.floatrt {
	float: right;
}

.floatleft {
	float: left;
}

/* Navigation */

.spacer {
	height: 276px;
	width: 100%;
}


#menu {
	width: 750px;
	height: 303px;
	margin: 0 auto;
	padding-left: 5px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	font: bold 90% "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	display: block;
	margin: 0 7px;
	color: #900;
	text-decoration: none;
	padding-left: 15px;
	text-transform: uppercase;
	text-align: center;
	height: 20px;
	border-left: 2px solid #CAB274;
}
#menu a.noborder {
	border: none;
}

#menu a:hover  {
	color: #FFC;
}

/* Logo */

#logo {
	width: 760px;
	height: 304px;
	margin: 0 auto;
}
.home {
	background: #6f1400 url(../images/banner/homepage.jpg) no-repeat center top;
}

.restaurant {
	background: #6f1400 url(../images/banner/friends.jpg) no-repeat center top;
}
.wedding {
	background: #6f1400 url(../images/banner/wedding.jpg) no-repeat center top;
}
.activities {
	background: #6f1400 url(../images/banner/coyoteButtes.jpg) no-repeat center top;
}
.accommodations {
	background: #6f1400 url(../images/banner/cliffs.jpg) no-repeat center top;
}
.directions {
	background: #6f1400 url(../images/banner/condorTrio.jpg) no-repeat center top;
}
.photos {
	background: #6f1400 url(../images/banner/wedding.jpg) no-repeat center top;
}
.links {
	background: #6f1400 url(../images/banner/friends.jpg) no-repeat center top;
}
.contact {
	background: #6f1400 url(../images/banner/sunset.jpg) no-repeat center top;
}


#logo h1, #logo h2 {
	margin-right: 440px;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
}

#logo h1 {
	padding-top: 250px;
	font-size: 250%;
}

#logo h2 {
	font-size: 85%;
}

#logo a {
	text-decoration: none;
}

/* Page */

#page {
	width: 754px;
	margin: 0 auto;
	background: #FFF;
	border: 3px solid #e7c881;
}


/* Content */


#fullpage {
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	padding: 25px;
}

.leftSidePadding {
	padding-left: 15px;
}

#content {
	float: right;
	width: 405px;
	padding: 10px;
	background: #FFF;
}
#content1 {
	float: left;
	width: 335px;
	padding: 10px;
	background: #FFF;
}
#content2 {
	float: right;
	width: 370px;
	padding: 10px;
	background: #FFF;
}


#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#content ul li {
	padding-left: 15px;
	background: url(../images/img07.gif) no-repeat 0px 8px;
}

.twocols {
}

.twocols .col1, .twocols .col2 {
	width: 168px;
	padding: 10px;
	background: #FFF;
}

.twocols .col1 {
	float: left;
}

.twocols .col2 {
	float: right;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 300px;
	background: #FFF;
	padding-left: 10px;
}

#sidebar ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#sidebar ul li {
	padding-left: 15px;
	background: url(../images/img07.gif) no-repeat 0px 13px;
}



/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
	height: 25px;
	padding: 10px 0 0;
	background: url(../images/footer.gif) no-repeat center bottom;
	color: #900;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 85%;
}

#footer a {
	color: #900;
}

#legal {
	float: left;
	padding-left: 20px;
}

#links {
	float: right;
	padding-right: 20px;
}
#gallery {
	margin-right: auto;
	margin-left: auto;
	padding-left: 100px;
}

