body {
	background-color: black;
	font-family: Lucida Grande;
	font-size: 10px;
}

#container {
	width: 640px;
	height: auto;
	margin: 0 auto 0;
}

#who a {
	text-decoration: none;
	color: black;
}

#who a:visited {
	text-decoration: none;
	color: black;
}

#who a:hover {
	text-decoration: none;
	color: gray;
}

#who a:active {
	text-decoration: none;
	color: gray;
}


#who {
	height: auto;
	width: auto;
	float: left;
	margin-bottom: 50px;
}

#who ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}

#who ul li {
	width: auto;
	background-color: white;
	padding: 5px 15px 5px 15px;
	margin: 0 8px 8px 0;
	float: left;
}

#logo {
	display: block;
	width: 18px;
	height: 18px;
	text-indent: -9000px;
	background: url(images/header_logo.png) no-repeat;
	float: left;
	border: none;
	margin: -3px 2px 0 0;
	padding-right: 3px;	
}

#header {
	width: 640px;
	height: 47px;
	border-bottom: thin;
	border-bottom-style: solid;
	border-bottom-color: white;
	text-align: right;
	color: white;
	margin-bottom: 8px;
}

#header ul {
	list-style: none;
	margin: 26px 0 0 0;
	padding: 0;
	float: left;
}

#header ul li {
	padding-right: 5px;
	display: inline;
}

#header a {
	text-decoration: none;
	color: white;
}

#header a:visited {
	text-decoration: none;
	color: white;
}

#header a:hover {
	text-decoration: none;
	color: gray;
}

#header a:active {
	text-decoration: none;
	color: gray;
}

#mailing_header{
	list-style: none;
	margin: 26px 0 0 0;
	padding: 0;
	float: right;
}

#content_area {
	height: auto;
	width: 640px;
	border-bottom: 1px solid white;
	margin-bottom: 8px;
}

#main-viewer-artist {
	width: 640px;
	height: 450;
	margin-bottom: 28px;
	background-color: white;
}

#main-viewer {
	width: 640px;
	height: 450;
	margin-bottom: 8px;
	background-color: white;
}

#description {
	font-family: Lucida Grande;
	width: 610px;
	height: auto;
	background-color: white;
	padding: 4px 15px 5px 15px;
	margin-bottom: 8px;
}

#bottom-bar {
	width: 625px;
	height: auto;
	background: white;
	padding: 5px 0 5px 15px;
	z-index: 500;
	position: fixed;
	bottom: 0;
	margin-top: 50px;
}

#bottom-bar a {
	text-decoration: none;
	color: black;
}

#bottom-bar a:visited {
	text-decoration: none;
	color: black;
}

#bottom-bar a:hover {
	text-decoration: none;
	color: gray;
}

#bottom-bar a:active {
	text-decoration: none;
	color: black;
}


#wrapper_nav {
	height: 13px;
	width: 610px;
	background-color: white;
	margin-bottom: 8px;
	padding: 5px 15px 5px 15px;
}

#fake_shit {
	width: 640px;
	height: 8px;
	background-color: black;
	color: black;
}

 #demo {
	background: #eee;
	margin: 0 0 1em 0;
	padding: 5px 10px;
	width: 640px;
	height: 300px;
	text-align: center;
	font-family: lucida grande;
	font-size: 14px;
}

.float-right {
	float: right;
	padding-right: 15px;
}