html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding:0;
	color: #767670;
	text-align:center;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	margin:0;
	padding:0;
}
h2 {
	font-size: 18px;
	margin:0;
	padding:0;
	font-weight:normal;
}
p {
	margin: 0px 0 10px 0;
	padding:0;
}
a {
	color: #97968F;
	text-decoration:none;
}
a:hover {
	color: #000;
	text-decoration:none;
}

.container {
	width: 990px;
	height: 587px;
	background:white url(images/logo.gif) no-repeat 18px bottom;
	margin:0;
	text-align:left;
	margin:0 auto;
}
/* menu */
.menu {
	float:left;
	display:inline;
	width: 190px;
	margin: 30px 0 0 18px;
}
.menu ul, .menu ul ul {
	list-style: none;
	margin:0;
	padding:0;
}
.menu ul a {
	color: #B3B3AC;
	font-size: 19px;
	text-decoration:none;
	font-weight:bold;
}
.menu ul ul a {
	font-size: 15px;
}
.menu ul a.active, .menu ul a:hover {
	color: #767670;
	text-decoration:none;
}
/* images */
.images {
	float: left;
	width: 420px;
	display:inline;
}
.gallery {
	height: 148px;
	margin-top:30px;
}
.gallery img{
	margin: 4px 7px 8px 1px;
}
.bigImg {
	height: 300px;
	padding-left:0px;
}

div#current_exhib_text {
	margin-top: 100px;
}

.arrowLeft {
	float: left;
	display:inline;
}
.arrowRight {
	float: right;
	display:inline;
	margin-right:13px;
}
/* text */
.text {
	float: left;
	display:inline;
	width:234px;
	margin-left:45px;
}
.text .bigImg h2 {
	margin-top: 100px;
}
/* text */
.artists {
	float: left;
	display:inline;
	width:440px;
	margin-top:30px;
}
.column {
	float: left;
	display:inline;
	width:131px;
	margin-right:12px;
}

/* location page */
.not_first {
	margin-top: 17px;
}

.location_map {
	margin-top: 67px;
}

/* contact */
.contact {
	margin-top: 30px;
}
.contact h2 {
	padding-top: 4px;
}
.contact p {
	margin: 6px 0;
}
.contact_photos {
	height: 155px;
	margin-top: 34px;
}
.contact_photosContainer {
	height: 155px;
	width: 78px;
	margin-right: 4px;
	float:left;
	display: inline;
}
.contact_photosContainer p {
	margin-top: 15px;
	font-weight: bold;
}
.contact_form {
	margin-top: 116px;
	width: 407px;
}
.contact_form .clear{
	clear: both;
	font-size:1px;
	height:6px;
	margin:0;
}
.contact_form label{
	width: 120px;
	display:inline;
	float:left;
}
.contact_form input, .contact_form textarea{
	width: 280px;
	display:inline;
	float:right;
	border:1px solid #767670;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.contact_form textarea{
	height: 65px;
}
.contact_form .send_msg {
	background:#CBC398 url(images/button_send.gif) no-repeat right center;
	border:0;
	width: 130px;
	color: white;
	text-align:left;
	cursor:pointer;
	padding: 1px 0 1px 4px;
}
.nonbold {
	font-weight: normal;
}
.artistImg {
	position: absolute;
	top: 327px;
}
.artist_intro {
	position: absolute;
/*	top: 130px;  changed by jon */
	top: 168px;
	width: 230px;
}
.biography {
	margin-top: 30px;
}
/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 390px;
height: 450px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #fff;
margin: 0;
padding: 0 15px 0 0;
}
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbase {
width: 12px;
background: #fff;
}
.vscrollerbar {
width: 12px;
background: url(images/scrollbar.gif) 0px 0px repeat-y;
cursor:pointer;
}

.vscrollerbar {
padding: 10px;
z-index: 2;
}
.vscrollerbarbeg {
background: #fff;
width: 12px;
height: 2px !important;
}
.vscrollerbarend {
background: #fff;
width: 12px;
height: 2px;
}

.vscrollerbasebeg {
background: url(images/arrow_top.gif) top left no-repeat;
width: 12px;
height: 12px !important;
cursor:pointer;
}
.vscrollerbaseend {
background: url(images/arrow_bottom.gif) bottom left no-repeat;
height: 15px;
width: 12px;
cursor:pointer;
}

/* Scroll Bar Master Styling Ends Here */



/* horizontal scroll bar stuff */
.scrollthumb    {
        position:       absolute;
        height:         12px;
        width:          36px;
        top:            10px;
        cursor:         pointer;
}

.scrollleft, .scrollright       {
        position:       absolute;
        top:            10px;
        margin:         0;
        padding:        0;
        cursor:         pointer;
}

.scrollleft img, .scrollright img, .scrollthumb img{
        border:         0px;
        margin:         0px;
}


/* end horizontal scroll bar stuff */

.MS_exhibition_html2 {
	position: absolute;
	top: 310px;
}
.nextEvent {
	margin-top: 70px;
}