/* start selectors */
body {
	color: #737373;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #fff; 
	text-align: center;
	margin: 5px;
}
/* end selectors */


/* text link */
a:link, a:visited, a:active {
	color: #737373;
	text-decoration: none;
	background-color: #FFFFFF;
	}

a:hover {
	color: #000;
	background-color: #FFFFFF;
	}	
/* end text link */

/* header link */
#header a:link img, #header a:visited img, #header a:active img, #header a:hover img {
	margin: 0;
	padding: 0;
	border: 0;
	}

/* thumbnail link */
a:link img, a:visited img, a:active img  {
	border: 1px solid #fff;
	}
a:hover img {
	border: 1px solid #000;
	}
/* end thumbnail link */

	
/* layout */
#frame {
	margin-left:auto; 
	margin-right:auto; 
	width: 802px;  
	text-align: left; 
}
#header {
	width:802px;
	margin-bottom: 2px;
}

#art_display {
	width: 802px;
        margin: 0 0 7px 0;
}

#photo_thumbs {
	width: 802px;
        height: 42px;
        margin: 0 0 7px 0;
}

#art_thumbs {
	width: 802px;
        margin: 0 0 2px 0;
}
#footer {
	width: 802px;
	margin: 1px 0 0 4px;
}
/* end layout */


#art_display img {
	border: 1px solid #000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#photo_thumbs ul, #art_thumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}

#photo_thumbs li, #art_thumbs li {
	margin: 0 -1px 1px 0px;	
	display: inline;
	}

#footer p {
	font-size: 10px;
	line-height: 11px;
	padding: 0;
	margin: 0;
	}

#photos_title_spacer {
	margin: 0 -4px 2px 5px;
	}
#art_title_spacer {
	margin: 0 -4px 0 5px;
	}

