@charset "utf-8";
#container {
	height: 900px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 20px;
}
#container #header {
	background-image: url(images/PWL-header_01.jpg);
	height: 200px;
	width: 900px;
}
#container #footer {
	background-image: url(images/PWL-web-page-background_04.jpg);
	height: 90px;
	width: 900px;
	text-indent: 48px;
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
}
#container #footer a:hover {
	color: #333333;
}
#container #footer ul {
	list-style-type: none;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: .7em;
	padding-top: 5px;
	text-align: left;
	position: relative;
}

#container #footer li {
	display: inline;
}

#container #footer ul li a {
	text-decoration: none;
	padding-right: 5px;
	color: #000e4c;
	padding-left: 10px;
	margin-bottom: 0px;
}
#container #photo {
	background-image: url(images/PWL-web-page-background_02.jpg);
	background-repeat: repeat-y;
	height: 200px;
	width: 900px;
}
#central_text {
	margin-right: 10px;
	margin-left: 6px;
	margin-top: 0px;
}
#news img {
	padding-right: 10px;
	padding-left: 10px;
}
#news {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999999;
}
.section_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #000033;
	font-weight: bold;
}
#navcontainer {
	position:absolute;
	left:336px;
	top:153px;
	width:516px;
	height:27px;
	z-index:1;
}

