@charset "utf-8";
html, body {
    height: 100%;
}
#wrapper {
    
	width: 903px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
	height:100%
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:902px;
	height:130px;
	z-index:1;
	background-image: url(images/BHUWC-pier.jpg);
	background-repeat: no-repeat;
}
#navbar {
	position:absolute;
	left:0px;
	top:50px;
	width:901px;
	height:32px;
	z-index:2;
	background-image: url(images/BHUWC-navbar.jpg);
	background-repeat: no-repeat;
}
#title {
	position:absolute;
	left:0px;
	top:90px;
	width:900px;
	height:135px;
	z-index:3;
	background-repeat: no-repeat;
}
#bar {
	height: 50px;
	width: 902px;
	z-index: 1;
	left: 0px;
	position: absolute;
	visibility: visible;
	background-image: url(images/BHUWC-bar.jpg);
	background-repeat: no-repeat;
}

#maincontent {
	min-height: 100%;
	position:absolute;
	left:0px;
	top:225px;
	width:902px;
	z-index:1;
	background-color: #206260;
	background-repeat: no-repeat;
}
#pictobrowser {
	height: 650px;
	width: 550px;
	position: absolute;
	left: 175px;
	top: 275px;
}


h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}



body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #02292B;
	background-image: url(images/BHUWC-background-gradient.jpg);
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #66FFFF;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
body,td,th {
	color: #CCCCCC;
}
