@charset "UTF-8";
/* CSS Document */



/* New Layout */


#sitecontainer {
	background: #FFF;
	position: absolute;
	width: 950px;
	height: 650px;
	top: 50%;
	left: 50%;
	margin-top: -325px;
	margin-left: -475px;
	z-index: 3;
}

#header {
	background: url(/images/dwp-header.jpg) no-repeat;
	float:left;
	width: 950px;
	height: 50px;
	border-bottom:solid 1px;
	z-index: 2;
	vertical-align:bottom;
}

#header a {
	font:"Times New Roman", Times, serif;
	font-family:"Times New Roman", Times, serif;
	font-style:normal;
	font-size:14px;
	color:#666;
	text-align:center;
	text-decoration:none;
}

#header a:hover {
	font:"Times New Roman", Times, serif;
	font-family:"Times New Roman", Times, serif;
	font-style:normal;
	color:#F00;
	text-align:center;
	text-decoration:none;
}

#imgcontainer {
	background: #FFF;
	float:left;
	width: 950px;
  height: 550px;
	vertical-align:middle;
	z-index: 2;
}

#iframecontainer {
	width: 950px;
	height: 550px;
	float: left;
  z-index: 1;
}

#footer {
	background: #FFF;
	float:left;
	width: 950px;
	height: 25px;
	border-top:solid 1px;
	z-index: 2;
}

#footer a {
	font:"Times New Roman", Times, serif;
	font-family:"Times New Roman", Times, serif;
	font-style:normal;
	font-size:14px;
	color:#666;
	text-align:center;
	text-decoration:none;
}

#footer a:hover {
	font:"Times New Roman", Times, serif;
	font-family:"Times New Roman", Times, serif;
	font-style:normal;
	color:#F00;
	text-align:center;
	text-decoration:none;
}

/* Existing Layout */

#frontpage {
	width: 800px;
	height: 510px;
	position: absolute;
	margin-top: -255px;
	top: 50%;
  left: 120px;
}

#biopage {
	width: 700px;
	height: 500px;
	position: absolute;
	margin-top: -255px;
	top: 50%;
  left: 120px;
}

#gallery {
	border: none;
	width: 800px;
	height: 500px;
	position: absolute;
	margin-top: -250px;
	margin-left: 120px;
  top: 50%;
}

#copyright {
  width: 100%;
	height: 20px;
  float: left;
  z-index:10;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
  border-top:solid 1px;
}

#copyright address {
	font-style:normal;
}