@charset "utf-8";
/* Saul Becker */


body, *	{
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0px;
	}

#header	{
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	width: 800px;
	margin:0 auto;
	}

#nametag	{
	float:left;
	width: 275px;
	height: 120px;
	}

#nav	{
	height: 120px;
	font-size: 12px;
	float: right;
	width: 490px;
	text-decoration: none;
	color: black;
	font-weight: normal; 
	padding-left: 20px;
	}
	
	#nav a  {
		color: #ABABAB;
		text-decoration:none;
		}
	
	#nav a:hover	{
		color:#000;
		text-decoration:none;
		}

	#nav a:active	{
		color:#000;
		text-decoration:none;
		}

	#paintings {
		width: 60px;
		}
	
	#install {
		width: 58px;
		}
	
	#news {
		width: 35px;
		}
		
.poo {
	float: left;
	display: block;
	width: 50px;
	height: 40px;
	margin: 10px 15px 0 0;
	/*border: 1px solid magenta;*/
	}

#middle {
	width: 800px;
	margin:0 auto;
	}

	#middle img {
		margin:0 auto;
		}

#yearnav	{
	height:20px;
	font-size: 12px;
	float: left;
	width: 750px;
	text-decoration: none;
	color: black;
	font-weight: normal;
	padding: 10px 0px 18px 25px
	}

	#yearnav a  {
		color: #ABABAB;
		text-decoration:none;
		}
	
	#yearnav a:hover	{
		color:#000;
		text-decoration:none;
		}

#gal_instl	{
	padding-left: 9px;
	height: 170px;
	width: 791px;
	margin:0 auto;
	}

#gal_instl ul li {
	list-style-type: none;
	float: left;
	margin: 0 20px 10px 0;
	padding: 0;
	}
	
#gal_instl ul li img {
	width: 60px;
	height: 43px;
	}

	#gal_instl .numberOFF a img {
		border-bottom: 3px solid #FFF;
		} 
		
	#gal_instl .numberOFF a:link img {
		border-bottom: 3px solid #FFF;
		} 
	#gal_instl .numberOFF a:visited img {
		border-bottom: 3px solid #FFF;
		} 
	#gal_instl .numberOFF a:hover img {
		border-bottom: 3px solid #969696;
		} 
	#gal_instl .numberOFF a:active img {
		border-bottom: 3px solid #969696;
		}
	
	#gal_instl .numberON a img {
		border-bottom: 3px solid #000;
		} 
		
	#gal_instl .numberON a:link img {
		border-bottom: 3px solid #000;
		} 
	#gal_instl .numberON a:visited img {
		border-bottom: 3px solid #000;
		} 
	#gal_instl .numberON a:hover img {
		border-bottom: 3px solid #000;
		} 
	#gal_instl .numberON a:active img {
		border-bottom: 3px solid #000;
		}

#gallery_main	{
	width: 800px;
	padding-top: 50px;
	margin:0 auto;
	}

	#gal_instl_big	{
		width: 510px;
		}
	
	#gal_instl_big img { 
		float: left;
		padding-left: 10px;
		}
		
	#gal_instl_big_label {
		float: left;
		width: 220px;
		padding-left: 20px;
		}

#titles {
	margin-top: 5px;
	margin-left: 8px;
	}
	
#descriptions {
	margin-top: 5px;
	margin-left: 8px;
	}

img {
	border: none;
	}
	
ul	{
	padding-top:50px;
	list-style-type:none;
	}

ul.year	{
	padding-top:5px;
	list-style-type:none;
	}
	
li	{
	width: 50px;
	list-style-type: none;
	padding: 0 10px 0 5px;
	display:inline
	}

.clear {
	width: 800px;
	margin: 0 auto;
	height: 20px;
	clear: none;
	}

/*
This section deals with the position of items on the screen.
It uses absolute positioning - fixed x and y coordinates measured from the
top-left corner of the browser's content display.
*/
