body, p, address {
	background-color: #fff2cb;
	color: #000;
	font-family: georgia;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
}

/* -------------- structure divs -------------- */
div#container {
	width: 800px;
	margin: 0 auto;
	background-image: url(background.png);
	background-repeat: y-repeat;
}

#logo {
	height: 152px;
	width: 781px;
	/*border-top: 5px solid maroon; 
	debugging border
	*/
}

#menu {
	float: left;
	background-image: url(menu.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 170px;
	height: 293px;
	/*margin-top: -4px;*/
}

#content {
	width: 600px;
	float: right;
	padding-left: 29px;
}

/* -------------- text elements -------------- */

/* lodge page 
p#bedroom {
}
*/

p#cabana {
}
	
p#manto	{
margin-top: 35px;
	margin-bottom: 30px;
}

p#tree {
	margin-bottom: 65px;
}

p#oilbirds {
	margin-bottom: 80px;
}

p#pastel {
	margin-bottom: 40px;
}

p#boattrip {
	margin-bottom: 40px;
}

p#hike15 {
	margin-bottom: 70px;
}

/* introduction page */
p#photo05 {
	margin-bottom: 80px;
}

p#cuencaflowers {
	margin-bottom: 140px;
	@margin-bottom: 150px;
}

/* prices page */

p#butterfly1 {
	margin-top: 40px;
	margin-bottom: 50px;
}

p#fredrik {
	margin-bottom: 90px;
}

p#france {
	margin-bottom: 50px;
}

#menu a {
	position: relative;
	left: -22px;
	top: 60px;
	text-transform: uppercase;
	display: block;
	font-size: 12px;
	text-decoration: none;
	}
	
#menu ul li.nav {
		list-style: none;
		list-style-position: inside;
		line-height: 1em;
		margin-bottom: 7px;
		@margin-bottom:-14px;
		@margin-top:10px;
		text-align: center;
}	

/* headers*/	
h1 {
	margin-top: 30px;
	font-family: georgia, serif;
	color: #9f0a0c;
	}

h2 {
	font-family: georgia, serif;
	color: #9f0a0c;
	}
	

/* -------------- images -------------- */
img.picsRight {
	margin-left: 15px;
	margin-bottom: 5px;
	padding: 3px;
	border: 2px solid maroon;
}

img.picsLeft {
	margin-right: 15px;
	margin-bottom: 5px;
	padding: 3px;
	border: 2px solid maroon;
}

#bird1 {
	float: left;
	
}

/* -------------- tables -------------- */

#pricelist {
	width: 360px;
	border-collapse: collapse;
}

caption {
	font-size: 23px;
	font-weight: 700;
	color: #130e46;
	margin-top: 28px;
}

table#birdlist {
	width: 550px;
	border-collapse: collapse;
	margin: auto;
	empty-cells: show;
	margin-top: 10px;
}

table#scrollingTable {
	width: 530px;
	border-collapse: collapse;
}

thead {
	background-color: #D6C5A4;
	text-align: left;
	font-size: 16px;
}

tfoot td {
	background-color: #D6C5A4;
	text-align: left;
	padding: 5px 0;
	font-weight: 600;
	font-size: 11px;
}

#scrollingTable td {
	padding: 5px 3px;
	border-left: 0px solid #999;
}

div#scroll {
	height: 20em;
	overflow: auto;
}

#scrollingTable tr.dark {
	background-color: #ECDFC8;
}

.th1 { width: 198px }
.th2 { width: 220px; }
.th3 { width: px; }

th {
	padding: 5px 0;
}

li {
	margin-bottom: 12px;
}


/* -------------- images -------------- */

div.holder {
	margin-top: 25px;
	margin-bottom: 25px;
}

img.border {
		padding: 3px;
		border: 2px solid maroon;
}

.plus {
	margin-right: 6px;
}

