@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

body {
	font: 76%/1.25 verdana, Arial, sans-serif;
	background: #ffffff;
	color: #cfcfcf;
	margin:10px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */

}

#Wrapper
{
	width: 990px;
	margin:0px auto;
	position: relative;
	text-align:left;
}

#Header {
	color: #1a1b10;
	text-align:right;
	position: absolute; 
	top: 0px; 
	left: 140px; 
	width: 850px; 
	height: 160px;
	background: #ffffff;
	z-index:20;
}

#Nav {
	text: 1em/1.25 bold  verdana, sans-serif;
	color: #000000;
	text-align:right;
	position: absolute;
	top: 160px;
	left: 0px;
	width: 140px;
	height: 500px;
	background: #ffffff;
	z-index:200;
}



#Main {
	text: 1em/1.25 verdana, Arial, sans-serif;
	color: #1a1b10;
	position: absolute; 
	top: 160px; 
	left: 240px; 
	width: 750px; 
	height: 600px;
	overflow:visible;
	background: #ffffff;
	
}


a:link {
	color: #555555;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #999999;
}


#pressTitle {
	top:0px;
	left:0px;
	width:100%;
	background: #000000;
	color:#FFFFFF;
	font-weight:bold;
	letter-spacing:.5px;
	line-height:1.5;
	text-transform:uppercase;
	z-index:20;	
	position:absolute;
	overflow:hidden;
}
/* exhibitions */
#exhibits_3 { padding-bottom:2px;}
#SectionTitle {
	top:0;
	font-size:1.5em;
	line-height:3;
	top:0px;
	left:0px;
	width:100%;
	background: #000000;
	color:#FFFFFF;
	font-weight:normal;
	letter-spacing:1.5px;
	font-variant:small-caps;
}

#Date {
	top:0;
	line-height:2;
	left:0px;
	width:100%;
	background: #cccccc;
	color: #333333;
	font-weight:bold;
}

#currentTitle {
	top:0px;
	left:420px;
	padding-left:10px;
	width:310px;
/*		
height:500px;
background: #ffffff;
*/	color:#666666;
	font-weight:normal;
	letter-spacing:.5px;
/*	text-transform:uppercase;*/	
	z-index:2;	
	position:absolute;
}
#currentSubTitle {
	top:0px;
	left:0px;
/*	background: #ffffff;
*/	color:#000000;
	font-weight:bold;
	letter-spacing:.5px;
	text-transform:uppercase;
	z-index:3;	
	position:absolute;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	border:#999999 solid 0px;
	
}

#currentImg {
	z-index:1;
	top:0px;
	position:absolute;

}

/* contact */
#contactTxt {
	position:absolute;
	text-align:left;
	left:420px;
	top:74px;
	font-weight:bold;
	font-size:1.1em;
	text-transform:uppercase;
	letter-spacing:1.5px;
	width: 300px;
}

/* ELIST */
input
{
color: #666666;
background: #ffffff;
border: 1px solid #999999
}
#elistTxt {
	position:absolute;
	text-align:left;
	left:0px;
	top:-6px;
	font-weight:bold;
	font-size:1.1em;
	text-transform:uppercase;
	letter-spacing:1px;
	z-index:100;
	}


/* projects */
#projects_rtxt{
	position:absolute;
	text-align:left;
	left:450px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
}
#project_vid1{
	position:absolute;
	left:0px;
}

/* 
#Container {
	width: 1280px;
	margin: 4em auto;
	overflow: hidden;
	background: #f6f5fb;
	
}
#Container h2 {
	color: #e2005a;
	text-align: center;
}
*/




