#container {
   width:760px;
	 text-align:left;
	 margin:0px auto;
	 }

#header {
   position:relative;
   width:760px;
	 height:250px;
	 background-image:url('images/header.jpg'); 
	 z-index:2;
   }
	 
#content {
   position:relative;
   width:100%;
	 background-image:url('images/background.jpg'); 
	 margin-top:-60px;
	 z-index:1;
	 text-align:left;
   }
	 
#left-side {
   padding:15px;
   width:500px;
	 float:left; 
	 padding-top:60px;
	 }
	 
#right-side {
   padding:0px;
   width:200px;
	 float:right; 
	 padding-top:60px;
	 }

#footer {
   -moz-box-sizing:border-box;box-sizing:border-box;
   background-image:url('images/footer.jpg');
	 background-repeat:no-repeat;
	 width:100%;
	 height:72px;
	 padding-top:40px;
	 padding-right:45px;
	 text-align:right;
	 clear:both;
	 font-size:10px;
	 color:white;
	 }
	
#footer a {
   color:white;
	 }

#footer a:visited {
   color:white;
	 }
	 
a {
   color:#315909;
	 }

a:visited {
   color:#54931E;
	 }

a:active {
   color:#315909;
	 }
	
#clearer {
   clear:both;
}
	 
body,
html {
   padding:0px;
	 margin:0px;
	 background-color:#315909;
	 text-align:center;
	 font-family:arial;
	 font-size:14px;
   }
	 
a.button, a.buttonDis {
   -moz-box-sizing:border-box;box-sizing:border-box;
   display: block;
   background-color: transparent;
   background-image: url('images/button.png');
   background-repeat: no-repeat;
   width: 200px;
   height: 37px;
	 padding-top: 13px;
	 padding-left: 50px;
	 padding-bottom: 0px;
	 padding-right: 0px;
   text-align: left;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
   }
	 
a.button:link, a.button:visited {
   color: #cc182a;
   }

a.button:hover, a.button:active {
   background-image: url('images/button-over.png');
   color: #315909;
   }
	 
a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
   background-image: url('images/button-over.png');
   color: #315909;
   cursor: default;
   } 
   
h1 {
   font-family:arial;
   font-size:14px;
   colour:black;
   }
