body {
	background-color: #161616;
	color:#FFFF99;
}

#main {
	background-color: #5f5346;
	height: auto;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#headercontainer {
		height: auto;
	width: 950px;
}

#header {
	height: 107px;
	width: auto;
}

#nav_menu ul {
list-style: none;
padding: 0;
margin: 0;
}

#nav_menu li {
float: left;
margin: 0 0 .15em;
}

img{
	border-style: none;
}

.home {
	display: block;
	width: 99px;
	height: 41px;
	background: url('/images/home.png') bottom;
	text-indent: -99999px;
}
.home:hover {
	background-position: 0 0;
}

.gallery {
	display: block;
	width: 114px;
	height: 41px;
	background: url('/images/gallery.png') bottom;
	text-indent: -99999px;
}

.gallery:hover {
	background-position: 0 0;
}

.resume {
	display: block;
	width: 120px;
	height: 41px;
	background: url('/images/resume.png') bottom;
	text-indent: -99999px;
}

.resume:hover {
	background-position: 0 0;
}

.contact {
	display: block;
	width: 119px;
	height: 41px;
	background: url('/images/contact.png') bottom;
	text-indent: -99999px;
}

.contact:hover {
	background-position: 0 0;
}

#content {
	height: auto;
	width: 900px;
	right: 30px;
	left: 30px;
	position: relative;
}

#gallery_artwork {
	height: 900px;
}

#gallery_artwork ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#gallery_artwork li {
	float: left;
	margin: 5px;
}


#clear {
	clear: both;
}	

#copyright {
	text-align: center;
	color: #ffffbe;
}
