@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;
		}

	#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 a  {
		color:#575757;
		text-decoration:none;
		}

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


#gal_instl	{
	padding-left: 9px;
	}

#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;
			}

#gal_instl_big	{
	width: 530px;
	float: left;
	}
	
	#gal_instl_big img { 
		padding-left: 10px;
		}

	#gal_instl_big_label {
		float: left;
		width: 260px;
		padding-left: 0px;
		}

	#gal_instl_audio {
		float: left;
		width: 260px;
		padding-left: 0px;
		}

	#gal_instl_audioplayer {
		float: left;
		margin: 8px 0 0 8px;
		}


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

img {
	border: none;
	}
	
ul	{
	padding-top:50px;
	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.
*/

