body {
	background:#7fa1b6;
	color:#4e5966;
}
a {
	color:#4e5966;
}
a:hover, a.current {
	color:#c5c9cd;
}
h1 {
	display:inline;
	border-right:1px solid #c5c9cd;
	float:left;
	background:url(../images/logo_children.gif) no-repeat center left;
	text-indent:-1000px;
	overflow:hidden;
	width:263px;
	height:40px;
	margin:15px 0;
	padding-right:15px;
}
h2 {
	line-height:70px;
	margin:0;
	color:#88c0d5;
	font-size:120%;
	text-transform:lowercase;
	font-weight:normal;
	float:left;
	padding-left:15px;
}
.blankImage:hover, #photoNav img:hover {
	border:1px solid #3ec3ee;
}
.blankImage {
	background:#3ec3ee;
}


/*custom code*/

.topbanner{
	background-color:#7fa1b6;
	height:70px;
}

#btnUp{
	float:left;
	width:20px;
	background-image:url(../images/soliduparrow.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	text-indent:-3000px;
	overflow:hidden;
	padding:5px 5px 5px 5px;
}

#btnDown{
	float:left;
	width:20px;
	background-image:url(../images/soliddownarrow.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	text-indent:-3000px;
	overflow:hidden;
	padding:5px 5px 5px 5px;
}