﻿body 
{
  margin: 0;
  padding: 0;
  
  
  background-color: Maroon;
  background-image: url( '../res/background.png' );
  background-repeat: repeat-y;
  background-position: center;
   
  width: 792px;
   
  position: absolute;
  
  text-align: center;
  left: 50%;
  margin-left: -405px;
}


#banner
{  
  height: 120px;
  
  background-image: url( '../res/Banner.gif' );
  background-repeat: no-repeat;
  background-position: center;
}

#menu
{
  padding:0;
  margin:0;
  
  font-family: Times New Roman, arial, helvetica, sans-serif;
  font-weight: 500;
  font-size: large;
  white-space: nowrap;
  list-style-type:none;
  
  height: 25px;
  background-image: url( ../res/menu_middle.png );
  background-repeat: repeat-x;
  background-color: yellow;
  
  border-top: solid 1px #BCBCBC;
  border-bottom: solid 1px #BCBCBC;
}


#menuBorder
{
  margin-right: 1px;
}


#menu li 
{
  display:inline;
  padding: 0px;
}

#menu li a
{
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 4px;
  margin-bottom: 4px;
  color: #062855;
  text-decoration:none;
  float:left;
  border-right-style: solid;
  border-right-width: thin;
  border-right-color: #BCBCBC;
}

#menu li a:hover
{
  color: #0266bc;
}

#content
{
  background-color: white;
  padding-top: 10px;
  margin-right: 1px;
}


#footer
{
  clear: both;
  height: 20px;
  
  margin: 10px;
}