@import "pdx_base.css";

body.index{
	background: #FDFBEC;
}

div.hdr {
	position: relative;
	height: 150px;
	width: 100%;
	padding-bottom: 30px;
}

div.hdrtxt {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 100%;
	text-align: center;
	line-height: 210%;
	color: #006020;
}

div.homephoto {
	float: right;
	text-align: center;
	margin-top: -50px;
	margin-left: 15px;
}

dl.events {
	width: 90%;
	text-align: left;
}

dl.events > dd {
	margin-bottom: .5em;
}

h3 {
	font-family: sans-serif;
	font-style: italic;
}

img.logo {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 100px;
	height: 102px;
}

p.photo {
	text-align: center;
}

table.homemenu {
	background: #006020;
	border-color: yellow;
	margin-bottom: 25px;
}
