@charset "utf-8";
/* CSS Document */

/* Section Header */
#section-header { 
	background-image: url(../../img/section-header-link-en.jpg);
}
.section-home #section-header {
	background-image: url(../../img/section-header-nolink-en.jpg);
}

#parent-org-title { 
	left: 24px; 
	top: 20px; 
	width: 175px; 
	height: 24px; 
}

#section-title {
	left: 24px; 
	top: 45px; 
	width: 290px; 
	height: 24px;
}

/* Sub-Section */
.sub-section #sub-section-header {
	background-image: url();
}

/* Image below the Local Navigation */
#section-photo { background-image: url(); height: 109px; }

#wrapper {

display: block;
width: 550px;
padding-bottom: 1em;
border-top: 1px;
border-top-color: #CCC;
border-top-style: solid;
clear: both;
}

#photo {
background: url(../img/photo_bg.jpg) no-repeat bottom right;
margin-left: 10px;
margin-bottom: 10px;
float: left;
}

#photo img {
background:#FFF;
margin-top: 30px;
padding:4px;
border:1px solid #CCC;
position:relative;
left:-5px;
top:-5px;
}

#bio {
padding-left: 15px;
margin-top: 20px;
margin-bottom: 20px;
width: 400px;
float: left;
}


