/*----------------------------------------------------------------------------------------------------------------------------------*/
  *{
    margin: 0;
    padding: 0;
  }
  body{
    padding: 10px 0;
    background: #60522f;
    text-align: center;
    color: #766454;
    font: normal 14px Times New Roman, Times, Georgia, serif;
  }
  #container{
    margin: 0 auto;
    width: 1000px;
    text-align: left;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #header{
	height: 180px;
	background: transparent url(../images/header_bg.jpg) no-repeat;
	text-align: center;
	padding-top: 140px;
	padding-right: 120px;
	padding-bottom: 0;
	padding-left: 120px;
  }
  h1#logo{
    padding-top:  150px;
  }
  #header h2{
    position: relative;
    top: -95px;
    border-bottom: 1px solid #cbb99d;
    font-size: 24px;
  }
  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 0;
    width: 104px;
    color: #52443c;
    text-decoration: none;
  }
  ul#mainNav a:hover{
	background: #C4C067;
	color: #990000;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #content{
	background: transparent url(../images/content_bg.jpg) repeat-y;
	line-height: 18px;
	padding-top: 5px;
	padding-right: 110px;
	padding-bottom: 10px;
	padding-left: 110px;
  }
  p{
    margin-bottom: 5px;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #footer{
	height: 200px;
	background: transparent url(../images/footer_bg.jpg) no-repeat;
	font-size: 9px;
	padding-top: 0;
	padding-right: 90px;
	padding-bottom: 0;
	padding-left: 90px;
  }
  ul#metaLink{
    border-top: 1px solid #cbb99d;
    padding-top: 25px;
    list-style: none;
  }
  ul#metaLink li{
    float: left;
    margin-right: 15px;
  }
