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

#logo {
	position: absolute;
	top: 37px;
	left: 25px;
	border: none;
}

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;
}

a img {
	border: none;
}

#navigation {
	list-style-type: none;
	padding: 45px 0px 10px 0px;
	text-align: right;
}

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

#titlemenu {
	list-style-type: none;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	width: 800px;
	margin-top: 55px; 
}

#titlemenu li {
	display: inline;
	padding-top: 10px;
}

.number {
	color: #b91d12;
	font-weight: bold;
} 

#preview {
	position: relative;
	top: 40px;
	margin-left: auto;
	margin-right: auto;
	border: thin dotted #777371;
	width: 321px;
	height: 178px;
	padding: 5px;
}

#preview ul {
	border: none;
	list-style-type: none;
	text-align: left;
	color: #777371;
	font-size: 10px;
	letter-spacing: 0px;
	margin: 0px;
	padding-top: 10px;
	padding-left: 0px;
}

#preview li {
	padding-top: 1px;
}

.headlines {
	font-size: 105%;
	font-weight: bold;
	color: #777371;
	padding: 0px 0px 3px 0px;
	letter-spacing: 0px; 
}

.no_highlight {
	color: #777371;
}

.highlight {
	color: #b91d12;
}

.details {
	display: none;
}

/*
.show {
	display: block;
}

.hide {
	display: none;
}
*/

.details .name {
	color: #5e5a58;
	font-weight: bold;
}

#allcontent { 
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

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;
}

#viewimage {
	text-align: left;
	font-size: 10px;
	color: #777371;
	font-weight: bold;
}

#viewimage a:link {
	color: #b91d12;
}

#footer {
	color: #777371;
	font-size: 85%;
	clear: left;
	margin-top: 180px;
}

