body {margin: 0px; padding: 0px}
#total { position: absolute; width: 100%; left: 0px }
#thumbs  {
	position: absolute;
	text-align: left;
	top: 150px;
	left: 157px;
	padding: 0px;
}
#thumbs ul li { display: inline }
#thumbs img  {
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -6px;
	border: thick dashed #000;
}
#details {
	width: auto;
	height: 120px;
	color:#FAFAF0;
	position: absolute;
	right: 0px;
	left: 696px;
	z-index: 2;
	margin: auto;
	padding: 10px;
	text-align: right;
	line-height: 200%;
	background-color: #ff7300
}	
#menu {
	position: absolute;
	width: 160px;
	height: 530px;
	z-index: 0;
	top: 140px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

ul {	
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small
}
#menu li {
	margin-top: -8px;
	padding: 0
}
#menu img {
	border: none;
	padding: 0;
	
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #fff;
	text-decoration: none;
}
#nav { position: absolute; top: 0px; left: 0px; z-index: 1; white-space: nowrap } 

.navbutton {
	float: left;
	background-color:#FFFF00;
}
#home a {
	background: url(../images/nav/homelogo.jpg);
}
#home a:hover {
	background: url(../images/nav/homelogo_hover.jpg);
}
#fashion a {
	background: url(../images/nav/waxhome_04.jpg);
}
#fashion a:hover {
	background: url(../images/nav/waxhome_hover_04.jpg);
}
#art a {
	background: url(../images/nav/waxhome_05.jpg);
}
#art a:hover {
	background: url(../images/nav/waxhome_hover_05.jpg);
}
#poetry a {
	background: url(../images/nav/waxhome_07.jpg); margin-left: -20px;
}
#poetry a:hover {
	background: url(../images/nav/waxhome_hover_07.jpg);
}
#money a {
	background: url(../images/nav/waxhome_08.jpg);
}
#money a:hover {
	background: url(../images/nav/waxhome_hover_08.jpg);
}
#end {
	background: url(../images/detailsend.gif);
	height: 140px;
	width: 115px;
}
#menu img.current {
	border-right: thick dotted #FFFF00;
	border-left: thick dotted #FFFF00;

}