* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
	background-color: #FFF;
}
#wrapper #header {
	background-color: #FFF;
	height: 140px;
	width: 800px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	float: left;
}
#wrapper #footer {
	clear: both;
	height: 25px;
	width: 800px;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	text-align: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #A7A7A7;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
.bigHeading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #000;
	text-transform: none;
	font-variant: small-caps;
	white-space: pre;
}
.smlHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #333;
	letter-spacing: 0.3em;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	margin: 5px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #999;
	text-decoration: underline;
}
.pwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	list-style-position: inside;
	list-style-type: square;
}
#wrapper #header #nav {
	float: right;
	height: 40px;
}
