body	
	{
		font-family:arial,verdana,helvetica,sans-serif;
		font-size: 14px;		
		color: #000;
		background: #F2EFED; 
		margin: 11px 0 23px 0;
		padding:0;
	}

/* redundant selectors since we're not using strict doctype so we inherit buggy inheritence issues in tables etc */
div, span, p, th, td, ul, ol, li, dd, dl, dt, h1, h2, h3, h4, blockquote   
	{
		font-family:arial,verdana,helvetica,sans-serif;		
		color: #000;
	} 	

#top-nav {margin:0;padding:0;}
#artwork {margin:22px 0 0 0;padding:0;}
#artwork img {margin:0;padding:0;}
#contact {margin:18px 0 0 0;padding:0;}
#contact p {font-weight:bold;font-size:15px;font-weight:bold;line-height:18px;text-align:center;}
#credit-info {margin:39px 0 0 0;padding:0;}
#credit-info p,div {margin:0;padding:0;}
#footer-nav {margin:31px 0 0 0;padding:0;}

#footer-nav-words {margin: 0 141px 0 171px;padding:0;}
#copyright {margin:5px 0 0 0;padding:0;}
#nolalinks {margin-top:14px;}

.info-med {font-size:15px;line-height:18px;}
.info-lg {font-size:16px;line-height:20px;}
.details {font-size:14px;margin-top:9px;padding-top:0;padding-bottom:0;margin-bottom:21px;}
.title {font-weight:bold;font-style:italic;}
.info-sm {font-size:12px;line-height:14px;}
.captions {margin-top:9px;padding-top:0;padding-bottom:0;font-size:12px;line-height:14px;}

.nomargin {margin:0;padding:0;}
	
a:link	{text-decoration: underline;}
a:visited {text-decoration: underline;}
a:hover	{text-decoration: none;}
a:active {text-decoration:none;}

.bullet {display:none;} /* nav 4 doesn't support this character, so we hide it from it; imported css redisplays it & hides nav 4 "bullet" */