* {
	margin: 0;
	padding: 0;
}

#page{
	width: 990px;
	margin: 0 auto;
	
}

#header {
	background: #000 url("../img/header.png") no-repeat scroll center top;
	height: 70px;
	width: 990px;
	margin: 0 auto 20px;
	background-repeat: no-repeat;
	display:block;
}
body {
    margin: 0px 0 0px 0;
 /*   font-family: 'helvetica neue',sans-serif, Arial, sans-serif; */
    color:#bba;
	background-color: #000; */
	
	padding:20px;
	text-align:center;
	font:80%/140% 'helvetica neue',sans-serif, arial;
	
}
/*
body{background:white;background:black;color:#bba;font:80%/140% georgia,serif;}
*/
h1,h2{
	font:bold 80% 'helvetica neue',sans-serif;
	letter-spacing:3px;
	text-transform:uppercase;
}

a{
	color:#348;
	text-decoration:none;
	outline:none;
}

a:hover{
	color:#67a;
}

#footer {
	font:bold 10px 'helvetica neue',Arial,sans-serif;
	letter-spacing:1px;
	background: transparent url("../img/footer.png") no-repeat scroll center top;
	height: 50px;
	clear:both;
	margin: 10px auto 0;
	width:990px;
	display:block;
}


.footer p {
    margin: 0 0;
	line-height: 27px;
}
.footer_section span.left {
	text-align: left;
	float:left;
	margin-left:25px;
}

.footer_section span.right {
	text-align:right;
	float:right;
	margin-right:45px;
}

div#menu {
	width: 560px;
	float: right;
	margin-top: 15px;
	height: 24px;
}

div#menu ul {
	height: 24px;
}

div#menu ul li {
	display: block;
	float:left;
	height: 20px;
	width: 85px;
	margin: 0 8px;
	clear:none;
	font:bold 10px 'helvetica neue',Arial,sans-serif;
	letter-spacing:2px;
	text-transform:uppercase;
}

div#menu ul li a {
	color: #999;
	display:block;
	width: 100%;
	height: 100%;
	padding: 0 2px;
}
div#menu ul li a:hover {
	color: #ccc;
	/* border-bottom: #70a1d9 solid 1px; */
	background: transparent url("../img/menu_hover.png") repeat-x scroll left bottom;
}
div#menu ul li a:active, div#menu ul li.active a {
	color: #ccc;
	background: transparent url("../img/menu_active.png") repeat-x scroll left bottom;
/*	border-bottom: #fff solid 1px; */
}

/* BEGIN EXHIBITION PAGE */
div.exhibition, div.exhibition-center  {
	width: 450px;
	float: left;
	text-align: center;
	margin-bottom: 35px;
}
div.exhibition-left {
	float:none;
	font:tahoma;
	margin: 0 auto 15px;
	width: 500px;
	display:block;
	clear:both;
	text-align: left;
}
div.exhibition-center {
	float:none;
	font:tahoma;
	margin: 0 auto 15px;
	width: 900px;
	display:block;
	clear:both;
}
div.exhibition-center p {
	margin-bottom: 10px;
}

div.exhibition h1, div.exhibition h2 {
}

div.exhibition h1 {
	font: bold 12px 'helvetica neue',Arial,sans-serif;
}
div.exhibition h2 {
	font: bold 10px 'helvetica neue',Arial,sans-serif;
}

.thumb{
	width:100px;
	height:100px;
	display:inline;
}



/* BEGIN GALLERY DEMO STYLE */
.gallery_home{
	width:900px;
	margin:0 auto;
}
.gallery_home li{
	width:68px;
	height:50px;
	border:3px double #111;
	margin: 0 2px;
	background:#000;
}
.gallery_home li div{
	left:240px
}
.gallery_home li div .caption{
	font:italic 0.7em/1.4 georgia,serif;
}

.caption{
	font-style:italic;
	color:#887;
}

#flash_message {
	border:1px double #bbc7ff;
	background:#122587;
	font-style:normal;
	margin-bottom: 20px;
	margin-top: 10px;
	color:#bbc7ff;
}


.home{
	width: 900px;
	margin: 0 auto;
}

.home img{
	margin:0 auto 20px;
}

div.home div.section img {
	float:left;
}
#main_image{
	margin:0 auto 10px;
	height:388px;width:900px;
	background:black;
}
#main_image img{
	margin-bottom:10px;
}

.nav{
	padding-top:15px;
	clear:both;font:80% "helvetica neue",sans-serif,Arial;
	letter-spacing:3px;
	text-transform:uppercase;
}

.info{
	text-align:left;
	width:900px;margin:30px auto;
	border-top:1px dotted #221;
	padding-top:30px;
}
.info p{
	margin-top:1.6em;
}

#slideshow {
	position: relative;
	height:360px;
	width: 580px;
	margin: 0 auto;
}
#slideshow a {
	position:absolute;
	left:0;
}

#slideshow a img {
	border:none;
}

#slideshow a.show {
	z-index:500
}

#slideshow .caption {
	z-index:600; 
	background-color:#000; 
	color:#fff; 
	height:100px; 
	width:100%; 
	position:absolute;
	bottom:0;
}

#slideshow .caption .content {
	margin:5px
}

#slideshow .caption .content h3 {
	margin:0;
	padding:0;
	color:#1DCCEF;
}

/*  START OF CONTACT FORM */
div.data_entry {
	text-align: left;
}

div.data_entry p {
	margin-bottom: 10px;
}

div.data_entry label {
	float:left;
	width:120px;
}

div.data_entry label.error {
	color:#ee3322;
	display:block;
	margin-top: 5px;
	margin-left:120px;
	width:100%;
}

div.data_entry input {
	clear:right;
	display:inline;
	margin-right:10px;
}

div.data_entry #sendmessage {
	margin-left:120px;
}
