@import url("reset.css");

body {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000; background: #000000;
}

a:link { color:#ffffff; font-weight:bold; text-decoration:underline; text-transform:uppercase; }
a:visited { color:#ffffff; font-weight:bold; text-decoration:underline; text-transform:uppercase; }
a:hover { color:#ffffff; font-weight:bold; text-decoration:underline; text-transform:uppercase; }
a:active { color:#ffffff; font-weight:bold; text-decoration:underline; text-transform:uppercase; }

a.reg_link { text-decoration:none; color:#000; text-transform:none; font-weight:normal; }

.float_left { float:left; position:relative; }
.float_right { float:right; position:relative; }

.font { margin:5px 0 5px 0; }

.font a { color:#934FA7; text-decoration:none; }

.smalltext { font-size:11px;}

p { margin:10px 0 10px 0; }

.strong { font-weight:bold; }

.italic { font-style: italic; }

h1 { 
	font-family:Georgia;
	font-size:24px;
	margin: 15px 0 15px 0;
}

h1.oops {
	margin:30px 25px 0 0;
	text-align:center;
	font-size:24px;
}

p.oops { 
	font-family:Georgia;
	font-size:24px;
	text-align:center;
	margin-right:25px;
}

/* 
 * 
 * Layout 
 *
 */

#wrapper {
	width:100%;
	height:510px;
	position:absolute;
	top:50%;
	margin:-255px auto;
}

#inner {
	background: #000;
	width:970px;
	margin:0 auto;
}

#book {
	background:url(../images/book.png) no-repeat;
	_background:url(../images/book.gif) no-repeat;
	width:100%;
	height:100%;
	margin:0 auto;
}

#left_content {
	float:left;
	position:relative;
	width:393px;
	_width:390px;
	height:425px;
	padding:70px 10px 15px 13px;
	_padding:70px 10px 15px 70px;
}

#right_content {
	float:right;
	position:relative;
	width:540px;
	_width:470px;
	height:460px;
	padding:20px 0px 15px 10px;
	*padding:20px 0 15px 10px;
	_padding:30px 0 0 20px;
}

ul#menu { margin-top:15px; }

ul#menu li { 
	display:inline-block; 
	*float:left; 
	*padding:15px 0 5px 0; 
	*margin-right:5px; 
	_margin-right:4px;
}

ul#menu li a { 
	background:#9D8F99; 
	padding:15px 10px 5px 10px;
	*padding:15px 5px 5px 5px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	margin:0px;
	font-size:12px;
	text-transform:none;
}

ul#menu li.active { border-bottom:solid 5px #9D8F99; padding-bottom:8px; }
ul#menu li.active a { background:#934FA7; }
ul#menu li:hover { border-bottom:solid 5px #9D8F99; padding-bottom:8px; }

/* 
 * 
 * Content 
 *
 */

/* Home */
.highlight {
	background:url(../images/highlight_back.gif) no-repeat;
	width:223px;
	height:173px;
	color:#ffffff;
	padding:1px 10px 0 160px;
	margin-bottom:10px;
}

.tag {
	padding:10px 0 0 10px;
	font-size:14px;
	width:60%;
	float:right;
	margin-right:3px;
}

/* About, Forthcoming Exhibitions */
.scroller {
	height:393px;
	overflow-y:auto;
	padding-right:10px;
}

.scroller p { margin-bottom:18px; font-size:12px;}
.scroller p.para { text-align:center; }
.scroller p.big { font-size:14px; font-weight:bold; }
.scroller p.sub { font-weight:bold; margin-bottom:0px; }

/* Thumbnails */
#thumbs_holder {
	width: 100%;
	padding-top: 30px;
	text-align: center;
	display: none;
}

.thumbnail:link {
	position: relative;
	margin: 10px 5px 0 5px;
	border: none;
}

.thumbnail:active {
	position: relative;
	margin: 10px 5px 0 5px;
	border: none;
}

.thumbnail:hover {	
	position: relative;
	margin: 10px 5px 0 5px;
	border: none;
}

.thumbnail:visited {
	position: relative;
	margin: 10px 5px 0 5px;
	border: none;
}

.thumbnail img {
	height: 150px;
}

#testimonials p {
	margin: 23px 0;
	font-size: 13px;
	padding-right: 20px;
}