html{
	min-width: 300px;
	height:100%;
} /*IE7*/

body{
  background: url(../images/banner_bg.gif) repeat-x top;
	background-color: #ffffff;
	height:100%; 
  font: 80% Verdana, Arial, Helvetica, sans-serif; 
  letter-spacing : 0.03em;
  line-height : 150%; 
	color: #000000;
  text-align:center;
  margin:0px auto;  
  padding: 0;
}

a{color:#004b84;text-decoration:none;}
a:hover{text-decoration:underline;}

table {
  font: 100% Verdana, Arial, Helvetica, sans-serif; 
}

div#wrapper { 
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  text-align:left;  
}

div#banner { 
  width: 960px;
  height: 115px;  
  margin: 0 auto;
}

div#banner img { 
  padding: 20px 0 0 10px;
  float:left;
}

div#banner a { 
  color: #000000;
  text-decoration: none;  
}

div#banner ul { 
  display:inline;
  padding: 75px 10px 0 0;
  float:right; 
}

div#banner ul li { 
	margin-left: 0;
	padding: 0 10px;
	border-left: 1px solid #000000;
	list-style: none;
	display: inline; 
  color: #000000;   
}

div#banner ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

div#home_text {
  text-align:center;
  clear:both;
}

img#home_img {
  width:265px;
  position:relative;
  margin-left:auto;
  margin-right:auto;  
  display: block;
}

div#home_images img {
  width:300px;
  position:relative;
  float:right;
  margin-bottom: 3em;  
  margin-right: 2px;
}


div#statement_text {
  margin-left:140px;
  text-align:justify;
}

img#statement_img {
  float:left;
  position:relative;
  padding-right:3em;
  width:225px;
}

div#exhibitions {
  margin:auto;
  width:40%;
}

div#exhibitions th {
  vertical-align: top;
  padding: 1em;
  white-space: nowrap;  
}

div#exhibitions td {
  vertical-align: top;
  padding: 1em;  
}

div#shows {
  margin:auto;
  width:40%;
}

div#shows th {
  vertical-align: top;
  padding: 1em;
  white-space: nowrap;  
}

div#shows td {
  vertical-align: top;
  padding: 1em;  
}

div#contact {
  text-align:center;
}

   
    
#navlist
{
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #778;
font: bold 12px Verdana, sans-serif;
text-align:right;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #DDE;
text-decoration: none;
}

#navlist li a:link { color: #667; }
#navlist li a:visited { color: #667; }

#navlist li a:hover
{
color: #000;
background: #96DED1;
border-color: #227;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;
}    


