html{height: 100%;}

body
{ font: 62.5%/1.4 Arial, Helvetica, sans-serif;
  background: #ffffff;
  padding: 0px;
  margin: 23px;
  font-size: 1em;
}

p
{ padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 0.9em;
}

h1
{ font: Helvetica, Arial, sans-serif;
 font-size: 1.9em;
  padding: 12px 0px 0px 20px; 
  margin: 0px 0px 0px 0px;               
  font-weight: normal;
  color: #eee;
}

h2
{ font-size: 0.7em;
  padding: 0px 0px 0px 20px; 
  margin: 0px 0px 0px 0px;               
  font-weight: bold;
  color: #eee;
  letter-spacing: -0.02em;
}

h3
{ font-size: 0.75em;
  padding: 20px 0px 0px 43px; 
  margin: 0px 0px 0px 0px;               
  font-weight: normal;
  color:#eee;
}

h4
{ font-size: 0.75em;
  padding: 480px 0px 0px 20px; 
  margin: 0px 0px 0px 0px;               
  font-weight: normal;
  color:#fff;
}

h5
{ font-size: 0.75em;
  padding: 40px 0px 0px 80px; /*280px*/
  margin: 0px 0px 0px 0px;               
  font-weight: normal;
  color:#fff;
}
a:link {
	border-bottom: dotted 0px;
	text-decoration: none;
	color: #fff;
	padding: 0px 1px 0px 1px;
}

a:visited {
	text-decoration: none;
	border-bottom: dotted 0px #999;
	color: #eee;
	padding: 0px 1px 0px 1px;
}

a:hover {
	color: #666;
  padding: 0px 1px 0px 1px;
}
a:active {
	text-decoration: none;
	background: #666;
	color: #fff;
	padding: 0px 1px 0px 1px;
}

img
{ border: 0px; 
  margin: 0px; 
  padding: 0px 0px 0px 0px; 
}

a{outline: none;}


/* unordered list */
ul
{ margin: 0px 0px 0px 0px;
  padding: 0px;
}

ul li
{ list-style-type: circle;
  margin: 0px 0px 0px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main, #footer, #logo, #menubar, #site_content
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main
{width: 960px;
 height: 700px;
 border: 1px solid #ccc;
 padding: 20px ;

}

/* logo */
#logo
{ width: 502px;
  height: 86px;
  border: 0px dotted;
    background: #999;
	 float: left;
	
}

#logo3
{ width: 457px;
  height: 86px;
  border: 0px dotted;
    background: #a8a8ab;
	float: right;

}

#logo2
{ width: 960px;
  height: 70px;
  border: 0px dotted;
  background: #999 url(logo_bottom.jpg) no-repeat;
   float: left;
}

/* main content */
#site_content
{ overflow: hidden;
  padding: 0px 0px 0px 0px;
  width: 960px;
  height: auto;
  border: 0px dotted;
  border-color: #330099;
  
}


/* page content */
#content
{ text-align: left;
  float: left;
  width: 960px;
  height: 540px;
  padding: 6px;
  border: 0px dotted;
  background: #fff url(contact.jpg) no-repeat;
}

#content a.colour, #content a.colour:hover{border-bottom: 0px;}

/* footer */
#footer
{ font-size: 0.8em;
  height: 20px;
  width: 900px;
  margin: 0px;
  text-align: left;
  border: 0px dotted; 
  padding: 4px;
}

#content a, #content a:hover, #footer a, #footer a:hover{text-decoration: none;}

