    html, body {        
         background-color: #e6e6e6;
         margin: auto;
         padding: auto;
         height: 100%;
      }
      
   #leftcol {
     float: left;
	 width: 450px;
    }   

   a {
	 text-decoration: none;
	 color: #CB2319;
     }
   
   a:visited {
	 text-decoration: none;
	 color: black;
    }

   a:hover{
	 color: #F4B615;
}

   #rightcol {
	  float: right;
      width: 250px;
   	  border: 1px #CB2319 solid;
   	  margin-bottom: 5px;
    }
   
   #rightcol h1 {
	font-family: Georgia;
	font-weight: bold;
	font-size: 11px;
	background-color: #CB2319;
	color: white;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
   }
   
   #rightcol p {
	 margin-left: 2px;
	 margin-right: 2px;
	 font-family: Arial;
	 font-size: 12px;
    }
    
   #header {
	 background-image: url('http://www.lakota-aid.co.uk/images/lakota_charity.gif');
	 background-position: top center;
	 background-repeat: no-repeat;
	 height: 190px;
	}

   #content {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 1.1em ;
	width: 730px ;
	margin-left: auto ;
	margin-right: auto ;
	padding: 10px ;
	background-color: white ;
	color: black ;
	border: 1px solid black ;
	margin-top: 10px;
	margin-bottom: 10px;
   } 
   
   #heading {
	background-image: url('http://www.lakota-aid.co.uk/images/lakotaheader.gif');
	background-position: left;
	background-repeat: no-repeat;
	height: 42px;
	padding-top: 5px;
	padding-left:40px;
    }

    #heading h1 {
	 font-family: Georgia, serif;
	 font-size: 18px;
	 color: white;
	 margin-left: 2px;
     }

    #menubar {
	 background-color: #CB2319;
	 height: 5px;
	
     }

    #footer {
	clear: both;
	margin-top: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #F4B615;
    }

    p {
	font-family: Arial;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
    }


   .permission {
         font-family: Arial;
         font-size: 11px;
         font-weight: normal;
         color: #333333;
         text-align:center;
         margin: 0;
         padding: 0;
      }

   .contactme {
	    font-family: Georgia;
	    font-size: 11px;
	    font-weight: bold;
       color: #333333;
       text-align: justify;
	   padding-left: 10px;
	   padding-right: 10px;
	    
} 

