/* CSS Document */

html, body {
  background:#003366;
  color:#FFF;
  margin: 0;
  padding: 0;
  font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
  width: 920px;
  margin: 0 auto;
}

#titlebar {
  width: 920px;
  height: 125px;

}



#searchbar {
   width: 920px;
   height: 25px;

}


#nav {
width: 920px;
background-color: #6699FF;



}

#glinks {
width: 920px;

}
#sidebar {
    width: 160px;
	height: 1650px;
}

#maincontent {
    width: 760px;

}

