/* CSS Document */

/* set page background to white and text to very dark gray
 * html is included because this is the root element for
 * pages served as application/xhtml+xml */
html, body {
  background: #607C63 url(../images/global/background.gif);
  color:#6699FF;
  margin: 0;
  padding: 0;
  font-family:Arial, Helvetica, sans-serif;
  }
/* set width of wrapper to same width as title image
 * no top or bottom margin
 * auto on both sides will center wrapper in modern browsers */
#wrapper {
  width: 1000px;
  margin: 0 auto;
  background: #D7D7FF;
  }
/* set 15px top margin for titlebar, other margins set to zero */
#titlebar {
  
  background-color: #688CD9;
  width: 1000px;
  height: 120px; 
  }
  
#nav {
width: 1000px;
background-color: #6699FF;
}

   
  /* this rule changes the format for glink**/
#glinks {
   background:#FFFF64;
   width: 1000px;
   
   }
   
 #nav2 {
 width: 160px;
 height: 2150px;
 float: left;
 background:#524872;
 }
   
#maincontent {
width: 840px;
}
