 * {
padding: 0;
margin: 0;
}
  html{
    height: 100%;
  }
  body { font-family: Verdana, Helvetica, Arial, sans-serif;  font-size: 76%; line-height: 120%;
         color: #404040; 
         background: #fff; 
        }





/*---header----------------------------------------------------------------*/

  #header{

    margin: 0 auto;
    padding: 0;
    width: 760px;
    height: 169px;
    background: transparent url(images/header_bg.gif) left top no-repeat;
    text-align: left;
    overflow: hidden;
    position: relative;
  }  


  #border { text-align: left;
         border: 1px solid #DCDCDC;
         position: relative;
         margin: 40px auto;
         padding: 00;
         width: 760px;
	 background: #fff repeat-y center top;
  }




/*---menu----------------------------------------------------------------*/


#menu {
	width: 760px;
	height: 70px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	float: left;
	height: 57px;
	padding-top: 0px;
	text-decoration: none;
	text-align: center;
        
}

.nodecor { border: none; }




/*---content----------------------------------------------------------------*/


  #container{
    clear: both;
    padding: 0;
    margin: 0;
    width: 100%;
    background: #fff;
  }
  #wrapper{
    margin: 0 auto;
    width: 720px;
    text-align: left;
    overflow: hidden;
  }

  p { font-size: 12px;
      font-family: Verdana, Arial, Times, serif;
      line-height: 1.4em;
      margin: 0 0 1.5em 0; }

  h1 { font-family: 'Arial Black', 'Times New Roman', serif; font-size: 26px; color: #95916a; font-weight: normal; margin: 0 0 1.2em 0; }
  h2 { font-family: 'Arial Black','Verdana', Times, serif; font-size: 16px; color: #e1771e; font-weight: normal; margin: 1.2em 0 1.2em 0; padding: 0; }

  h3 { font-size: 14em; font-weight: normal; color: #8fbf60; text-transform: uppercase; letter-spacing: 0.1em; margin: 0 0 0.8em 0; border-bottom: 1px solid #e5e5e5; padding: 0 0 0.4em 0; }
  h4 { font-family: 'Times New Roman', Times, serif; font-size: 1.5em; font-weight: normal; line-height: 120%; margin: 0 0 0.3em 0; }

  h5 { font-family: 'Arial Black', 'Times New Roman', serif; font-size: 16px; color: #95916a; font-weight: normal; margin: 0 0 1.2em 0; }



  h6 { font-family: 'Verdana', Times, serif; font-size: 14px; color: #e1771e; font-weight: normal; line-height: 120%; margin: 1em 0 1em 0; padding: 0; }

a:link, a:visited, a:active { font-size: 14px; }
a:hover {  }

/*---footer----------------------------------------------------------------*/

  #footer { text-align: center; 
          border-top: 3px double #ccc; 
          margin: 30px 0 0px 0; 
  }
  .border { margin: 30px 0 10px 0; 
           border-top: 3px double #ccc;  
  }
.space { margin: 0px 0px 0px 0;
         border-top: double #fff;  }