body { 
  background: #009 url(images/side.jpg) repeat-y;
  color: #fff; font-family: Verdana,Arial,Helvetica,sans-serif; 
  margin: 0; padding: 0; }

a { 
  color: #f60; /* orange */ font-weight: bold; text-decoration: none; }

a:hover { 
  color: #6c0; /* green */ text-decoration: underline; }
		
h1 { 
  color: #f60; /* orange */ font-size: 110%; }

h2 { 
  color: #6c0; /* green */ border-bottom: 1px solid #6c0; font-size: 100%; }

h3 { 
  color: #fff; font-size: 90%; font-weight: bold;}

p,th,td,ol,ul,blockquote {
  font-size: 80%; }

li ul, td table tr td, td table tr th, td ul, td p {
  font-size:100%; }

p {
  text-align: justify; }

p, li, hr, h2 {
  margin-right: 20px; }
  
th { 
  background: #6c0; /* green */}

a img { 
  border: 0; }

address { 
  font-size: 70%; margin-bottom: 10px;}

/* layers */
  
#logo { 
  position: absolute; left: 74px; top: 3px; }

#title { 
  position: absolute; left: 300px; top: 20px; }

#main { 
  position: absolute; left: 140px; top: 90px; }

/* navigation */
  
#menubar a, th   { 
  background-color: #6c0; color: #000; }

#menubar a { 
  padding: 15px;}
		   
#menubar a:hover { 
  background-color: #f60; }
