body {
	margin: 10px 0;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff url(images/stripe_back.jpg);
}
a:link, a:visited {
	color: #CC3366;
	text-decoration: none;
}
a:hover, a:active {
	border-bottom: 1px dashed #CC3366;
}
form {
	margin: 0;
	padding: 0;
}
h1#aboutUs {
	width: 250px;
	height: 43px;
	background: url(images/text-about-us.gif) top left no-repeat;
}
h1#contactUs {
	width: 250px;
	height: 43px;
		background: url(images/text-contact-us.gif) top center no-repeat;
}
h1#newsAndEvents {
	width: 250px;
	height: 43px;
	background: url(images/text-news-and-events.gif) top left no-repeat;
}
h1#photoGallery {
	width: 250px;
	height: 60px;
	background: url(images/text-photo-gallery.gif) top left no-repeat;
}
h1#directions {
	width: 250px;
	height: 43px;
	background: url(images/text-directions.gif) top left no-repeat;
}
h1#aboutArtists {
	width: 250px;
	height: 43px;
	background: url(images/text-about-the-artists.gif) top left no-repeat;
}

h1#consignors {
	width: 250px;
	height: 50px;
	background: url(images/consignment.gif) top left no-repeat;
}


h1#aboutUs span, h1#contactUs span, h1#newsAndEvents span, h1#photoGallery span, h1#directions span, h1#aboutArtists span {
	display: none;
}

table#container {
	margin: 0 auto;
	width: 750px;
	text-align:left;
	font-size: 12px;
	scrollbar-3dlight-color: #d4e5d1;
	scrollbar-arrow-color: #d4e5d1;
	scrollbar-base-color: #d4e5d1;
	scrollbar-darkshadow-color: #d4e5d1;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #d4e5d1;
	scrollbar-shadow-color: #d4e5d1;

	
	
	
	
	
}
td#siteNavigation {
	padding: 5px 3px;
	text-align: center;
	font: 10px verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFC;
	background-color: #000;
}
td#siteNavigation a:link, td#siteNavigation a:visited {
	color: #FFC;
	text-decoration: none;
}
td#siteNavigation a:hover, td#siteNavigation a:active {
	color: #d4e5d1;
	border: 0;
}
td#banner {
	height: 120px;
}
td#content {
	padding: 10px 0;
	vertical-align: top;
	font: 12px Arial, Helvetica, sans-serif;
	background: #fff;
}
td#content div#contentContainer {
	height: 505px;
	overflow: auto;
}
td#footer {
	padding: 5px;
	text-align: center;
	font: 10px verdana, Helvetica, sans-serif;
	color: #FFC;
	background-color: #000;
}
td#footer a:link, td#footer a:visited {
	color: #C36;
	border-bottom: 1px dashed #fff;
}
td#footer a:hover, td#footer a:active {
	border-bottom: 1px solid #fff;
}
td#galleryDesc {
	color: #000;
}
table#contactFrame {
	border: 1px solid #c36;
}
table#contactFrame td {
	vertical-align: top;
}
table#contactForm td {
	padding: 2px 5px;
}
div.news {
	padding: 10px 0;
	border-bottom: 1px dashed #CC3366;
}
.noDecoration a:hover, .noDecoration a:active {
	border-bottom: 0 !important;
}
.topBorder {
	padding: 10px 0;
	border-top: 2px dotted #fff;
}
#nav {
	margin: 0 0 360px;
	padding: 0;
	list-style: none;
}
#nav li {
display: block;
margin: .5em 0;
}
#nav a {
color: #ffc;
font-weight: bold;
}
#nav a:hover {
color: #d4e5d1;
border: none;
}