html 
{
    /*background: url('../images/bg.jpg') no-repeat bottom right fixed;*/
	height: 100%;
	font-family: vernada, tahoma, arial, sans-serif;
	color: #7F6646;
	
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

a:link {
	color: #C69973;
}

a:hover {
	color: #EAC29F;
}

a:visited {
	color: #765B39;
}


#header
{
    background: url("../images/logo.gif") no-repeat;
    position: absolute;
    top: 1em;
    left: 1em;
    width: 95px;
    height: 105px;
}

#menu
{
    position: absolute;
    top: 1em;
    right: 1em;
    width: 16em;
    height: 15em;
	z-index: 10;
}

#menu ul li {
	list-style-type: none;
}

#horizon
{
    position: absolute;
    top: 50%;
    width: 99%;
    height: 1px;
    overflow: visible;
	z-index: 10;
}

#content, #about
{
    position: absolute;
    left: 40%;
    width: 350px;
    margin-left: -200px; /*Half the width - changed to offset*/
    height: 100px;
    margin-top: -150px; /*Half the height - changed to offset*/
	z-index: 10;
}

#content p, #about p {
	margin-left: 60px;
	letter-spacing: 2px;
}

#about {
	width: 500px;
	margin-top: -300px;
}

#about h1 {
	font-size: 1em;
	font-weight: normal;
}

#about p {
	letter-spacing: 0px;
}

#story
{
    position: absolute;
    bottom: 3em;
    right: 1em;
    width: 40em;
    height: 6em;
	z-index: 10;
}

#thumbnails{
	position: absolute;
	bottom: 3em;
	left: 1em;
	height: 4em;
	z-index: 10;
}

#thumbnails img {
	filter: alpha(opacity=0);
	opacity: 0;
}

#description {
	font-size: 12px;
}

#description h2 {
	font-size: 14px;
}

#footer
{
	position: absolute;
	bottom: 0em;
	right: 1em;
	height: 1.5em;
	width: 20em;
	overflow: visible;
	text-align: right;
	z-index: 10;
}

#footer h1{
	font-size: 1em;
	font-weight: bold;
	display: inline;
	margin: 0 1em 0 1em;
}

#footer span a{
	font-size: 0.8em;
}

#underlay {
	background: #fff;
	z-index: 0;
	position: absolute;
	left: 0;
	top: 0;
	background-position: center left;
}

.label {
	display: block;
	float: left;
	width: 5em;
	font-weight: bold;
}

dl {width: 90%; height: 90%; top:0; left:0;}
dd {width: 100px; height: 100px; display: block; position: absolute; border: solid 1px #7f6646;}
dd a {width: 100%; height:100%; display: block;}