body, p{  padding: 0px;  margin: 0px;}

body
{
  background: #dce6ff;
  background-image: url(./img/background.jpg);
  background-repeat: repeat-x;
  font-family: arial;
}

#linkbar{
    height: 30px;      
    width: 100%;      
    background-image: url(./img/bar.jpg);  
    background-repeat: repeat-x;    
    border-style: solid;    
    border-width: 0px 0px 1px 0px;  
    line-height: 30px;
}

#container
{
  margin-right: auto;  
  margin-left: auto;  
  width: 900px;  
  border: solid #000 0px 1px 0px 1px;
}

#background
{
  width: 1000px;  
  background-image: url(./img/background2.jpg);  
  background-repeat: no-repeat;  
  margin-right: auto;  
  margin-left: auto;
}

#logo
{    
  height: 150px;  
  background-image: url(./img/banner.jpg);  
  background-repeat: none;
}

#nav
{
    height: 30px;     
    width: 898px;     
    border-bottom: solid #000 1px;     
    border-left: solid #000 1px;     
    border-right: solid #000 1px;    
    border-top: solid #000 1px;   
    background-color: #000080;     
    font-family: Arial;     
    font-weight: bold;  
    background-image: url(./img/bar.jpg);  
    background-repeat: repeat-x; 
}

#nav ul 
{
    margin: 0px;     
    padding: 0px;     
    font-size: small;     
    color: #FFF;     
    line-height: 30px;
}

#nav li{  list-style-type: none;     display: inline;}
#nav li a {  text-decoration: none;     padding: 7px 10px;     color: #FFF;}
#nav lia:link{   color: #FFF;}#nav lia:visited{   color: #CCC;}
#nav lia:hover {  font-weight: bold;     color: #FFF;     background-color: #3366FF;}

#main
{
  float: left;  
  width: 880px;  
  border-style: solid;  
  border-width: 1px;  
  background: #fff; 
  border-color: #7e7e7e; 
  padding: 10px;
  border-radius: 15px;
  -moz-border-radius: 15px;
}

#right{  float: right;  width: 273px;  height: 290px;  border-style: solid;  border-width: 1px;  background: #fff;  padding: 5px;}#right h3{  padding-top: 0px;  margin-top: 0px;}#timeline{  height: 240px;  clear: both;  border-style: solid;  border-width: 1px;  background: #fff;  padding: 5px;}.spacer{  height: 15px;  width: 100%;  clear: both;}#footer{  margin-left: auto;  margin-right: auto;  height: 30px;  width: 998px;  border-style: solid;  border-width: 1px 1px 0px 1px;  border-color: #000;  background-image: url(./img/bar.jpg);  background-repeat: repeat-x;  clear: both;  line-height: 30px;  text-align: center;  font-family: Arial;     font-weight: bold;  color: #fff;}

#footer a
{
  text-decoration: none;
  color: #fff;
}
