body {
    margin: 0; 
    padding: 0; 
    background-color: #343434;
    }

a:link {
    color: #23438F;    
    }
    
#topbar {
    width: 100%;
    height: 21px;
    background: #343434; 
    }

#logobar {
    width: 100%;
    height: 78px;
    background: transparent url(logobar_span.gif) repeat-x;
    }

#container {
	position: relative;
	width: 775px;
	height: 22px;
	padding: 0;
	margin: 20px 0 0px 0;
	background: #343434;	
	}

#nav {
	float: right;
	top: 0px;
	left: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 22px;
	display: inline;
	overflow: hidden;
	width: 331px;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 22px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:22px; /* for IE5/Win */
	}
	
#nav a:hover {
	background-position: 0 -22px;
	}

#nav a:active, #nav a.selected, #nav a.selected:hover {
	background-position: 0 -44px;
	}
		
#tintroduction a  {
	width: 114px;
	background: url(introduction.gif) top left no-repeat;
	}

#tcuratorsessay a  {
	width: 137px;
	background: url(curatorsessay.gif) top left no-repeat;
	}
	
#tartists a  {
	width: 80px;
	background: url(artists.gif) top left no-repeat;
	}
	
#left_container {
    position: absolute;
    left: 0;
    width: 175px;  
    background-color: #787A78;
    }
    
#left_container ul {
    list-style: none; 
    background-color: #CFCFCF; 
    margin: 0; 
    padding: 0; 
    border: none;
    }

#left_container li a { 
    border-top: 1px solid #787A78;
    font: 12px Arial, sans-serif; 
    color: #343434; 
    display: block; 
    padding: 5px 0px 5px 10px; 
    border-right: 1px solid #787A78;  
    background-color: #B4B4B4; 
    color: #333; 
    text-decoration: none; //width: 164px;
    }
    
html>body #left_container a {
    width: 164px;
    }
    
#left_container li a:hover {
    border-right: 1px solid #787A78; 
    padding-left: 10px; 
    background-color: #CFCFCF; 
    color: #333;
    }

.selected_artist {
	font: 12px Arial, sans-serif; 
    color: #343434;
	padding: 5px 0px 5px 10px;
    border-right: 1px solid #F0F0F0; 
    padding-left: 6px; 
    border-left: 4px solid #F4DB79; 
    background-color: #F0F0F0; 
    color: #333;
    }    

#content_container {
    margin-left: 175px; 
    width: 600px; 
    background-color: #F0F0F0;
    }	     
    
.top_color {
    background-color: #F4DB79; 
    height: 8px; 
    padding: 0px;
    }

#content_container #copy {
    padding: 45px 40px 50px 40px; 
    font: 12px Arial, sans-serif; 
    border-top: 1px solid #343434; 
    height: 100%;\
	color: #343434;    
    }
    
.content_title {
    font: 20px Arial, sans-serif;
    font-weight: bold;
    }
	
.content_nav {
	color: #8e8e8e;
	}
	
.content_nav_selected {
	color: #2f2f2f;
	font-weight: bold;
	}	
	
.content_nav a { 
	color: #23438F;
	}	
