body {
	font-family:lucida sans, helvetica, verdana, arial, sans-serif;
	font-size:12px;
	line-height: 15px;
	color: #333;
	margin:0;
	padding:0;
	height:100%
}



#container {	
	margin: 10px auto;
	width: 760px;
	border-left: 1px;
}


.header {
	margin: 0px 0px 0px 10px;
	border-bottom: solid 1px #aaa;
	padding: 5px 0px 2px 0px; 
	font-size: 0.9em;
	clear: both;
}



.flash {
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 10px 0px; 
	font-size: 0.9em;
	clear: both;
}


.tombstone {
	font-size:13px;
	line-height: 17px;
	color: #000;

}



.footer {
	margin: 0px 0px 0px 10px;
	border-top: solid 1px #aaa;
	padding: 5px 0px 0px 0px; 
	font-size: 0.9em;
	clear: both;
}


.exhTitle {
	float: left;
}

.links {
	float: right;
	text-align: right;
}

a {
	color: #333;
	text-decoration: none;
}

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

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

a:visited:hover {
	color: #ff3399;
	text-decoration: none;
}

