body {
   font-size: 0.7em;
   font-family: verdana, sans-serif;
   
   /*line-height:1.5em;*/
   background: #666;
  
}
a{
	color:#036;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

a img {
  border: 0;
}
br.clear {
  clear: both;
}
.right {
  float: right;
}
.left {
  float: left;
}
.alignright {
	text-align:right;
}
.alignleft {
	text-align:left;
}

p.bold, span.bold {
  font-weight: bold;
}
.clearBoth{
	clear:both;
	font-size:1px;
}
.borderless{
	border: 0;
}

#container{
	margin:auto;
	width:750px;
	border:solid 1px #000;
	background:#fff;
}
#header{
	height:120px;
	background:url(/images/banner.jpg) no-repeat;
}
#content{
	padding:10px;
}
#services, #col1, #col2{
	background:#eee;
	border:solid 1px #999;
	padding:5px;

}
.boxhead{
	font-size:1.2em;
	font-weight:bold;
	padding-bottom:2px;
	
	margin-bottom:5px;
	color:#febd10;
	border-bottom:solid 1px #036;
}

#services{
	margin-bottom:10px;	
}
#col1{
	
	width:340px;
	float:left;
}
#col2{
	margin-left:26px;
	width:340px;
	float:left;
}
#footer{
	font-weight:bold;
	color:#febd10;
	color:#036;
	margin-top:10px;
	padding:5px;
	text-align:center;
	clear:both;
	line-height:1.4em;
}
#colours{
	color:#febd10;
	color:#036;
}