body {
	margin: 0;
	padding: 0;
	font-family:  Verdana, sans-serif;
	font-size: small;
	background: #A7C487;
    background: url(../img/bg_leaves.gif) repeat;
	}
a:link {
	color: #7F1621;
	}
a:visited {
	color: #BF2231;
	}
/* layout */

#wrap {
	width: 756px;
	/*background: #A7C487;*/
	margin: 10px auto 0 auto;
	}
#header {
    background: #fff;
    border: 3px solid #fff;
    }
#nav {
    background: #99BB77;
    border: 2px solid #80AA55;
    font-family: Georgia, serif;
    color: #030;
    }
#nav ul {
    list-style: none;
    padding-left: 20px;
    margin-left: 0;
    margin-top: 0;
    }
#nav ul li {
    border-bottom: 1px dotted #80AA55;
    }
#nav ul li a {
    padding: 3px 0 3px 3px;
    color: #030;
    text-decoration: none;
    display: block;
    }
#nav ul li a:hover {
    background-color: #A7C487;
    }
#content {
	float: right;
	width: 69%;
	font-size: 95%;
	color: #333;
	line-height: 1.5em;
	background: #C0D6A9;
/*	background: #DEDDBA;*/
	}
#sidebar {
	float: left;
	width: 30%;
	}
#footer {
	clear: both;
	background-color: #99BB77;
	padding: 5px;
	color: #5E7B3D;
	font-size: 80%;
	}
/* gutters */

#content .gutter {
	padding: 15px 25px;
	}
#sidebar .gutter, #sidebar-2 .gutter {
	padding: 15px;
	padding-left: 0;
	}
#about-us {
    margin-top: 10px;
    background: #99BB77;
    border: 1px solid #80AA55;
    font-family: Georgia, sans-serif;
    font-size: 90%;
    padding: 10px 20px;
    }

/* images */
.photo-right {
    float: right;
    text-align: center;
    font-size: 85%;
    color: #333;
    font-style: italic;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 0;
    padding-bottom: 2px;
    background: #fff;
    }

.photo-left {
    float: left;
    text-align: center;
    font-size: 90%;
    color: #000;
/*    font-style: italic;*/
    margin-right: 10px;
    }

.photo-right img, .photo-left img {
    border: 3px solid #fff; 
    }

.header-photo-caption {
    background: #fff; 
    padding: 5px; 
    text-align: right;  
    font-size: 80%; 
    color: #999;
    }

.feature-title {
    background: url(../img/bg_title.gif) repeat; 
    font-size: 140%; 
    font-weight:bold;  
    color: #7F1621; 
    padding: 10px 5px;
    }

.tip-text {
    color: #C63; 
    font-weight: bold;
    }

#cahuita li#nav-cahuita a,
#tortuguero li#nav-tortuguero a,
#road_arenal li#nav-road_arenal a,
#arenal li#nav-arenal a,
#monteverde li#nav-monteverde a,
#contactus li#nav-contactus a {
    color: #7F1621;
    font-weight: bold;
    }

.img-menu {
    width: 100%;
    }
.img-menu td {
    text-align: center;
    }
.img-menu img {
    border: 1px solid #fff;
    }
.img-menu img:hover {
    border: 1px solid #333;
    }
.img-menu a {
    color: #7F1621;
    text-decoration: none;
    }

#footer a {
    color: #5E7B3D;
    text-decoration: none;
    }
#footer a:hover {
    text-decoration: underline;
    }
#ads {
    background: #99BB77;
    border: 1px solid #80AA55;
    padding: 5px;
    padding-left: 20px;
    }