* {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(/images/bg.gif);
	background-position: center;
	background-color: #887D75;
	background-repeat: repeat-y;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #887D75;
}
img {
	border: 0;
}
#container {
	width: 770px;
	margin: 0 auto;
	text-align: left;
}
#logo {
	width: 730px;
	height: 92px;
	margin: 20px 0 0 20px;
	background-image: url(/images/logo2.gif);
	background-repeat: no-repeat;
}
.accessibility {
	visibility: hidden;
	line-height: 0;
}
#nav {
	background-image: url(/images/edge-top.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 55px;
	text-align: right;
	margin-top: -24px;
}
#content {
	background-image: url(/images/content-bg.gif);
	background-repeat: repeat-y;
	padding: 0 285px 0 30px;
}
#hpanim {
	background-image: url(/images/content-bg.gif);
	background-repeat: repeat-y;
	padding: 0 0 15px 30px;
}
#content p {
	padding-bottom: 10px;
}
#content ul {
	padding-left: 30px;
}
#content li {
	padding-bottom: 10px;
}
.clear {
	clear: both;
	line-height: 0;
	height: 0;
	margin: 0;
	padding: 0;
}
#footer {
	text-align: center;
	font-size: 9px;
	color: #999;
	background-image: url(/images/edge-bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 50px;
}
h2 {
	font-size: 18px;
	color: #e9007c;
	padding-bottom: 10px;
}
h3 {
	font-size: 16px;
	padding-bottom: 10px;
}
a {
	color: #e9007c;
}
#right {
	float: right;
	width: 270px;
	right: 0;
}
.pufftop {
	background-image: url(/images/puff-top.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 240px;
	padding: 0px 15px 0 15px;
	font-weight: bold;
	font-size: 14px;
	color: #717171;
	overflow:hidden;
}
.pufftop p {
	padding-top: 10px;
}
.puffmid {
	background-image: url(/images/puff-bg.gif);
	background-repeat: repeat-y;
	width: 240px;
	padding: 0 15px;
}
.puffmid p {
	padding-top: 5px;
	padding-right: 30px;
}
.puffbot {
	background-image: url(/images/puff-bottom.gif);
	background-repeat: no-repeat;
	width: 240px;
	height: 12px;
	padding-bottom: 5px;
}
.photoSpace {
	padding-bottom: 10px;
}
.center {
	text-align: center;
}
hr {
	margin-bottom: 10px;
}