*{
margin:0px;
padding:0px;
border:none;
}
 
body{
margin:0px;
padding:0px;
background:#ffffff;
font-family:Verdana, Helvetica,sans-serif;
font-size:11px;
text-align:center;
}
 
/* ----- IDS ----- */
 
#container{
width:800px;
margin:0px auto 0px auto;
padding:0px;
background:#ffffff;
text-align:center;
border:1px solid #ffffff;
}
 
#header{
height:150px;
width:800px;
margin:0px;
padding:0px;
background:url(../images/HEADER-PAINT.png) no-repeat;
}
 
#navigation{
margin-top:0px;
margin-bottom:20px;
margin-left:0px;
margin-right:0px;
padding:0px;
height:30px;
}
 
#content{
margin:0px;
}
 
#exhibitions{
margin-top:0px;
margin-bottom:20px;
margin-left:0px;;
margin-right:0px;
padding-bottom:20px;
height:500px;
}
 
#info p{
text-align:center;
}
 
/* ----- CLASSES ----- */
 
.info_box{
font-size:10.5px;
color:#888888;
background:#fff;
}
 
.exhib{
color:#000000;
width:600px;
text-align:center;
margin:0px auto 0px auto;
}
 
.selected{
text-decoration:underline;
}
 
 
/* ----- HEADINGS ----- */
 
h1{
font-size:11px;
color:#000000;
margin:10px auto 30px auto;
padding:0px;
}
 
h2{
font-size: 11px;
}
 
/* ----- LINKS ----- */
 
a{
font-size:9px;
color:#000000;
text-transform: uppercase;
text-decoration: none;
text-align:left;
}
 
a:hover{
text-decoration:underline;
}
