/****************************/
/** Global
/****************************/

html{
	margin: 0;
	padding: 0;
}

body{
	background-color: #494947;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #92938c;
}

#container{
	margin: 47px auto 0 auto;
	width: 750px;
}

img{
	border-style: none;
}

a{
	color: #a4ac6e;
	text-decoration: none;
}

a:hover{
	color: #acb275;
}

.clear{
	clear: both;
	overflow: hidden;
	height: 1px;
}

.grey{
	color: #92938C;
}


/****************************/
/** Main nav
/****************************/
#mainnav a{
	font-weight: bold;
}

/****************************/
/** Main area
/****************************/

#mainarea{
	position: relative;
	width: 750px;
	margin: 35px 0 20px 0;
}

.bgbox{
	background-color: #3f403d;
}

/****************************/
/** Sub page (sub.php)
/****************************/
#mainimage{
	width: 268px;
	float: left;
}

#maincontent{
	width: 380px;
	display: inline;
	float: left;
	margin: 48px 50px 8px 24px;
}

#maincontent p{
	line-height: 1.5em;
}

#maincontent h1{
	font-size: 100%;
	font-weight: normal;
	text-transform: uppercase;
	color: #b1b2aa;
}

/****************************/
/** Exhibit
/****************************/

.exhibitbox{
	position: relative;
	display: inline;
	float: left;
	width: 233px;
	top: -1px;
	background-color: #3F3F3D;
	margin: 0px 23px 23px 0px;
	border: 1px solid #3f403d;
}

a.exhibitbox:hover{
	top: -1px;
	border: 1px solid #C5C898;
	/*margin: 0 23px 23px 0;*/
}

.exhibitbox h1{
	margin: 23px 0 23px 23px;
	font-size: 100%;
	font-weight: normal;
	text-transform: uppercase;
}

#gallerybox{
	width: 750px;
	position: relative;
	float: left;
	background-color: #3f403d;
	margin: 0 0 25px 0;
}

#workinfo p{
	line-height: 1.5em;
	margin: 0;
	
}

#workinfo h1{
	font-size: 100%;
	font-weight: normal;
	color: #b1b2aa;
	margin: 0 0 0.5em 0;
}


#galleryimg img{
	vertical-align: text-bottom;

}

#galleryimg{
	position: relative;
	float: left;
}

#workinfo{
	position: absolute;
	left: 100%;
	bottom: 0px;
	width: 135px;
	margin: 0px 0 25px 25px;
}

#gallerynav1{
	display: inline;
	float: right;
	margin: 24px 24px 0 0;
}

.galleryprevious {
	float:left;
	width:16px;
	height:21px;
	margin: 0 15px 0 0;
	background: url(/img_site/previous.gif) no-repeat 0 0px;
}
a.galleryprevious:link, a.galleryprevious:visited, a.galleryprevious:active {
	text-decoration:none;
	background: url(/img_site/previous.gif) no-repeat 0 0px;
}
a.galleryprevious:hover {
	background: url(/img_site/previous.gif) no-repeat -16px 0px;
}

.gallerynext {
	float:left;
	width:16px;
	height:21px;
	background: url(/img_site/next.gif) no-repeat 0 0px;
}
a.gallerynext:link, a.gallerynext:visited, a.gallerynext:active {
	text-decoration:none;
	background: url(/img_site/next.gif) no-repeat 0 0px;
}
a.gallerynext:hover {
	background: url(/img_site/next.gif) no-repeat -16px 0px;
}


