body{
background:url(img/background-colours.jpg) #d7defd;  /* use bkgnd image and after that use a colour */
background-repeat: repeat-x;    /* Repeat 'x' means repeat horizontal but not vertical */
margin:0;
font: 10pt/14pt Verdana, Helvetica, sans-serif; color:#3b1405;    /* Fonts and in which order */
}
A:link{ color:#ffffff; text-decoration:none; }
A:hover{ color:#000000; text-decoration:underline; }
A:active{ color:#ffffff; text-decoration:none; }
A:active:hover{ color:#000000; text-decoration:underline; }
A:visited{ color:#000000; text-decoration:none; }
A:visited:hover{ color:#a8a39f; text-decoration:underline; }

#title{   /* This contains the title links, not the logo */
text-align:left;
padding: 0px 10px 10px 140px;  /* top,dunno,dunno,left  */
font-family: Verdana, Helvetica, sans-serif;
font-size:10px;
text-transform:uppercase;
color:#000000;
}

h1
{ font-family: verdana, arial, halvetica, sans-serif;
  font-size: 12pt; color:#3b1405;
 
}

h2
{ margin: 0px;
  padding: 0px 0px 2px 0px;
  font-size: 100%;
}

#logo {
background:url(img/logo.gif) no-repeat;
padding: 0px 0px 0px 0px;  /* top,dunno,dunno,left  */
}



/* ------------------------------------------------------------------
MAIN CONTENT AREA */

#content {

margin-top: 20px;
position: relative;
	width:820px;
	margin: 0em auto;
	padding:0px 0px 0px 0px;        /* top, x, x, x */
	overflow:auto;
	 float: left; 
	
}