body {
	font-family: "Century Gothic";
	background-color: #FFFFFF;
	margin-top: 50px;
	font-size: 13px;
	background-image: url(bg_link.jpg);
	background-position: right bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
#container {
	margin-top: auto;
	margin-left: 100px;
	margin-right: 400px;
	width: 400px;
}

/*title*/
#pageheader {
	background-image: url(title.jpg);
	width: 450px;
	height: 120px;
}
#pageheader h1 {
	display: none;
}
#pageheader h2 {
	display: none;
}
/*end of title*/

#quicksummary {
	font-size: 12px;
}

/*The Road to Enlightenment*/
#preamble h3 {
margin: 0;
background: url(theroad.jpg) no-repeat left bottom;
height: 50px;
width: 450px;
position: relative;
top: 10px;
left: -10px;
}
#preamble h3 span {
display: none;
}

/*So What is This About?*/
#explanation h3 {
margin: 0;
background: url(explanation.jpg) no-repeat left bottom;
height: 50px;
width: 450px;
position: relative;
top: 10px;
left: -10px;
}
#explanation h3 span {
display: none;
}

/*Participation*/
#participation h3 {
margin: 0;
background: url(participation.jpg) no-repeat left bottom;
height: 50px;
width: 450px;
position: relative;
top: 10px;
left: -10px;
}
#participation h3 span {
display: none;
}

/*Benefits*/
#benefits h3 {
margin: 0;
background: url(benefits.jpg) no-repeat left bottom;
height: 50px;
width: 450px;
position: relative;
top: 10px;
left: -10px;
}
#benefits h3 span {
display: none;
}

/*Requirements*/
#requirements h3 {
margin: 0;
background: url(requirements.jpg) no-repeat left bottom;
height: 50px;
width: 450px;
position: relative;
top: 10px;
left: -10px;
}
#requirements h3 span {
display: none;
}

/*links*/
#linkList {
	position: absolute;
	left: 475px;
	top: 195px;
	font-size: 10px;
	width: 350px;
	height: 470px;
	margin-left: 200px;
}
#lselect h3{
	color: #009900;
	background-image: url(selectadesign.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 200px;
}
#lselect h3 span{
	display: none;
}
#larchives h3{
	color: #009900;
	background-image: url(archives.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height: 50px;
	width: 200px;
}
#larchives h3 span{
	display: none;
}
#lresources h3{
	color: #009900;
	background-image: url(resources.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height: 50px;
	width: 200px;
}
#lresources h3 span{
	display: none;
}
a:link {
	font-family: Century Gothic;
	font-size: 11px;
	color: #FF0066;
	text-decoration: none;
}
a:visited {
	font-family: Century Gothic;
	font-size: 11px;
	color: #FF6699;
	text-decoration: none;
	font-style: italic;
}
a:hover {
	font-family: Century Gothic;
	font-size: 11px;
	color: #FF99CC;
	font-style: italic;
}
a:active {
	font-family: Century Gothic;
	font-size: 11px;
	color: #990033;
	text-decoration: none;
	font-style: italic;
}
