body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fafaf8;
	padding: 0px;
}

a:link {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	color: #81720f;
	text-decoration: none;
}	
a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #947617;
	text-decoration: none;
}

a:hover {
	color: #C89100;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a:active {
	color: #947617;	
}
.sidelinks {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
}

h1 {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #923009;
	text-transform: none;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	text-align: left;
	font-weight: normal;
}
.bodytextsans {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #555555;
	margin-bottom: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
}
.bodytextsmall {
	font-size: 12px;
	line-height: 19px;
	color: #555555;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	margin-bottom: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
}

blockquote {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #555555;
	margin-bottom: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 24px;
	text-align: left;
}

.page-head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	text-transform: none;
	color: #731E2B;
	margin-bottom: 9px;
	margin-top: 18px;
	margin-right: 0px;
	margin-left: 0px;
}

.sidebartext {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #555555;
}

.image_float_rt {
	float: right;
	margin-left: 12px;
	margin-bottom: 6px;
}
.image_float_left {
	float: left;
	margin-right: 12px;
	margin-bottom: 6px;
}
.image_sidefloat {
	float: left;
	margin-right: 20px;
	margin-bottom: 6px;
}
.sideindent {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #222222;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#scroll {
	overflow: auto;
	overflow-y:hidden;
	height: 88px;
	width: 690px;
	margin: 0px;
}


#leftintro {
	height: auto;
	width: 164px;
	margin-top: 48px;
	margin-left: 18px;
}

#homeleft {
	height: auto;
	width: 128px;
	margin-top: 48px;
	margin-left: 18px;
}

#specs {
	height: auto;
	width: 188px;
}

.clear-fix{
	clear:both;
}


#mainimage {
	height: 425px;
	width: 512px;
}

#navbar {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 34px;
	width: 800px;
	height: 24px;
}

#interiormain {
	margin-right: 48px;
	margin-left: 18px;
}

/* Beginning of custom menu styles. */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav{
  margin-left:37px;
	text-align:left;
}

/* control the primary link color within the nav bar */
#nav a {
	display: block;
	/* width: 10em; */
	color:#81720f;
	font-size:12px;
}

#nav li ul li a {
	width: 10em;
}

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

#nav li {
	float: left;
	width: 6em;
}

#nav li.margin-top{
  margin:4px 0 0;
	padding-bottom:4px;
}

#nav li.margin-top-left{
  margin-left:20px;
}

#nav li.margin-top-short {
  width:4em;
}

#nav li ul {
	position: absolute;
	width: 6em;
	left: -999em;
	margin-top:3px;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
} 

/* this is the spacing on the dropdown items AND the color of background bars on which the text falls */
#nav li ul li a{
	background-color:#D8BD5B;
	padding:5px;
}
/* controls hover bar color. */
#nav li ul li a:hover{
	background-color: #E9CD60;
} 

#nav li ul.width120 a{
  width:120px;
}

#nav li.width70{
  width:70px;
	margin-left:30px;
}

/* Adding specific widths to each of the primary navigation items. */

#nav li.primary-1{ /* portfolio */
	width:96px;
}

#nav li.primary-2{ /* exhibitions */
	width:118px;
}

#nav li.primary-2a{ /* horizon-lines */
	width:130px;
}

#nav li.primary-3{
	width:144px;
}

#nav li.primary-4{ /* studiovisit */
	width:110px;
}

#nav li.primary-5{
	width:66px;
}

#nav li.primary-6{
	width:100px;
}

/* End of custom menu styles. */

