/* If  the codings crap at least it's my crap.....Russell Baker */ 
  body { 
     
    font: bold 14px Georgia,"Lucida Grande",verdana,sans-serif;
    margin:10px; 
 background-color:#C2F0C2;/* Light Green PADA*/
 line-height: 150%;
    } 
/* Rules for headings */ 
  h1 { 
    font-size:160%; 
    font-style: italic;
    Line-height: 150%;
    padding: 0 0 0 10px;
    } 
h2 { 
  font-size:140%; 
   font-style: italic;
  } 
h3 { 
  font-size:120%; 
  font-style: italic;
  } 
/* Default paragraph styles */ 
  p { 
    font-size:100%; 
    line-height:140%; 
     } 
  /* Masthead or title  address block font-weight: font-variant: font-style: font-stretch: font-size-adjust: font-size: font-family: font: ;;;;;;;;s */   
 #masthead { 
    height: 100px;/* Height of PADA logo */ 
   
    margin:0 0 5px 45px; 
    padding:5px; 
    border:0px solid #00000;  /* Yes this is nothing */ 
    background: url(pada4.jpg) no-repeat top center #C2F0C2;/* Image & color in masthead */ /* Light Green PADA */
    
      } 
/* Content */ 
  #content { 
  margin-left: 20%;
    margin-right:20%; 
  margin-bottom:10px; 
    padding:10px; 
   border:5px solid #FF0000; 
    background-color:#85C785;/* darker light Green PADA */
    } 
    .image_float {
    float:left;
    margin:0 5px 5px 0;
     }
/* Sidebar B */ 
  #sidebar_b { 
    float:left; 
	    width:15%; 
	    margin-bottom:10px; 
	    padding:5px; 
	  border:5px solid #FF0000;
        text-align:center;/* Text moved to center but their are options */ 
        background-color:#C8CCD0;
        color: #00000;
        font-size: 1.1em;
        text-decoration: none;
        
   
	    } 
 
/* ul & li and menu are to do with navigation  links. NOT SORTED how to make entire link block colour on hover etc*/ 



.menu {
	float:right;
	padding:0px;
	margin:0px;
	margin-left:15px;
	border-left:1px solid #eaeaea;
}



.menu-list {
	list-style-type: none;
	margin:0px;
	padding:0px;
}


.menu li {
	background-color:#C8CCD0;<!-- Grey -->
	color: #D9ceb8;<!-- Greyish with hint of pink -->
	font-size: 1.1em;
	text-decoration: none;
	margin:0px;
	padding:0px;
	border-bottom:2px solid #FF0000;<!-- Red border -->
}

.menu li a {
	color: #000000;<!--Black test -->
	font-size: 1.1em;
	text-decoration: none;
	width:170px;
	padding:5px;
	margin:0px;
	display: block;
	border:5px solid #FF0000; /*  .menu Previously before changing border li a {
	
	border-left:5px solid #FF0000;
    border-right:5px solid #FF0000;
    border-top:5px solid #FF0000;
}       */

}

.menu li a:hover {
	text-decoration: none;
	background-color:#5B766D;
}





a{
	color:#400C0C     <!-- No semi colon so dead? -->
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}
        
	/* Footer  ok */ 
 #footer { 
  width: 85%;
  clear:both; 
  padding:10px; 
  margin: 20px auto 1em auto;
  background-color:#f0f0f0;
  color: navy;
  font-size: 90%;
  font-style: italic;
  text-align:center;
border:5px solid #FF0000;
       
	    } 
        

