body {
	background: #fff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

a {
	color: #4E010B;
}

a:hover {
	color: #990033;
}

h1 {
	color: #4E010B;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-variant:small-caps;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 10px 0;
}

#wrapper {
	width: 674px;
	border: 1px solid #000;
	margin: 40px auto 30px auto;
	text-align: left;
}

#header {
	background: url("../images/logo.jpg") no-repeat left top;
	height: 102px;
}

#menu1 {
	background: url("../images/LineBkg.gif") repeat-x left top;
	height: 20px;
	text-align: center;
}

#menu2 {
	background: #4e010b;
	height: 20px;
	text-align: center;
}

div.menu ul {
	height: 20px;
	margin: 0 auto;
	display: table;
}

div.menu ul li {
	float: left;
	list-style: none;
	font-weight: bold;
	font-size: 12px;
	padding-right: 5px;
	margin: 4px 5px 0 0;
	border-right: 1px solid #DACDC4;
	line-height: 12px;
}

div.menu ul li.last {
	border: none;
	padding: 0;
	margin: 4px 0 0 0;
}

div.menu ul li a {
	color: #DACDC4;
	text-decoration: none;
}

div.menu ul li a:hover {
	color: #fff;
}

#wrap{
	padding: 0 30px 30px 30px;
	margin: 0;
	min-height: 400px;
}

.transparent{
	background: #ffffff;
	background:rgba(255,255,255,0.8);
}

#content.homepage { 
	background:transparent;
	overflow: hidden;
	padding: 0;
	margin:0;
	position: relative;
}
#newsHolder {
	background: #ffffff;
	background:rgba(255,255,255,0.8);
	margin:175px 0 10px 174px;
	width:318px;;
}

#newsHolder a:hover {
	text-decoration: none;
}

#newsHolder h3 {
	padding: 0; margin: 0;
}

#content.homepage .newsItem {
	font-size: 14px;
	padding:10px;
}

.newsItem h3 {
	
}

#gallery {
	margin: 0 auto 20px auto;
	width: 500px;
}

#gallery-images {
	height: 500px;
	border: 1px solid #000;
	overflow: hidden;
	background-color: #4E010B;
}

#gallery-nav {
	background: #000;
	border: 1px solid #000;
	text-align: right;
	padding-bottom: 2px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}

#gallery-nav a {
	color: #fff;
	text-decoration: none;
}

#gallery-next {
	padding-right: 8px;
}

#gallery-pager a {
	padding: 0 3px;
}

#gallery-nav a:hover {
	text-decoration: none;
}

#gallery-nav a:focus {
	outline: none;
}

#gallery-nav a.activeSlide {
	color: #f00;
}

.pager {
	background-color: #4E010B;
	color: #fff;
	text-align: right;
	font-size: 12px;
	padding: 3px;
	margin: 50px -30px -30px -30px;
}

.pager a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 0 5px;
}

.pager a:hover {
	text-decoration: underline;
}

ul#thumbnails {
	margin: 0 22px;
}

ul#thumbnails:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#thumbnails li {
	float: left;
	list-style: none;
	width: 160px;
	height: 210px;
	text-align: center;
	padding: 5px;
	margin: 0 10px;
}

#thumbnails.exb li {
	width: 250px;
	height: 300px;
}

#thumbnails div.image {
	height: 160px;
	width: 160px;
	line-height: 160px;
}

#thumbnails.exb div.image {
	height: 250px;
	width: 250px;
	line-height: 250px;
}

#thumbnails div.image img {
	vertical-align: middle;
}

#thumbnails li a {
	text-decoration: none;
	color: #4E010B;
	font-weight: bold;
	font-size: 14px;
}

#thumbnails li a:hover {
	color: #990033;
}

#thumbnails p {
	padding: 0 5px 1px 5px;
	margin: 10px 0 0 0;
	line-height: 16px;
}

.exhibition {
	text-align: center;
}

.exhibition img {
	border: 1px solid #000;
}

.exibcontent {
	margin-left: 5px;
	padding-top: 10px;
}

.exibcontent h2 {
	margin: 0; padding: 0;
}
#footer {
	width: 674px;
	margin: 0 auto;
}

#footer p {
	font-size: 11px;
}
