

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

.work {
        align-items: center;
        text-align: center;
        height: 100px;
        width: 50%;
       
        margin-left: 25%;
      
}


body {
    font-family: Arial, sans-serif;
    background-image: linear-gradient(to bottom right, rgb(35, 35, 118), rgb(82, 211, 82));
    color: #333;
    margin: 0;
    padding: 0;
    
  }

  
   
  
  
  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-color: #b29069;
  }
  
  /* Style for the job section */
  .job {
    background-color: #b69c9c;
    border: 1px solid #DDD;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    padding: 20px;
    width: 80%;
    max-width: 800px;
  }
  .job img{
        width: 20%;
        height: 20%;
        margin-right: 0%;
        margin-bottom: 20px;
        float: right; 
        align-items: center;     
        
  }
  .job h2 {
    margin-top: 0;
    margin-bottom: 0px;
  }
  
  .job ul {
    list-style-type: disc;
    margin-left: 20px;
  }
  
  .job p {
    margin-bottom: 5px;
  }
  
  /* Style for links */
  a {
    color: #337AB7;
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: underline;
  }

  .job1 {
    color: black;
    background-color: #715151;
    border: 1px solid #DDD;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    padding: 20px;
    width: 80%;
    max-width: 800px;
  }
  
  .job h2 {
    margin-top: 0;
    margin-bottom: 10px;
  }
  
  .job ul {
    list-style-type: disc;
    margin-left: 20px;
  }
  
  .job p {
    margin-bottom: 5px;
  }
  
  /* Style for links */
  a {
    color: #337AB7;
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: underline;
  }

  .job2 {
    background-color: #b69c9c;
    border: 1px solid #DDD;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    padding: 20px;
    width: 80%;
    max-width: 800px;
  }
  
  .job2 h2 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .job2 img{
    width: 20%;
    height: 20%;
    margin-right: 0%;
    margin-bottom: 20px;
    float: right; 
    align-items: center; 
  }   
  
  .job ul {
    list-style-type: disc;
    margin-left: 20px;
  }
  
  .job p {
    margin-bottom: 5px;
  }

  
  
  /* Style for links */
  a {
    color: #337AB7;
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: underline;
  }

  footer{
    color: #000000;
    padding: 0.5%;
    background-color: #87633b;
    text-align: center;
  }