body, html {
 margin: 0;
 padding: 0;
 background: url(imgs/body_bg.png) #fff no-repeat center top;
 width: 100%;
 height: 100%;
 display: table;
 font-family: Verdana, Arial, Helvetica;
 font-size: 12px;
 color: #1a1a1a;
}

#wrapper {
 width: 950px;
 margin: 0 auto;
 padding: 0;
}

#header {
 height: 238px;
}

#logo {
 width: 270px;
 height: 140px;
 float: left;
 padding-top: 5px;
}

#header_right {
 width: 630px;
 margin-left: 50px;
 float: left;
}

#strapline {
 padding-top: 20px;
 width: 430px;
}

#photos {
 background: url(imgs/photos.png) transparent no-repeat 0 0;
 height: 173px;
 width: 457px;
 float: left;
}

#link {
 width: 140px;
 height: 50px;
 margin-top: 90px;
 float: left;
}

#content {
 background: url(imgs/content_bg.png) transparent repeat-x 0 0;
 min-height: 350px;
 height: 350px;
}

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

#contentleft {
 width: 210px;
 border-right: 1px dashed #666;
 float: left;
 padding-right: 20px;
}

#contentright {
 width: 675px;
 float: left;
 margin-left: 20px;
}

#menu {
 margin-left: 20px;
 padding-bottom: 20px;
 border-bottom: 1px dashed #666;
}

#member_logos_brochure {
 margin: 20px 0 20px 30px;
}

#brochure {
 margin-top: 10px;
 padding-top: 10px;
}

#newsletter {
 margin-top: 20px;
 padding-top: 20px;
 border-top: 1px dashed #bbb;
}

#footer {
 color:#666;
 font-size: 11px;
 clear: both;
 padding-top: 50px;
 margin-left:250px;
}

/*--list & menu --*/


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

#menu li {
 background-color: #fff;
 font-family: Georgia, serif;
 font-weight: bold;
 font-size: 17px;
 letter-spacing: 2px;
 padding: 5px 0 5px 10px;
 margin: 5px 0;
}

ul {
 list-style: circle;
 margin:20px 0;
 padding: 0 0 0 20px;
}

li {
 padding: 10px 0;
}


.brk {
 clear: both;
 height: 40px;
}
/*--images--*/

img {
 border: 0;
}

.img_f_r {
 float: right;
}

.img_member_logo {
 border: 1px solid #ccc;
 margin: 5px 5px 0 0 ;
}

.photo {
 float: right;
 margin: 0 0 20px 20px; 
}

.photo_f_r {
 float: right;
 margin: 0 0 30px 30px;
 padding: 1px;
 background-color: #666;
 border: 4px #fff solid;
}


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


/*--text--*/

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: 30px 0;

}

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

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;
}

/*-- link--*/

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

a:hover {
 text-decoration: underline;
}

li #current {
 color: #306A9e;
}
