@charset "utf-8";
/* CSS Document */
/*General Rules*/
body {font-family:Geneva, Arial, Helvetica, sans-serif;
	  font-size: medium;
	  line-height: 1.5;
	  background-color: #DDEFFF;
	  color: #0000FF;
	  padding: 0;
	  margin: 0;
	  }
	  
#wrapper {width: 56em;
		  background-color: #DDEFFF;
		  padding-top: 0em;
		  margin: auto;
		  border: #0000FF 2px solid;
		  }
		  
#nav {width: 11em;
	  min-width: 150px;
	  float: left;
	  }
	  
#content {width: 43em;
		  min-width: 690px;
		  float: right;
		  padding: 0 0.75em;
		  border-left: #0000FF 1px solid;
		  }
		  
		  
#footer { clear: both;}
		 
			
#nav img {margin-left: 3em;
		  padding: 1em 0;
		  border: none;
		  background-color: #DDEFFF;}
		  

h1 {font-size: 1.8em;}

h2 {font-size: 1.2em;
    margin-bottom: 0.2em;
	
	}
		  
a:link {color: #333333;
		text-decoration: underline;
		}
		
a:visited {color: #000066;
		   text-decoration: underline;
		   }
		   
img {padding: 1em;
	 background-color: #FFFFFF;
	 border: #0000FF solid 2px;
	 }
	 

#replace4 {height: 150px;
		  text-indent: -5000px;
		  background: url(images/header4.jpg) center no-repeat;
		  margin: 0;
		  padding: 0;
		  }

#mainpic {width: 450px;
			text-align: center;
		   margin: 1em auto;
		   }
		  
.centre {text-align: center;
		   font-style: italic;
		   }
		
/*End General Rules*/




