body 
{ 
margin: 0px; 
text-align: center;
}
#container 
{
  margin: 0 auto;
  width: 770px;
  text-align: left;
  } 
#header 
{ 
position: absolute;  
top: 0px;
width: 770px;
height: 100px;
}
#main
{
width: 770px;
}

/*-- Set up Navy links --*/
/*--  General look of links not effected by any of the links entries of this file  --*/
a:link {
color:#000080;
cursor:pointer;
cursor:hand;
text-decoration:underline;
}
a:visited {
color:#000080;
cursor:pointer;
cursor:hand;
text-decoration:underline;
}
/*--  General look of dynamic links not effected by any of the links entries of this file  --*/
.alink {
color:#000080;
cursor:pointer;
cursor:hand;
text-decoration:underline;
}
