<!-- Style Sheet created with the CoffeeCup StyleSheet Maker -->
<!-- http://www.coffeecup.com -->
<style type="text/css">
<!--

body {
  background-color: white;
  text-align:center;
  padding: 0; 
  margin: 0 auto; 
}


a {
  text-decoration:none;
  font-weight:normal;
  }

p {
  display:inline;
  font-family:"ARIAL";
  font-size: 9pt;
  text-align:justify;
  font-weight:normal;
  }

h1 {
  display:inline;
  font-family:"ARIAL";
  font-size: 10pt;
  font-weight:normal;
  text-align:center;
  font-style:normal;
  }

h2 {
  display:inline;
  font-family:"ARIAL";
  font-size:11pt;
  font-weight:bold;
  font-style:italic;
  text-align:center;
  }

h3 {
  display:inline;
  font-family:"ARIAL";
  font-size: 8pt;
  text-align:justify;
  font-weight:normal;
  font-style:italic;
  }

 h4 {
  display:inline;
  font-family:"ARIAL";
  font-size: 8pt;
  text-align:justify;
  font-weight:normal;
  font-style:normal;
  }
  
.navCellOff { 
			BACKGROUND-COLOR: #FFFFFF; 
			color:#000000; 
			} 

.navCellOn { 
		   BACKGROUND-COLOR: #F2F2F5; 
		   color:#000000; 
		   } 
	
#frame {
	   position: relative;
	   display: inline;
	   margin: 0 auto;
	   width: 800;
	   height: 480;
	   overflow: hidden;
	   display: block;
	   }
	
#contentleft {
			 position: absolute; 
			 width: 400px;
			 height: 100%;
			 top: 0;
			 left: 0;
			 overflow: hidden;
			 padding:15px;
			 background:#fdc24a;
			 }
	
#contentright {
			 position: absolute; 
			 width: 400px;
			 height: 100%;
			 top: 0;
			 right: 0;
			 overflow: hidden;
			 padding:15px;
			 background:#fdc24a;
			 }
			 
#artdisplay {
	   position: relative;
	   margin: 0 auto;
	   width: 800;
	   height: 700;
	   overflow: hidden;
	   display: block;
	   }

#menuleft {
			 position: absolute; 
			 width:120px;
			 height: 700px;
			 top: 0;
			 left: 0;
			 overflow: auto;
 			 padding:5px;
			 background:#fdc24a;
}

#viewright {
			 position: absolute; 
			 width: 680px;
 			 height: 700px;
			 top: 0;
			 right: 0;
			 overflow: hidden;
			 padding:15px;
			 background:#fdc24a;
}
-->
</style>