body {
	font-family: Trebuchet, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	background: #3a3227;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top: 9px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4c3b22;
}
p, h1, h2 {
	padding: 0;
	margin: 0;
}
img {
	border: none;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #a8752e;
	height: 7px;
	line-height: 8px;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#2c231c;
	height: 30px;
}
#footer p {
	text-align: center;
	color: #d4b27f;
	line-height: 30px;
	margin: 0;
	padding: 0;
}
#footer a {
	color: #d4b27f;
}
#footer a:hover {
	color: #FFFFFF;
}
#bottom {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 30px;
	background: #3B3227;
}
#bottom p {
	font-size: 10px;
	text-align: center;
	color: #d7c5aa;
	line-height: 30px;
	margin: 0;
	padding: 0;
}
#bottom a {
	color: #d7c5aa;
	text-decoration: none;
}
#bottom a:hover {
	color: #FFFFFF;
}
.cellBottomBorder {
	border-bottom: solid 2px #756341;
}
.navBorder {
	height: 3px;
	background: url(../images/nav-bottom-border.gif) repeat-x;
	line-height: 0px;
}
.navHolder {
	height: 62px;
	line-height: 0px;
}
.navHolderInterior {
	height: 40px;
	line-height: 0px;
}
.cellHomeText {
	border-bottom: solid 2px #756341;
	padding-left: 15px;
	font-size: 12px;
	width: 285px;
}
#formholder {
	padding: 14px 0 0 0;
	height: 36px;
	text-align: right;
}
.searchfield {
	margin: 0;
	border: 1px inset #C6C1AE;
	height: 16px;
	width: 90px;
	color: #3B3227;
	font-size: 11px;
	padding: 4px 5px 2px 5px;
	vertical-align: top;
	line-height: normal;
}
.search {
	height: 22px;
	width: 22px;
	background: url(../images/icon-search.gif) 0 0 no-repeat;
	border: none;
}
.search:hover {
	background-position: -22px 0;
	cursor: pointer;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 0px;
    line-height: 0px;
}

/* HOME PAGE STYLES */
#mainContent {
	padding: 38px 40px 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}


/* INTERIOR PAGE STYLES */
#interiorContent {
	padding: 20px 46px 0 46px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#interiorHeader {
	height: 75px;
	border-bottom: solid 2px #766341;
}
#graybgd {
	background: url(../images/bgd-gray.gif) left repeat-y #ffffff;
}
#interiorSidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 110px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #e8e3d8; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	height: 470px;
}
#interiorArea {
	width: 563px;
	margin: 0 0 0 110px;
	padding: 35px 0 16px 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#interiorAreaSubNav {
	width: 563px;
	margin: 0 0 0 110px;
	padding: 0 0 16px 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#interiorArea img, #interiorAreaSubNav img{
	border: solid 2px #756341;
	float: right;
	margin: 0 0 10px 10px;
}
#subNav {
	text-align: left;
	padding: 0 0 15px 0;
}
#subNav a{
	color: #3a3227;
	font-size: 10px;
	line-height: 15px;
	text-decoration: none;
	text-transform: uppercase;
}
#subNav a:hover{
	color: #3B3227;
}
	
#interiorArea p, #interiorAreaSubNav p{
	margin: 0 0 20px 0;
}
#interiorArea a, #interiorAreaSubNav a{
	color: #C27B13;
}
#interiorArea a:hover, #interiorAreaSubNav a:hover{
	color: #3B3227;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	color: #A8752E;
	font-size: 22px;
	line-height: 30px;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 5px 0;
}
h2 {
	margin: 0 0 10px 0 ;
	font-family: Trebuchet, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #3B3227;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	border-bottom: 1px solid #756341;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	color: #766341;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.interiorsearchfield {
	margin: 10px 0 0 0;
	border: 1px inset #C6C1AE;
	height: 16px;
	width: 85px;
	color: #3B3227;
	font-size: 11px;
	vertical-align: top;
}
.interiorsearch {
	height: 10px;
	width: 58px;
	background: url(../images/nav-search.gif) 0 0 no-repeat;
	border: none;
	margin-top: 10px;
}
.interiorsearch:hover {
	background-position: -58px 0;
	cursor: pointer;
}
.interiorsearch-searchpage {
	height: 22px;
	width: 22px;
	background: url(../images/icon-search-interior.gif) 0 0 no-repeat;
	border: none;
	margin-top: 10px;
}
.interiorsearch-searchpage:hover {
	background-position: -22px 0;
	cursor: pointer;
}

/* HOME PAGE ROLLOVERS */
a.homeMuseums {
	display: block;
	width: 110px;
	height: 110px;
	background: url(../images/menu-home.gif) 0 -110px no-repeat;
	text-decoration: none;
	border-bottom: solid 2px #FFFFFF;
}
a:hover.homeMuseums {
	background-position: -110px -110px;
}
a.homeNonProfits {
	display: block;
	width: 110px;
	height: 110px;
	background: url(../images/menu-home.gif) 0 -220px no-repeat;
	text-decoration: none;
}
a:hover.homeNonProfits {
	background-position: -110px -220px;
}
a.homeArtists {
	display: block;
	width: 110px;
	height: 110px;
	background: url(../images/menu-home.gif) 0 0 no-repeat;
	text-decoration: none;
	border-bottom: solid 2px #FFFFFF;
}
a:hover.homeArtists {
	background-position: -110px 0;
}
a.homeProducers {
	display: block;
	width: 110px;
	height: 110px;
	background: url(../images/menu-home.gif) 0 -330px no-repeat;
	text-decoration: none;
}
a:hover.homeProducers {
	background-position: -110px -330px;
}

/* INTERIOR PAGE ROLLOVERS */
a.interiorMuseums {
	display: block;
	width: 70px;
	height: 75px;
	background: url(../images/menu-interior.gif) 0 -75px no-repeat;
	text-decoration: none;
}
a:hover.interiorMuseums {
	background-position: -70px -75px;
}
a.interiorNonProfits {
	display: block;
	width: 70px;
	height: 75px;
	background: url(../images/menu-interior.gif) 0 -150px no-repeat;
	text-decoration: none;
}
a:hover.interiorNonProfits {
	background-position: -70px -150px;
}
a.interiorArtists {
	display: block;
	width: 70px;
	height: 75px;
	background: url(../images/menu-interior.gif) 0 0 no-repeat;
	text-decoration: none;
}
a:hover.interiorArtists {
	background-position: -70px 0;
}
a.interiorProducers {
	display: block;
	width: 70px;
	height: 75px;
	background: url(../images/menu-interior.gif) 0 -225px no-repeat;
	text-decoration: none;
}
a:hover.interiorProducers {
	background-position: -70px -225px;
}


/* HOME PAGE NAVIGATION ROLLOVERS */
a.navServices {
	display: block;
	margin: auto;
	width: 38px;
	height: 10px;
	background: url(../images/nav-services.gif) 0 0 no-repeat;
	text-decoration: none;
}
a:hover.navServices {
	background-position: -38px 0;
}
a.navAbout {
	display: block;
	margin: auto;
	width: 46px;
	height: 10px;
	background: url(../images/nav-about.gif) 0 0 no-repeat;
	text-decoration: none;
}
a:hover.navAbout {
	background-position: -46px 0;
}
a.navNews {
	display: block;
	margin: auto;
	width: 74px;
	height: 9px;
	background: url(../images/nav-news.gif) 0 0 no-repeat;
	text-decoration: none;
}
a:hover.navNews {
	background-position: -74px 0;
}
a.navResources {
	display: block;
	margin: auto;
	width: 48px;
	height: 9px;
	background: url(../images/nav-resources.gif) 0 0 no-repeat;
	text-decoration: none;
}
a:hover.navResources {
	background-position: -48px 0;
}
a.navArticles {
	display: block;
	margin: auto;
	width: 36px;
	height: 10px;
	background: url(../images/nav-articles.gif) 0 0 no-repeat;
	text-decoration: none;
}
a:hover.navArticles {
	background-position: -36px 0;
}
a.navGlossary {
	display: block;
	margin: auto;
	width: 40px;
	height: 12px;
	background: url(../images/nav-glossary.gif) 0 0 no-repeat;
	text-decoration: none;
}
a:hover.navGlossary {
	background-position: -40px 0;
}
a.navContact {
	display: block;
	margin: auto;
	width: 54px;
	height: 10px;
	background: url(../images/nav-contact.gif) 0 0 no-repeat;
	text-decoration: none;
}
a:hover.navContact {
	background-position: -54px 0;
}