	body {
	  margin-top: 0px;	  
	  margin-bottom: 30px;
		background-image: url("imgs/bg.jpg");
	  }

	#container {
	  width: 750px;
	  margin: 0 auto;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #fff;
	
	  }
	  
	#container2 {
	  width: 746px;
	  margin: 0 auto;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #fff;
	
	  border-bottom: 2px solid #2763A5;
	  }
		
	h1 {
	  font-weight: normal;
	  font-size: 32px;
	  margin-bottom: 20px;
		margin-top: 25px;

	  }
		
	h2 {
	  color: #fff;
	  font-size: 16px;
		  }
		
	a {
	  color: #88722d;
	  text-decoration:  underline;
	  font-weight: bold;
	  }

	a:hover {
	  background-color: #FFFFFF;
	  color: inherit;
	  font-weight: bold;
	  text-decoration: underline;
	  }

	a img{
	  border: none;
	  }

	img.left,img.center,img.right {
	  padding: 4px;
	  border: 1px solid #a0a0a0;
	  }

	img.left {
	  float: left;
	  margin: 0 12px 5px 0;
	  }


	img.right {
	  float: right;
	  margin: 0 0 5px 12px;
	  }

		
	.button {
	  padding: 2px;
	  background-color: #6DA6E2;
	  color: #FFFFFF;
	  border: 1px solid #2763A5;
	  font-size: 11px;
	  }


	#header {
	  width: 750px;
	  border: 0px;
	  padding-bottom: 10px;
	  padding-top: 10px;
	  clear: both;
	  }


    #menu {
      float:left;
      width:750px;
      font-size:93%;
	  padding-bottom: 1px;
      line-height:normal;
      }
    #menu ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #menu li {
      display:inline;
      margin:0;
      padding:0;
      }
    #menu a {
      float:left;
      background:url("imgs/menuL.jpg") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #menu a span {
      float:left;
      display:block;
      background:url("imgs/menu.jpg") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    #menu a span {
	  float:none;
	  }
    #menu a:hover {
      background-position:0% -42px;
      }
    #menu a:hover span {
      background-position:100% -42px;
      }


	#content {
	  width: 750px;
	  padding-left: 10px;
	  padding-right: 10px;
	  padding-top: 10px;
	  float: left;
	  }
		
	#content p {
	  padding-bottom: 10px;
	 
	  }


	#footer {
	  margin-top: 15px;
	  padding-top: 0px;
	  padding-bottom: 0px;
	  padding-left: 2px;
	  padding-right: 2px;
	  clear: both;
	  width: 742px;
	  }
		
	#footer p {
	  color:#FFFFFF;
	  padding: 5px;
	  text-align: center;
	  }
		
	#footer p a {
	  color: #FFFFFF;
	  font-weight:100;

	  }
		
	#footer p a:hover {
	  color: #FFFFFF;
	  text-decoration: none;
	  border-top: 1px dotted #FFFFFF;
	  border-bottom: 0px dotted #FFFFFF;
	  }