body
{
	font-family: Garamond, serif;
	background-color: #fff;
	color: #000;
	font-size: 1em;
	position: relative;
	margin: 10px auto;
	width: 900px;
	border: 0px solid red;
	background-color: #ccc;
}

#wrap
{
	padding: 10px;
	background-color: #fff;
	clear: both;
}

a
{
	color: #009;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #000;
}




h1
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: bold;
	color: #999;
	font-size: 1.8em;
}


h2
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: normal;
	color: #903;
	border-bottom: 0px solid #ccc;
	font-size: 1.4em;
}

#logo
{
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	color: #fff;
	font-size: 1.6em;
	border: 0px solid #903;
	background-color: #903;
	padding: 10px;
	letter-spacing: 10px;
	word-spacing: 3px;
	font-variant: small-caps;
}


#top
{
	overflow: hidden;
	border-width: 0 0 2px 0;
	border-color: #ccc;
	border-style: solid;
}

#top a
{
	display: block;
	float: left;
	margin-right: 56px;
	text-decoration: none;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	border: 0px solid red;
}

#top a:active
{
	/*float: left;*/
	border: 0px solid #fff;
}

#allbuttop
{
	clear: both;
	margin-top: 30px;
	background-color: #fff;
	overflow:auto;
}

p
{
	margin-top: 0px;
	padding-top: 0px;
}

#hmcontent p
{
	margin-right: 20px;
}

.credit
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: .7em;
	text-align: center;
	font-style: italic;
}


a#on
{
	color: #000;
}

a.on
{
	color: #000;
}

.onerev
{
	width: 580px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.onerev#onlyrev
{
	border-bottom: 0px solid #ccc;
}

#allrevs
{
	float: right;
	width: 270px;
	padding: 10px;
	margin-left: 10px;
	background-color: #ccc;
}

#allrevs a
{
	display: block;
	margin-bottom: 5px;
	text-decoration: underline;	
}

