/* Global
############################# */
body {
	font-family: Verdana, sans-serif;
	color: #888;
}

p, ul, table {
	font-size: 12px;
}

a {
	color: #888;
}

h1, h2 {
	font-weight: bold;
}

h2.highlight {
	color: #c00;
}

a img {
	border: none;
}

.bluehl {
	color: #7777cc;
}

em.bluehl {
	font-style: normal;
}

td {
	padding-right: 30px;
}

/* Papers list
############################## */
ul.papers {
	list-style-type: none;
	padding-left: 0px;
}

ul.papers li {
	height: 180px;
	padding-left: 0px;
}

ul.papers li img {
	float: left;
	height: 160px;
	width: 110px;
	border: 1px solid #888;
}

ul.papers li h4 {
	position: relative;
	left: 15px;
}

ul.papers li p {
	position: relative;
	left: 15px;
}

/* News list
############################## */
ul.news {
	list-style-type: none;
	padding-left: 0px;
}

ul.news li {
	height: 100px;
	padding-left: 0px;
}

ul.news li img {
	float: left;
	width: 130px;
	border: 1px solid #888;
}

ul.news li p {
	position: relative;
	left: 15px;
	font-weight: normal;
}

/* Events list
############################## */
ul.events {
	list-style-type: none;
	position: relative;
	left: -20px;
}

ul.events li {
	margin-bottom: 10px;
}

/* Exhibitions list
############################## */
ul.exhibitions {
	list-style-type: none;
	padding-left: 0px;
}

ul.exhibitions li {
	padding-left: 0px;
}

ul.exhibitions li img {
	float: left;
	width: 130px;
	border: 1px solid #888;
	margin-right: 20px;
	margin-bottom: 10px;
}

ul.exhibitions li p {
	position: relative;
	font-weight: normal;
}

/* Galleries
############################## */
div.galleries {
	clear: both;
}

div.galleries h4 {
	font-size: 20px;
}

div.galleries img {
	float: left;
	width: 130px;
	border: 1px solid #888;
	margin-right: 20px;
	margin-bottom: 10px;
}

div.galleries p {
	position: relative;
	font-weight: normal;
}

/* Main
################################# */
#main {
	margin-right: 25%;
	margin-left: 25%;
}

#main a {
	
}

/* Menu 
################################# */
#menu {
	width: 100%;
	border: 1px solid #999;
	background-color: #999;
	height: 20px;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
}

#menu a {
	text-decoration: none;
	color: #fff;
}

#menu a:hover {
	color: #ff9933;
}

#menu ul {
	margin-top: 3px;
	width: 100%;
}

#menu li {
	margin-top: 0px;
	width: 12.5%;
	list-style-type: none;
	float: left;
}

/* Art page divs
########################### */
#artists {
	position: absolute;
	left: 25%;
}

#galleries {	
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#exhibitions {
	position: absolute;
	right: 25%;
}

/* Front page divs
########################### */
#front-main {
	text-align: center;
}

#left-col {
	float: left;
	margin-left: 32%;
}

#left-col h2 {
	margin-top: 5px;
}

#right-col {
	float: right;
	margin-right: 32%
}

#right-col h2 {
	margin-top: 5px;
}

#minerva-announcement {
	clear: both;
	position: relative;
	top: 30px
	width: 300px;
}
