body, p{  padding: 0px;  margin: 0px;}

body
{
  background: #dce6ff;
    background-image: url(./img/background.jpg);
  background-repeat: repeat-x;
  text-align: center;
}



#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 0px 0px 0px;
  text-align: left;
}

#background
{
  width: 1000px;
  background-image: url(./img/background2.jpg);
  background-repeat: none;
  margin-right: auto;
  margin-left: auto;
}

#logo
{  
  height: 150px;
  background-image: url(./img/banner.jpg);
  background-repeat: none;
}

#nav
{  
  height: 30px;   
  width: 898px;   
  border-style: solid;
  border-width: 1px;
  border-color: #7e7e7e;
  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: 578px;
  height: 290px;
  border-style: solid;
  border-width: 1px;
  border-color: #7e7e7e;
  background: #fff;
  padding: 10px;
  font-family: arial;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

#main p
{
}

#right
{
  float: right;
  width: 273px;
  height: 300px;
  border-style: solid;
  border-width: 1px;
  background: #fff;
  padding: 5px;
  font-family: arial;
  border-color: #7e7e7e;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

#right p
{
}

#right h3
{
  padding-top: 0px;
  margin-top: 0px;
}

#timeline
{
  height: 240px;
  clear: both;
  border-style: solid;
  border-width: 1px;
  background: #fff;
  padding: 5px;
  font-family: arial;
  border-color: #7e7e7e;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.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;
}
