#wrapper {
	margin: 5% 10%;
	height: 96%;
	width: 828px;
	border: 0px;
	background-color: #ffffff;


}

#wrapper #top #bottom #title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: right;
	padding-bottom: 0px;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	font-variant: small-caps;
	color: #5671A8;
	border: 0px;

	
}
#wrapper #top #bottom #text {
	float: right;
	height: 100%;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 67%;
	text-align: justify;
	background: #ffffff;

}
#wrapper #top #bottom #photo-holder {
	height: 100%;
	align: left;
	vertical-align: top;
	background: #FFFFFF;
	padding-top: 15px;
	min-height: 470px;

}
#wrapper #top  {
	vertical-align: bottom;

	
}



#wrapper #top #banner {
	padding-left: 0px;
	padding-top: 0px;
	height: 150px;
}

#wrapper #top #menu {
	width: 100%;
	position: relative;
	height: 30px;
	float: right;
	background: url(images/background-title.png) no-repeat;
	border: 0px;

}
#wrapper #top #menu ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;

	
}
.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; 
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #d1edee;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 2px; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom: 0px solid white;
border-bottom-color: #d1edee;
color: #ffffff;
}

img {
	border: none;
}
#body #wrapper #top #bottom #text table {
	text-align: left;
}
#body  {
	background: #9ba3d3;
}

