
body {
     /*width: 80%;*/
     margin-left: 10%;
     margin-right: 10%;
     }

/* Image and Heading */
.heading {
	 background-image:url(../img/me1.png);
	 background-repeat: no-repeat;
	 /*padding: 5px; */
	 /*padding-left:50%;*/
	 /*padding-bottom:10%;*/
	 position: absolute;
	 top:20px; left:75%; 
	 height:100%;width:80%;
	 z-index: 5;
 	 }

.title {
	    padding:35px 10px 10px 100px;
	    /*background-color:#8f8f8f;*/
	    background-color:#ddd;
	    border-left: 2px solid #8f8f8f;
	    border-right: 2px solid #8f8f8f;
	    border-top: 2px solid #8f8f8f;
	    position: relative;
	    top:30px; /* left:30%;  width:80%;  */
	    color: #8f8f8f;
	    z-index: 2;
	    }


.navigation {
	    padding: 5px 5px 5px 15px; 
	    /*background-color: #ddd;*/
	    border-right: 1px solid #8f8f8f;
	    border-left: 1px solid #8f8f8f;
	    border-bottom: 1px solid #8f8f8f;
	    border-top: 2px solid #8f8f8f;
	     position: relative;
	    top:30px;

}
.navigation a {
	       color:#000;
	       margin:3px;
	       position: relative;
		}

.breadcrumbs {
	  border-bottom: 1px solid #8f8f8f;
	  border-left: 1px solid #8f8f8f;
	  border-right: 1px solid #8f8f8f;
	  padding: 10px 10px 10px 30px;
	  position: relative; 
	  top:25px;
	  }



.right {
       padding-right: 10px;
       float:right
       }

.main {
      border-left:1px solid #8f8f8f;
      border-right:1px solid #8f8f8f;
      padding: 10px 50px 50px;0px;
      position: relative;
      top: 25px; 
      }

.main .my_container dl {
                   width: 30%; 
     		   border: 1px solid #ddd;
     		   }

.main .my_container dt {
      		      font-size: 120%; 
		      font-weight: bolder; 
      		      padding: 5px; 
		      background-color: #eee; 
		      margin-bottom: 5px;
      		      }

.bottom {
	padding: 10px;
	border:1px solid #8f8f8f;
	position: relative;
	top: 25px; 
	}

