
/* 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 Section*/

body {
	font-family: Arial, sans-serif;
	
    background-color: #8EC5FC;
    background-image: linear-gradient(62deg, #8EC5FC 0%, #E0C3FC 100%);
    
}

h1 {
	color: #000000;
    font-family: "Papyrus","Arial";
    font-weight: bolder;
    align-items: center;
    text-align: center;
    padding: 2%;
    margin-top: 10px;
    margin-bottom: 0px;
    background-image: linear-gradient(to top left, rgb(122, 164, 39), rgb(192, 255, 243))
   
}

.contact {
	background-color: #00DBDE;
background-image: linear-gradient(90deg, #00DBDE 0%, #FC00FF 100%);

	border: 1px solid #ccc;
	padding: 20px;
	margin: 20px auto;
	max-width: 600px;
}

h2 {
	margin-top: 0;
}

p {
	margin: 10px 0;
}



img {
    
    width: 70px;
    height: 70px;
    align-items: center;
    margin-left: 20%;
    position: relative;
    
}

#foot{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
   
    text-align: center;
    background-color: #00DBDE;
background-image: linear-gradient(90deg, #00DBDE 0%, #FC00FF 100%);

}