/*	colours :
/*      rgb(173,178,197);     dark sky */
/*	rgb(227,231,230);     light sky */
/*	rgb(196,189,134);     grass */
/*	rgb(141,97,88);       heather */

body {
	background-color: rgb(196,189,134);
	font-family: arial;
	font-size:14px;
}

.mainimage {
  float: left; 
  margin-bottom: 10px;
  margin-right: 10px;
}

#bottomsection {
  margin-top:25px;
  float: left; 
}

#topsection {
  float: left; 
}

#footer {
  margin-top:50px;
  clear:both;
}

h1 {
	font-size:20px;
}

h2 {
	font-size:14px;
}

.cell {
float:left; 
}

.cell p {
  margin-bottom:0px;
  font-size:14px;
}

a:link { 
	color: black;
	}
a:visited { 
	color: black;
	}
a:hover { 
	color: black;
	background-color: rgb(227,231,230);
	}
a:active { 
	color: black;
	}
	
