@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;}
	.silver{color:silver;}
	.anthracyte{color:#333;}

    body {
    	font: 10px Verdana, Arial, Helvetica, sans-serif;
    	background: #000;
    	margin: 0;
    	padding: 0;
    	text-align: left;
    	color: #fff;		
		SCROLLBAR-FACE-COLOR: #0E0D0D;
		SCROLLBAR-HIGHLIGHT-COLOR: #000;
		SCROLLBAR-SHADOW-COLOR: #000;
		SCROLLBAR-3DLIGHT-COLOR: #000;
		SCROLLBAR-ARROW-COLOR: #7B7979;
		SCROLLBAR-TRACK-COLOR: #000;
		SCROLLBAR-DARKSHADOW-COLOR: #000;			
		border:none;
}
	#maincontainer{
		width:960px;	
	}
	#leftscrollgallery{
		position:fixed;
		top:120px;
		padding:0 10 px;
		float:left;
		width:220px;
		overflow:scroll;
		height:560px;
		border-right:1px solid #333;
}
	#leftscrollgallery dl{
		margin-bottom:1em;
		text-align:center;
		width:200px;
		font-size:80%;
		color:silver;	
	}

	#leftscrollgallery dl dd em{float:left;margin:10px 0 25px 40px;}	
	#leftscrollgallery dl dd img{
		width:120px;
		border:1px solid #333;
		text-decoration:none;
		padding-botom:1em;	
	}
	
	#topinfos{
		position:fixed;
		top:0;
		left:0;	
		width:240px;
	}
	#topinfos h1 {
		text-align:left;
		font-size:1.2em;
	}
	#topinfos h2 {
		text-align:left;
		font-size:.8em;
	}	
	#center{
		position:absolute;
		top:80px;
		left:240px;
		margin-top:150px;
		width:720px;
		text-align:left;
		z-index:250px;
		margin:0;
		padding:0;
	}
	#center H2 {margin:0 0 1em 0;padding-bottom:1em;border-bottom:1px solid #333;font-size:1em;}
	#center H2  span{color:silver;font-size:1em;}
	#center dl {margin-bottom:1em;}
	#center dl dt{font-weight:bold;margin:.7em 0;}
	#center dl ul,#center ul{
		padding-left:2em;
		list-style-type:none;	
	}	
	#center img#zoom{margin:30px 40px;}
	#center table {font-size:100%;}
	.clearfloat{clear:both}
	a{text-decoration:none;}
	
	a:link, a:visited{color:silver;font-size:100%;}
	a:hover{color:#fff;}
	a:active{color:#990000;}
	
	

#topmenu {
width:720px;
height:48px;
position:fixed;
left:240px;
top:0;
padding-top:20px;
font-family: arial, verdana, sans-serif; 
border-bottom:1px solid #333;
background-color:#000;
z-index:500;



}
#topmenu ul{
list-style-type:none;

}
#topmenu ul#nav_paintings {
float:left;
width:360px;
}

#topmenu ul#nav_sections {
float:right;
width:329px;
margin-left:30px;
border-left:1px solid #333;
}

#topmenu li {
float:left;
height:24px;
/*background:url(img/blank_over_bw.gif);*/
}
#topmenu ul li a{
width:120px;
display:block;
text-align:center;
}
#topmenu ul#nav_sections li a{
width:100px;
margin-left:5px;
}
