html, body {
	height:100%;
	width:100%;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background: #ffffff;
}

a {
	color:#8CA871;
	text-decoration:none;
}

a:active {
  outline: none;
}

a:focus {
  -moz-outline-style: none;
}

#content a:hover {
	background: #8CA871;
	color: #FFFFFF;
}

h1 {
	font-size:30px;
	margin:15px 0 5px 0;
}
h2 {
	font-size:16px;
	border-bottom:1px solid #979a9d;
	margin:0 0 2px 0;
}
p {
	margin:4px 0 10px 0;
}

#wrapper {
	margin: 0 auto;
	width: 850px;
	padding-top: 50px;
}

#left {
	width: 275px;
	_height: 600px;
	min-height: 600px;
	float: left;
	background: url(../images/sideleft_bg.png) no-repeat;
}

#content {
	width: 530px;
	min-height: 600px;
	_height: 600px;
	float: left;
	padding: 0 20px;
	border-left: 3px solid #f3f6f0;
}

#sidemenu {
	text-align: center;
	padding: 20px 0;
}

#sidemenu a {
	margin-bottom: 20px;
	line-height: 26px
} 

.footer {
	color: #8ba770;
	text-align: center;
}

.footer a {
	color: #8ba770;
}

.footer a:hover {
	color: #6c834f;
	background: none;
}

.clr {
	clear: both;
}


fieldset {
	border: 1px solid #dce4d7;
}

legend {
	font-size:12px;
	color: #839D68;
	padding: 0 10px 0 5px;
}

input {
	border: 1px solid #DCE4D7;
}

.inputbutton {
	border: none;
}

.addentry {
	width: 500px;
	text-align: right;
	padding-bottom: 20px;
}

.imagemessage_fail, .imagemessage_success {
	font-weight: bold;
	width: 72px;
	text-align: center;
	display: block;
}

.imagemessage_fail {
	color:#990000;
}

.imagemessage_success {
	color:#009900;
}

.galleryentryinfo {
}

.pagetitle {
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	color: #8aa670;
	padding-bottom: 25px;
}




ol li {
	padding: 0  0 10px 0;

}


/* Upcoming Exhibitions */

.exhibitionTitle {
  font-weight:bold;
  font-size:16px;
}

.exhibitionDates {
  font-style:italic;
  margin-bottom:15px;
}

.exhibitionDesc {
  height:300px;
  overflow:auto;
  padding-top:5px;
  padding-bottom:5px;
}

.exhibitionTitleList a, .exhibitionTitleList a:visited {

}

.exhibitionHr {
  margin-top:15px;
  margin-bottom:15px;
}


/* Gallery */
.galleryTitleList {
	padding-bottom: 20px;
}

.galleryTitleList a, .galleryTitleList a:visited {
	font-size: 18px;
	font-weight: bold;
	margin-left: 20px;
}


#error {
  color:#FF0000;
	font-size: 14px;
	font-weight: bold;
	margin-left: 20px;
}

.galleryShortDescription {
  min-height:200px;
  _height:200px;
  padding-bottom:25px;
  clear:both;
  display:block;
}
