html,body {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
body {	
	background: #8A4314;
	font-size: 12px;
	color: white;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
	z-index: 1;
}
em {
	font-style: normal;
	font-weight: bold;
	color: orange;
}
img,table,tr,td {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#header {
	position:absolute;
	top:0px; left:0px; width: 100%; height:50px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-bottom: 2px dotted #F4DBA1;
	text-align: center;
	color: #F4DBA1;
	background: #583016;
}

#menu  {
	position:absolute;
	top:52px; left:0px; width: 153px; bottom:0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	border: 0px;
	padding-top: 8px;
	color: #F4DBA1;
	border-right: 2px dotted #F4DBA1;
	background: #6D3610;
}

#content {
	position:absolute;
	top:52px; left:160px; right: 0px; bottom:30px;
	overflow:auto;
	margin: 0px;
	padding: 10px;
	border: 0px;
	font-size:12px; font-family: verdana, arial, geneva, helvetica, sans-serif;
}

#footer {
	position:absolute;
	left: 160px; right: 0px; height: 30px; bottom:0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #583016;
	border-top: 2px dotted #F4DBA1;
}

#footerPrevious {
	position:absolute;
	top:5px; left:0px; width: 50%; height:25px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	padding-left: 10px;
}

#footerNext {
	position:absolute;
	top:7px; right:0px; width: 50%; height:23px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	border: 0px;
	padding-right: 10px;
}

#thumbnail {
	position:absolute;
	top:320px; left:10px; width: 140px; height:250px;
}

a:link {
	color: #deb85f;
	background: transparent;
	text-decoration: none;
}
a:visited {
	color: #deb85f;
	background: transparent;
	text-decoration: none;
}
a[href]:hover {
	color:orange;
	text-decoration: underline;
}

p {text-align: justify; margin-top:0px}
ul {text-align: justify;}
h1{font-size: 17px; margin-top:15px;}
h3{margin-bottom: 5px; color: #F4DBA1;}

img.floatLeft { 
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}
img.floatRight { 
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

clearleft {
	clear:left;
} 

clearright {
	clear:right;
} 

ul {
	padding: 0px 0px 6px 0px;
	margin: 0px;
}

li {
	list-style-type:square;
	list-style-position:outside;
	margin-left: 30px;
	padding: 0px 0px 6px 0px;
}

li.menu, li.menu2 {
	list-style-type: none;
	margin: 0px;
	padding-left: 16px;
}

li.active, li.active2 {
	list-style-type:disc;
	list-style-position: inside;
	padding-left: 16px;
	text-indent: -16px;
	font-weight: bold;
	color: orange;
	margin: 0px;
}

li.menu2, li.active2 {
	margin-left: 10px;
}

.highlightanchor {
	background: #BA0F00;
}

#dice { background: url(images/dice.png) no-repeat center; height: 62px; width: 97px; position:absolute; top: 200px; left:10px;}