/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font: 12px Verdana, Arial, sans-serif;
	color: #000000;
	text-align: center;
	background-image: url(images/PI-web-2008-bkgd.jpg);
	background-repeat: no-repeat;
}


#main {
	padding: 0 24px 24px 24px;
	background-image: url(images/shadow-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/shadow-sides.png);
	background-repeat: repeat-y;
}

#header {
	background-image: url(images/PI-web-2009.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 133px;
	position: relative;
	float: left;
	border-bottom: 3px solid #ececec;
		border-right: 3px solid #ececec;
			border-left: 2px solid #ececec;
}
#header h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #3186A8;
	font-size: 175%;
	position: absolute;
	bottom: 25px;
	right: 175px;
}	
#content {
	float: none;
	width: 800px;
	height: 100%;
	padding: 10px 0px 10px 0px;
}
	
#nav, #nav ul {
	position: relative;
	float: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	list-style: none;
}
#nav li {
	float: left;
	position: relative;
	width: 155px;
	height: 15px;
	border: 1px solid #F4E78F;
	background-color: #9AC955;
	color: #9AC955;
	font-size: 90%;
	margin-right: .25em;
}
#nav a:link, #nav a:visited {
	display: block;
	text-decoration: none;
	padding-left: 1em;
	color: #2D486C;
}
* html #nav a {
  width: 100%;
}
#nav ul {
	display: none;
	position: absolute;
	padding: 0;
}
#nav ul li {
	border: 1px solid #F4E78F;
	border-bottom: 1px solid #FFFF99;
	border-top: .5em solid #F4E78F;
	background-color: #F4E78F;
	font-size: 100%;
	margin-bottom: -1px;
	margin-top: 1px;
	padding: 0;
}
#nav li:hover ul {
	display: block;
}
#footer {
	clear: both;
	font-size: 80%;
	padding-top: 2em;
	text-align: right;
	color: #999;
	background-color: transparent;
}
#footer a:link, a:visited {
	text-decoration: underline;
	color: #999;
	background-color: transparent;
}
#footer a:hover, a:active {
	text-decoration: underline;
	color: #3186A8;
	background-color: transparent;
}
	