body    {
	 font-family: Arial;
	 text-align: justify;
	}
	
h3      {
	 font-size: 11pt;
	 }
	
#container {
	    width: 1000px;
	    }

#header {
	 width: 995px;
         border: 1px solid #000;
         background-color: #B5DA65;
         padding-left: 5px;
         background-image:url('images/header_1.jpg');
         }
         
#leftcontent   {
		float: left;
		height: 35px;
		width: 1000px;
		background-color: #B5DA65;
		border-bottom: 1px solid #000;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		}
              
#rightcontent {
		margin-top: 50px;
               }
               
#copyright {
	    float: right;
            font-size: 8pt;
            padding-top: 20px;
            padding-right: 5px;
            }
	    
.menu_button {
		 float: left;
		 height: 27px;
		 width: 110px;
		 background-color: #B5DA65;
		 padding-top: 8px;
		 text-align: center;
		 font-size: 11pt;
		 }
	
.menu_button a {
		font-weight: bold;
		text-decoration: none;
		color: #000;
		}
.menu_button a:hover {
		      text-decoration: underline;
		      }
		      
/* Image holders */
/* Alternate background colour: #cbb771 */

div.right  {
	    float: right;
	    border: 1px solid #000;
	    text-align: center;
	    font-size: 8pt;
	    background-color: #B5DA65;
	    padding: 3px;
	    margin: 5px 0px 5px 10px;
	    }
	    
div.center  {
	     margin-left: auto;
	     margin-right: auto;
	     width: 420px;
	     border: 1px solid #000;
	     text-align: center;
	     font-size: 8pt;
	     background-color: #B5DA65;
	     padding: 3px;
	     }
	    
div.photo_spread_3 {
		    text-align: center;
		    }
