/* DEFAULTS */
* {
	margin: 0px;
	padding: 0px;
}
.clear-both {
	clear: both;
}
:link img {
	border: none;
}
.image_right {
	float: right;
	position: relative;
	margin-bottom: 10px;
	margin-left: 10px;
}
.image_left {
	float: left;
	position: relative;
	margin-bottom: 10px;
	margin-right: 10px;
}

/* TEXT */
body {
	padding-top: 10px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 1em;
	background-repeat: repeat-x;
	background-color: #000000;
}
h1, h2, h3, h4, h5, h6 {
	color: #333333;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}
h1 {font-size: 1.4em;}	
h2 {font-size: 1.2em;}
h3 {font-size: 1em;}

#content p, #content li {
	font-size: 0.9em;
	line-height: 1.4em;
}
#content li {
	list-style-position: outside;
}
#content ul, ol {
	padding-bottom: 10px;
	padding-left: 30px;
}


/* LINKS */
a:link {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}


/* LAYOUT */
#wrapper {
	width: 955px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	height: 100px;
	width: 191px;
}
#header {
}
#content {
	float: right;
	width: 764px;
	position: relative;
}
#footer {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #666666;
	padding-top: 10px;
}
.exhibitions_bold {
	font-weight: bold;
	color: #f7931e;
}
.publications_bold {
	font-weight: bold;
	color: #41ad49;
}
