html { overflow-y: scroll; }

body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	background: #fff url('../images/bg-shadow.gif') top left repeat-x;
	background-attachment: fixed
}

#container {
	margin: 0 auto;
	width: 940px;
	background: url('../images/bg-lines.png') top left no-repeat;
	background-attachment: fixed;
}

#nav {
	margin: 0 auto;
	height: 100px;
	width: 940px;
	background: #fff;
	position: fixed;
	top: 0px;
	left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
}

#navinset {
	margin-top: 30px;
}

#pnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin: -33px 0px 10px 335px;
	line-height: 20px;
	width: 400px;
}

#pnav a {
	text-decoration: none;
	color: #666;
	padding: 5px 0px 28px 0px;
	margin-right: 10px; 
}

#pnav a:hover {
	text-decoration: none;
	color: #000;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
}

#pnav .pnavon {
	text-decoration: none;
	color: #000;
	padding: 5px 0px 28px 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	margin-right: 10px; 
}

#pnav ul {
	margin: 0;
	padding-left: 0;
	display: inline;
} 

#pnav ul li {
	margin-left: 0;
	list-style: none;
	display: inline;
}
        
#pnav ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

img {
	border-style: none;
}

p {
	margin-top: 0px;
	margin-bottom: 20px;
}

.period {
	color: #fc3;
}

.header {
	margin-bottom: 50px;
	margin-left: 285px;
	width: 500px;
	font-size: 18px;
}

.footer {
	color: #999;
	font-size: 12px;
	margin-top: 50px;
	margin-left: 335px;
	margin-bottom: 10px;
}