/*----------------------------------------------------------------------------------------------------------------------------------*/
  *{
    margin: 0;
    padding: 0;
  }
  body{
    padding: 10px 0;
    background: #60522f;
    text-align: center;
    color: #766454;
    font: normal 12px Georgia, Times New Roman, Times, serif;
  }
  #container{
    margin: 0 auto;
    width: 700px;
    text-align: left;
  }
  h1, h2, h3{
    font-weight: normal;
  }
  
  h2 {
  	padding-bottom: 5px;
  }
  
  input, textarea {
  	font-family: Georgia, Times New Roman, Times, serif;
  	text-align: center;
  	padding: 4px;
  	border: 1px solid #cbb99d;
  }
  
  .text-left {
  	text-align: left;
  }
  
  #nameInput {
  	font-size: 14px;
  	width: 150px;
  }

  a:link, a:visited {
  	color: #720000;
  	text-decoration: none;
  }

  a:active, a:hover {
  	color: #aa0000;
  	text-decoration: underline;
  }
  
  .error {
  	color: #aa0000;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #header{
    padding: 0 90px;
    background: transparent url(../images/header_bg.jpg) no-repeat;
    text-align: center;
  }
  h1#logo{
    padding-top:  200px;
    padding-bottom: 20px;
  }
  h1#logo a{
    display: block;
    margin: 0 auto;
    width: 312px;
    height: 55px;
    background: transparent url(../images/template_logo.jpg) no-repeat;
  }
  h1#logo a:hover{}
  ul#mainNav{
    font-size: 14px;
    list-style: none;
  }
  ul#mainNav li{
    float: left;
    border-top: 1px solid #cbb99d;
    border-bottom: 1px solid #cbb99d;
  }
  ul#mainNav a{
    display: block;
    padding: 7px 13px 7px 13px;
    color: #52443c;
    text-decoration: none;
  }
  ul#mainNav a:hover{
    background: #3d2910;
    color: #ffffff;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #content{
    padding: 60px 120px 30px 120px;
    background: transparent url(../images/content_bg.jpg) repeat-y;
    line-height: 24px;
    font-size: 13px;
  }
  h3{
    float: left;
    margin-top: -2px;
    padding-right: 4px;
    font-size: 18px;
  }
  p{
    margin-bottom: 20px;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #footer{
    padding: 0 90px;
    height: 285px;
    background: transparent url(../images/footer_bg.jpg) no-repeat;
    font-size: 9px;
  }
  ul#metaLink{
    padding-top: 175px;
    list-style: none;
  }
  ul#metaLink li{
    float: left;
    margin-right: 15px;
  }
  ul#metaLink a{
    color: #766454;
    text-decoration: none;
  }
  ul#metaLink a:hover{
    text-decoration: underline;
  }
