body {
	margin: 0 auto;
}
#drop { position: absolute; top: 45px }
a:link, a:visited  { color: #b9d87c; text-decoration: underline }
a:hover, a:active {
	color: #fff;
	text-decoration: none;
}

h1 a {
	/*position: absolute;*/
	background: #5A5A5A;
	padding: 2px 8px 4px;
}

h1 a:link, h1 a:visited {
	color: #fff;
	text-decoration: none;
}

h1 a:hover, h1 a:active {
	color: #fb821f;
}

a.siteLink  { color: #5a5a5a; font-weight: bold; font-size: 1.5em; text-decoration: none; text-align: center; float: right; border: solid 1px #5a5a5a; width: 40px; display: block }

a.siteLink:hover, a.siteLink:active  { color: #b9d87c }

div.textWrapper {
	margin: 0 auto;
}

a.homePrev { color: #fff; background-color: #373737; border: solid 1px #757575; position: absolute; top: 5px; left: 450px; cursor: pointer }

a.homeNext   { color: #fff; background-color: #373737; border: solid 1px #757575; position: absolute; top: 5px; left: 500px; cursor: pointer  }