body {
	background-color: white;
	text-align: center;
	margin-top: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

#navigation {
	position: relative;
	top: -225px;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	padding: 0px;
}

#navigation li {
	display: inline;
	padding: 12px;
	letter-spacing: 1px;
}

a:link {
	color: #777371;
	text-decoration: none;
}
a:visited {
	color: #777371;
	text-decoration: none;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

a:hover {
	color: #b91d12;
}

body#home a#homenav,
body#installations a#instalnav,
body#sculpture a#sculpnav,
body#paintings a#paintnav,
body#drawings a#drawnav,
body#press a#pressnav,
body#resume a#resumenav,
body#contact a#contnav {
color: #b91d12;
}

#footer {
	color: #a29b98;
	font-size: 85%;
	margin: -10px 0px 50px 0px;
}

