@charset "UTF-8";
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
}
#container {
	height: auto;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#imageholder {
	height: 500px;
	width: 700px;
	background-color: #000000;
}
#photos {
	width: 700px;
	float: left;
}
#nav {
	height: 50px;
	width: 700px;
	float: left;
}
#newgroundwork {
	height: 25px;
	width: 700px;
	float: left;
	text-align: center;
	font-size: 9px;
	color: #852326;
}
ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
li {
	float: left;
	padding-right: 24px;
}
a {
	text-decoration: none;
	color: #852326;
	display: block;
	padding-top: 15px;
}
a:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
p a {
	text-decoration:none;
	color:#7D2124;
	display:inline;
}
p a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #white;
	}
.noborder a:hover {
 border-bottom: none;
}
#album_left {
	float: left;
	height: 500px;
	width: 200px;
	background-color: #000000;
}
#album_left li {
	list-style-type: none;
	float: none;
}
#album_right {
	float: left;
	height: 500px;
	width: 500px;
}
