body {
	padding: 0;
	margin: 0;
	color: white;
	background: #4b0e6d url(../images/purplebg.png) repeat-y top left;
	font-size: 100%;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:link, a:visited {
	color: #c4e190;
}
a:focus, a:hover, a:active {
	color: #a58fc2;
}
#wrapper {
	position: absolute;
	width: 1003px;
}
#header {
	margin: 25px 0 0 52px;
	height: 51px;
}
#menu {
	float: left;
	width: 640px;
	height: 51px;
	background: #4b0e6d url(../images/purplebg.png) no-repeat -52px -25px;
}
#p7PMnav li.menubullet1, #p7PMnav li.menubullet2 {
	padding: 2px 10px 0 10px;
}
#p7PMnav li.menubullet1 {
	color: #c4e190;
}
#p7PMnav li.menubullet2 {
	color: #a58fc2;
}
#headimages {
	float: right;
	width: 311px;
	height: 51px;
}
#content {
	margin: 18px 18px 0 52px;
	min-height: 540px;
}
.wide {
	width: 621px;
}
.narrow {
	width: 323px;
}
h1 {
	margin: 0 0 0.5em 0;
	font-family: "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 2em;
	line-height: 1;
	color: #a58fc2;
}
#home h1 {
	font-size: 2.25em;
	color: #c4e190;
}
h2 {
	margin: 0 0 1em 0;
	font-family: "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1;
	color: white;
}
h3 {
	margin: 1em 0 0.5em 0;
	font-family: "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.35em;
	line-height: 1;
	color: white;
}
h4 {
	margin: 0 0 0.5em 0;
	font-family: "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.15em;
	line-height: 1.3;
	color: white;
}
p {
	font-size: 0.85em;
	line-height: 1.5;
	margin: 1.25em 0;
}
.logo {
	display: block;
	margin-top: 35px;
	margin-bottom: 25px;
}
.text {
	padding: 0 18px 0 0;
}
.right {
	padding: 0 0 0 18px;
}
.bottom {
	vertical-align: bottom;
}
.last {
	margin-bottom: 0;
}


/* force vertical scrollbar in Firefox */
body {
	overflow: -moz-scrollbars-vertical;
}
