	body,html
	{
		margin:0;
		padding:0;
		color:#9e9e9e;
		background:#999;
		font-family:"Lucida Grande Bold", "Lucida Grande", "Lucida sans", Geneva, Arial, Helvetica, sans-serif;
		font-size:8pt;
		text-align: center;
	}
	h2
	{
	 	font-size:20pt;
	}
	
	h3
	{
	 	font-size:17pt;
	}
	
	h4
	{
	  font-size:14pt;
	}
	
	#wrap 
	{
		width:800px;
		margin:0 auto;
		padding:0;
		border:0;
		background:#fff;
		text-align: left;
	}
	
	#header 
	{
	  margin:0 0 7 0;
    padding:0;
		width:auto;
		height:auto;
		top:0px;
		background:#fff;
		color:#000;
	}

	#main 
	{
	  top:0;
	  margin:0 37 0 37;
		width:726;
		background:#fff;
	}


	.img
	{
	  margin:0 0 0 50;
	}
	
	#homeNav
	{
	  margin:35 37 20 37;
		float:left;
		width:726;
	}
	
	#homeNav a,  #homeNav img
	{
	  text-decoration:none;
	  border-color:white;
	  color:#d86f4f;
	  font-size:8pt;
	}
	#footer 
	{
	  width:800;
	  text-align:center;
	  clear:both;
	  padding:0;
	  background:#fff;
	  font-size:8pt;
	}
	#footer a
	{
	  color:#d86f4f; 
	  font-size:10pt; 
	  text-decoration:none;
	}
	
	#main a:hover, #homenav a:hover,  #footer a:hover
	{
	 	color:#1c95ce;
	}
	
  body.home #sidebar a#home,
  body.archive #sidebar a#archive,
  body.interviews #sidebar a#interviews,
	body.images #sidebar a#images,
	body.video #sidebar a#video,
	body.sounds #sidebar a#sounds,
	body.exhibitions #sidebar a#exhibitions,
	body.links #sidebar a#links
  {
	  color:#1c95ce;
  	text-decoration:none;
  }
