body { text-align : left ; min-width : 900px ; }
div.wrapper { width : 900px ; margin-left : auto ; margin-right : auto ; position : relative ; }
#navcontainer { position: absolute; 
               top: 0; left: 0; 
               width: 250px; 
               height: 100%; }
#maincontainer { position: absolute; 
               top: 0; 
               left: 250px; 
               width: 650px; 
               height: 100%; }
#navbox { font-weight: normal; text-align: right; position: absolute; top: 20px; width: 150px; height: 300px; visibility: visible; margin-top: 80px; margin-left: 20px; display: block; }
#mainbox { position: relative; 
               top: 80px; 
               width: 650px; 
               height: 500px; }
a, a:link, a:visited { color: #333; font-size: 11px; text-decoration: none; border-style: none; }

a:hover { color: #ffa500; font-size: 11px; text-decoration: none; border: 0; }
p { color: #333; font-size: 11px; font-family: geneva; text-transform: lowercase; }
h3 { color: #000; font-size: 12px; font-family: geneva; }
h3:hover { color: #ff9900; }
