body, html {
 margin: 0;
 padding: 0;
 font-family: Verdana, Arial, Helvetica;
 font-size: 12px;
 color: #1a1a1a; 
 background: #fff;
}

#content_peru {
 background: url(imgs/content_bg.png) transparent repeat-x 0 0;
 padding: 30px;
 min-height: 500px;
 height: 500px;
}

#footer {
 clear: both;
}

ul {
 margin: 0 0 30px 0;
 padding-left: 20px;
}

li {
 list-style-type: circle;
 padding: 5px 0;
}


.peru_photos {
 float: left;
 padding: 5px;
 margin: 10px 15px 120px 10px;
 background-color: #fff;
 clear: both;
}

.peru_photos_small {
 padding: 5px;
 margin: 10px 15px 10px 10px;
 background-color: #fff;
}

.floatleft
{
float: left;
width: 103px;
margin: 0 0 10px 10px;
background-color: #fff;
padding: 10px;
border-top: 1px solid #999;
border-right: 2px solid #555;
border-bottom: 2px solid #555;
border-left: 1px solid #999;
}

div.floatleft img
{
border-top: 2px solid #555;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
border-left: 2px solid #555;
}



p {
 line-height: 25px;
}

h1 {
 font-family: Georgia, serif;
 font-size: 17px;
 color: #306A9e;
 letter-spacing: 2px;
 line-height: 25px;
 margin: 0;
 padding: 0;
}


h1.smaller {
 font-family: Georgia, serif;
 font-size: 14px;
 color: #306A9e;
 letter-spacing: 2px;
 line-height: 25px;
 margin: 0;
 padding: 0;
}




h2 {
 font-size: 14px;
 color: #306A9e;
 line-height: 25px;
 margin: 15px 0 15px 0;

}

h3 {
 font-size: 13px;
 color: #555;
 line-height: 25px;
 margin: 20px 0;
}

h4 {
 margin: 40px 0 30px 0;
 padding-bottom: 10px;
 font-style: italic;
 letter-spacing: 1px;
 border-bottom: 1px dashed #ccc;
}


.title {
 background: url(imgs/t-icon.png) transparent no-repeat 0 0;
 padding: 8px 0 10px 50px;
}

p {
 line-height: 25px;
}



.title {
 background: url(imgs/t-icon.png) transparent no-repeat 0 0;
 padding: 8px 0 10px 50px;
}

/*-- link--*/

a:link, a:visited {
 color: #00b0d8;
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}