body {
	margin: 170px 0px 0px 0px;
	padding: 0px;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 0.75em;
	font-family: Arial, sans-serif;
	line-height: 20px;
}

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

.text a {
	border-bottom: 1px solid #E0E0E0;
}

.text a:hover {
	background-color: #EEEEEE;
}

.caption {
	font-size: 0.9em;
	line-height: 15px;
}

#set a {
	color: #CCCCCC;
	border-bottom:0px;
	text-decoration:none;
}

#set a:hover {
	border-bottom: 1px solid #E0E0E0;
}

#banner {
	font-family: Helvetica, Arial, sans-serif;
	position: absolute;
	top: -25px;
        left: 0px;
	color:#E0E0E0;
	font-size: 16.0em;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.0em;
}	

#menu {
	position: absolute;
	top: 160px;
	left: 20px;
	width: 100px;
}

.content {
	position: absolute;
	top: 160px;
	left: 130px;
	width: 85%; 
}

form input, textarea {
	border: 1px solid #E0E0E0;
	padding: 1px;
}

textarea {
	height: 100px;
	width: 500px;
}

#submit input {
	width: 110px;
	cursor: pointer;
	background-color: #FFFFFF;
}

#submit input:hover {
	background-color:#EEEEEE;
}

img {
	border: 1px solid white;
	vertical-align:middle;
}

#thumbs img {
	position: relative;
	margin: 3px;
	left: -3px;
}

a:hover img {
	border: 1px solid #999;
}

.title {
	font-weight: bold;
	font-size: 1.0em;
}

#prev, #next  {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 50px;
	text-decoration: none;
	position: relative;
	left: -28px;
	
}

#prev, #next a img {
	border: 0px;
	margin: 0px;
}

#prev a, #next a {
	color:#F0F0F0;
	text-decoration: none;
}

#prev a:hover, #next a:hover{
	color:#E0E0E0;
	text-decoration: none;
	border: 0px;
}

#hidden {
	visibility: hidden;
}

ul {
	padding: 0px;
	margin-left: 15px;
	margin-top: 0px;
}

li {
	padding-left: 0px;
}