@charset "iso-8859-1";

/* Layout Stylesheet */ 

body {
 font-family: arial, sans-serif; 
 background: #E0F0E8;
 color: #333333;
 margin: 20px;
 border:0;
 }
  
#main {
 border: 2px solid #000000; 
 background: #ffffff;
 color: #333333;
 height:80%;
 }

#nest {
 float: left; 
 width: 185px; 
 border: solid #666666; 
 border-width: 0 2px 2px 0; 
 background: #E0F0E8;
 color: #333333;
 margin: 0 20px 10px 0;
 }
