body
  {
  background-color: #2757A3;
  text-align: center;
  font: 73% Helvetica, sans-serif;
  color: #646464;
  }

a 

{
color: #2757A3;
text-decoration: none;
 }

a:hover 
{
text-decoration: underline;
}


h1
  {
  color: #2757A3;
  font-size: 160%;
  }

h2
  {
  font-size: 120%;
  font-weight: bold;
  }

h3
  {
  font-size: 110%;
  font-weight: bold;
  }

h4
  {
  font-size: 100%;
  color: #2757A3;
  font-weight: none;
  }

/* ###################### LAYOUT ###################### */


#container
  {
  margin: 0 auto;
  text-align: left;
  width: 755px;
  background-image: url(/images/background.gif);
  background-repeat: repeat-y;
  }

#container-inner
  {
  background-image: url(/images/top.gif);
  background-repeat: no-repeat;
  padding-top: 20px;
  }

#content
  {
  float: center;
  width: 650px;
  margin-left: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  }

#header
{
  text-align: center;
  padding: 10px 0px 5px 0px;
}

#footer
  {
  background-image: url(/images/bottom.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
  height: 30px;
  }

#footer-text
  {
  margin: 40px 26px 0px 26px;
  padding: 5px;
  line-height: 1.4em;
  text-align: center;
  font-size: 0.8em;
  clear: both;
  }

#bottom-links
  {
  margin: 0 auto;
  width: 688px;
  text-align: center;
  padding-right: 0px;
  padding-top: 5px;
  font-size: 0.8em;
  }

#bottom-links a
  {
  margin-left: 1em;
 color: #ffffff;
  }

#leftbar
  {
  background-image: url(/images/pyefleet-grey.gif);
  background-repeat: no-repeat;
  background-position: center 10px;
  width: 100px;
  float: left;
  padding: 140px 30px 0px 30px;
  }

#leftbar-content {
}

#leftbar h3
  {
  font-size: 1em;
  margin: 0 0 3px 0;
  color: gray;
  }

/* ###################### MENU ###################### */

#menu 
{ 
height: 25px; 

}

#nav 
{ 
}

#nav li a
{
margin: 0;
padding: 0px 0px 0px 60px;
text-decoration: none;
color: #646464;
}

#nav li a:hover {
color: #2757A3;
}

#nav li a:active {
color: #2757A3;
}

#menu li 
{ 
float: left;  
list-style: none; 
text-align: center;
}

#menu ul li#current a
{
color: #2757A3;
text-decoration: none;
font-weight: bold;
}

