html * {
	margin: 0;
	padding: 0;
}
body {
	color: #fff;
	background-color: #000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
}
#header {
/*		background: url("/images/gallery_title.gif") #000 bottom right no-repeat;*/
	margin: 0 10px 20px 0;
}
#h_nav {
	float: right;
	background: url("/images/gallery_title.gif") #000 bottom right no-repeat;
	font-size: .7em;
}
#h_nav img {
	border: 0;
	margin-top: 10px;
}
#nav {
	float: left;
	width: 170px;
	padding: 5px 5px 5px 25px;
	text-align: right;
}
#gal {
	float: right;
	width: 170px;
	padding: 5px 5px 5px 25px;
	font-size: 80%;
	text-align: right;
}
#alt {
	float: right;
	width: 170px;
	padding: 5px;
	text-align: right;
	margin-right: 10px;
	margin-left: auto;
}
#nav ul, 	#alt ul {
	list-style: none;
	margin-bottom: 16px;
	margin-top: 5px;
}
#nav ul li,	#alt ul li {
	border-bottom: ?;
	margin-bottom: 5px;
	margin-top: 0;
	padding-bottom: 0;
}
#nav a {
	font-size: .7em;
}
#slide {
	margin-left: 215px;
	margin-right: 215px;
	text-align: center;
	padding-left: auto;
	padding-right: auto;
}
#slide img, #slide a img {
	border: 0;
}

#footer {
	padding-bottom: 10px;
	margin: 10px;
	clear: both;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	color: #666;
}
#container {
	background-color: #000;
	width: 800px;
	margin-top: 0;
	padding-top: 10px;
}
a:link, a:visited {
	text-decoration: none;
	color: #fff;
	display: block;
	_height: 1em;
}
a:hover, a:active {
	text-decoration: underline;
	color: #666;
	/*background-color: #333;*/
	display: block;
	_height: 1em;
}
#header a, #slide a {
	display: inline;
}