/* Header Section*/
#header-wrapper {
	height: 74px;
	background: url(images/img02.gif);
}
header {
	width: 1000px;
	height: 74px;
	margin: 0 auto;
	background: url(images/img03.gif);
}

#menu {
	float: left;
	width: 680px;
	height: 74px;
	background: url(images/img04.gif) no-repeat;
}
#menu ul {
	margin: 0;
	padding: 33px 0 0 90px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 17px;
	padding: 5px 12px;
	text-decoration: none;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #6b145e;
	font-weight: bolder;
}

#menu a:hover { text-decoration:none;
				background-color: #2d4625;
      } 

#menu .current_page_item a {
	background: #726a6b url(images/img06.gif) repeat-x;

}

#menu .list{
   
        list-style-type: none;
        margin: 0;
        padding: 50px;
        overflow:auto;
        
        background: #ffffff url(images/img06.gif) repeat-x;
        
      }
      
      #menu .list li {
        float: left;
      }
      
      #menu .list li a {
        display: block;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
      }
      
      #menu .list li a:hover {
        background-color: #000000;
      }
    
      /* End of Header */
      
    h2{
        font-family:fantasy;
        font-size: 40px;
        text-align: center;
        background-image: linear-gradient(to bottom right, yellow, green );
        padding: 1%;
        align-items: center;
        margin: 5px;
        font-weight: 300;
        
      }

    #hob1 {
      
      background-image: linear-gradient(to bottom right, rgb(134, 80, 172), rgba(0, 255, 187, 0.774));
      width: 100%;
     
      float: left;
      font-size: 20px;
      border: blanchedalmond;
      border-radius: 15px;
    }
    #hob1 p, li{
      float: left;
      font-family: "Euclid Circular B",sans-serif;
      list-style-type: none;
      
    }

  #foot {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #000000;
    background-color: #87633b;
    text-align: center;
  }

  