/* CSS Document */

body {
    background-color: #F8F8F2;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
  }

  .banner {
    position: absolute;
	left: 0;
	top: 0;
	width: 755px;
	height: 152px;
	background-image:url('/files/banner.gif');
	background-repeat:no-repeat;
	border-right: 1px solid #63695a; 
	z-index:0;
  }
  
  h1 {
	border-bottom: 1px ridge #63695a;
	font-size:16px; 
  }
  
  h2 {
	margin: 0px;
	font-size:14px; 
  }
  
  .body {
    position: absolute;
    top: 150px;
	width: 770px;
  }
  
  .left {
	position: relative;
	width: 175px;
	background-color: #F8F8F2;
  }
	
  .main {
    position: absolute;
	border: 1px solid #63695a; 
	background-color: #fff;
	top: 2px;
	left: 175px;
	width: 559px;
	padding: 10px 10px 10px 10px;
	z-index: 2;
  }
  
  .contact {
	border: 2px solid #63695A;
	border-left: 0px;
	border-right: 0px;
    width: 100%;
    background-color: #dde4bb;  
  }


  #menu{
	width: 100%;
	padding: 0 0 1em 0;
	font-family: Verdana, Arial, sans-serif;
	color: #000;
	text-align: left;
	}
  
  #menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
  }
		
  #menu li {
	border-bottom: 1px dotted #5a5d4a; 
	margin: 0;
  }

  #menu li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		color: #000;
		text-decoration: none;
		width: 100%;
		}

  html>body #menu li a {
		width: auto;
		}

  #menu li a:hover {
		background-color: #dde4bb;
		color: #000;
		}


