@charset "UTF-8";
/* CSS Document */

html {
	overflow-y:scroll;
	overflow-x:auto;
	overflow:moz-scrollbars-vertical;
	height: 100%;
}

body {
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#000;
	text-decoration: none;
}

a:link, a:visited {
text-decoration: none;
color:#000;
}

a:hover {
	text-decoration: none;
	color: #CC0000;
}

* html #maincage { /* Should be included via Conditional Comment for IE */
height: 100%;
} 

#header {
	position:absolute;
	width: 100%;
	height: 70px;
	top: 0px;
	background-color:#fff;
	padding: 30px 0 0 0;
	font-size: 280%;
	z-index: 10;
	text-align: left;
}

#logo {
	position:relative;
	height: 50px;
	top: 0;
	margin: 0;
	background-color:#fff;
	padding: 0 0 40px 30px;
	letter-spacing: 0.01em;
}

#container-sx {
	position:absolute;
	float: left;
	width:250px;
	min-height:100%;
	margin-top: 0px;
	height: auto;
}

#navbar{
	position:absolute;
	padding-left: 30px;
	padding-bottom: 20px;
	font-size: 16px;
	color: #000;
	background-color:#fff;
	height: auto;
	width: 150px;
	top: 130px;
}

#navbar ul{
list-style: none;
margin: 0;
padding: 0;
}

#navbar li{
margin-top: 4px;
}


#navbar a:link, a:visited{
color: #000;
text-decoration: none;
}

#navbar a:hover{
color: #CC0000;
}

.on{
color: #CC0000;
font-weight: bold;
}

.list-projects{
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.list-projects li{
padding-left: 5px;
}


#footer{
	position: absolute;
	width: 150px;
	line-height: 130%;
	font-size: 100%;
	padding: 20px 0 30px 30px;
	bottom: 0px;
 } 

#container-dx {
	position:absolute;
	width:70%;
	margin: 120px 0 0 250px;
	overflow: hidden;
	padding-bottom: 100px;
	height: auto;
	float: left;
}


#list ul, li{
	text-decoration: none;
	margin: 0;
	padding: 0;
}

div.project
{
	background-color: #fff;
	display: block;
	width: 180px;
	height: 90px;
	padding: 7px;
	margin: 0 0px 0px 0;
	float: left;
	overflow: hidden;
	position: relative;
	line-height: 15px;
	
}

div.project a.projectImage
{
	position: absolute;
	top: 10px;
margin:0;
padding:0;
height:200px;
width:200px;
z-index:10;}

div.project a.projectImage img
{
	background-color: #fff;
	border:0;
}
div.project a.projectImage:hover img
{
display:none;
background-color:transparent;}

div.project a.projectImage:hover 
{
background-color:transparent;}

.year{
font-weight: bold;
font-size: 14px;
padding-top: 18px;
}

.year01{
margin:0;
padding-top: 10px;
line-height: 13px;
}

.year01-top{
margin:0;
padding-top: 37px;
line-height: 13px;
}

.exhibit{
margin:0;
padding-top: 5px;
line-height: 13px;
}

.grey{
	color: #666;
	font-size: 90%;
	padding-top: 10px;
}

.red{
color: #CC0000;
}

.bigger{
 font-size: 130%;
 }
 
 .contact {
 padding-top:50px;
  line-height: 150%;
  font-size: 110%;
  }

.subtxt{
position:relative;
float: left;
margin-left: 15%;
width: 65%;
margin-bottom: 10px;
}

.clear{
	clear: left;
	height: 0;
	overflow: hidden;
}

#blank{
position:relative;
float: left;
width: 100%;
height: 55px;
margin: 0;
padding: 0;
}

#second-navbar{
position:relative;
float: left;
width: 100%;
height: 55px;
margin: 0;
padding: 0;
}

#second-navbar li{
list-style: none;
margin: 0;
display: inline;
}


#second-navbar a:link, a:visited{
text-decoration: none;
}

#second-navbar a:hover{
background-color: #000;
}

#txt-collection{
position:relative;
float: left;
width: 50%;
}

p {
padding-left: 10px;
}

h3 {
padding-left: 10px;
PADDING-TOP: 10PX;
font-size: 16px;
}

.txt {
padding-top: 10px;
padding-left: 5px;
width: 520px;
}
