* {
	margin:0;
	padding:0;
}
html {
overflow-y: scroll;
}
body {
	background:#efefef;
	font-family:Lucida sans unicode, arial;
	font-size:100%;
}
#wrapper {
	width:607px;
	padding:0 4px 0 3px;
	margin:auto;
}
#header {
	margin-top:50px;
	margin-left:-7px;
	height:42px;
	margin-bottom:32px
}
#headerLeft {
	margin:10px;
	float:left;
	border:1px solid #999;
	background:#C7DCD3;	
	height:42px;
	width:42px;

}
#headerRight {
	margin:10px 10px 10px 0;
	padding:0 0 0 10px;
	border-left:1px solid #999;
	float:left;
}
#nav {
	background:#fff url(../img/nav_bg.jpg) no-repeat top left;
	padding:20px;
}
#content {
	background:#fff url(../img/content_bg.jpg) repeat-y;
	padding:0 20px 20px 20px;
	margin-top:-10px;

}
#galleryContainer {
	text-align:;	
}
#address {
	width:150px;
	float:left;
	margin-left:25px;
	margin-top:22px;
}
#footer {
	background:url(../img/footer_bg.jpg) no-repeat;
	padding-top:75px;
	font-size:60%;
	text-align:center;
	color:#666;
}
#footer a {
	text-decoration:none;
	color:#666;
}
h1{
	color:#999;
	font-size:24px;
	font-weight:normal;
	text-transform:uppercase;
}
h2{
	color:#999;
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
}
h3{
	color:#6BA38B;
	font-size:80%;
	font-weight:normal;
	margin:10px 0;
	text-transform:uppercase;
}
#nav ul li {
	display:inline;
}
#nav a {
	font-size:80%;
	color:#666;;
	text-decoration:none;
}
a {
	color:#6BA38B;
}
a:hover {
	text-decoration:none;
}
p {
	margin:10px 0;
	color:#666;
	font-size:75%;
}
#content ul {
	font-size:70%;
	color:#666;
	margin-left:20px;
	list-style-type:none;
}
#content li {
	margin:3px 0;
	background:url(../img/li_bg.jpg) no-repeat 0px 5px;	
	padding-left:15px;
}
html>body #content li {
	background#:url(../img/li_bg.jpg) no-repeat 0px 10px;	
}
*html #content li {
	background:url(../img/li_bg.jpg) no-repeat 0px 10px;	
}
#content ul ul {
	font-size:100%;
}
form, #thankYou {
	float:left;
	width:350px;
}
label {
	color:#6BA38B;
	font-size:80%;
	font-weight:normal;
	margin:10px 0;
	display:block;
	text-transform:uppercase;
}
input, textarea {
	width:100%;
	font-family:Lucida sans unicode;
	padding:1px;
	color:#666;
	font-size:80%;
	border:1px solid #ABADB3;
}
input.submitButton {
	width:auto;
	border:1px solid #999;
	display:block;
	margin:10px 0;
	color:#666;	
	font-size:75%;
	background:#C7DCD3;	
	padding:1px;
	cursor:pointer;
}
.pusherDiv {
	clear:both;
}
.left {
	width:170px;
	float:right;
}
.right {
	float:right;
}
a img {
	border:none;
}
.imgNo {
	padding:2px 8px;
	margin:5px 8px 5px 0;
	border:1px solid #999;
	background:#C7DCD3;	
	color:#666;
	text-decoration:none;
}
a.imgNo:hover{
	background:#A4C6B7!important;
	color:#333!important;
}
.back {
	margin-left:-4px;
	padding:2px 8px;
	border:1px solid #999;
	background:#C7DCD3;	
	color:#666;
	text-decoration:none;	
}
a.back:hover{
	background:#A4C6B7!important;
	color:#333!important;
}
.hidden {
	display:none;
}
.mainPic {
	margin:5px 0;	
}
a.thumbnail {
	display:block;
	width:108px;
	float:left;
	height:117px;
	background:url(../img/thumbnail_bg.jpg) no-repeat top left;
	margin-right:3px;
	margin-top:5px;
}	
a.thumbnail:hover {
	background:url(../img/thumbnail_bg.jpg) no-repeat bottom left;
}
a.thumbnail img {
	position:relative;
	top:13px;
	left:13px;
}
#exhibitBorder{
	position:relative;
	height:336px;
	min-width:10px;
	padding:10px 12px 25px 10px;
	background:url(../img/exhibit_bg_main.jpg) repeat-x top left;
float:left;
}
#exhibitLeft{
	display:inline;
	width:14px;
	height:371px;
	background:url(../img/exhibit_left_bg.jpg) no-repeat top left;
	position:absolute;
	top:0px;
	left:0;
}
#exhibitRight{
		display:inline;

	width:14px;
	height:371px;
	background:url(../img/exhibit_right_bg.jpg) no-repeat top right;
	position:absolute;
	top:0px;
	right:0;
}
.exhibitLinks{
	padding:5px 0;
}