body
{
	font-family: arial, helvetica, sans serif;
	color: #000;
	font-size: x-small;
	font-weight: normal;
	background-color: #E6E3BE;
	margin-top: 10px;

}

.header{
	width: 750px;
	height: 166px;
	background: url(images/header_back.jpg) no-repeat top left;
}

table
{
	font-size: x-small;
}

#menu
{
	font-family: arial, helvetica, sans serif;
	background-color: #fff;
	color: #000066; /*#652E4D*/
	font-weight: bold;
	font-size: 90%;
	padding-left: 10px;
}

#menu a:link, #menu a:visited, #menu a:active
{
	color: #000066; /*#652E4D*/
	text-decoration: underline;
}

#menu a:hover
{
	color: #000066; /*#652E4D*/
	text-decoration: none;
}

#content /* left hand side */
{
	font-family: arial, helvetica, sans serif;
	background-color: #fff;
	height: 100%;
	color: #000;
	padding-left: 10px;
	padding-bottom: 10px;
}

#background
{
	background-color: #fff;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
} 

a
{
	color: #000066; /* blue */
	text-decoration: underline;
}

a:visited
{
    color: #000066; /* blue */
	text-decoration: none;
}

a:hover
{
    color: #000066; /* blue */
	text-decoration: none;
}

h1  /* for title of large pic */
{
	font-family: arial, helvetica, sans serif;
	color: #000066;
	font-size: small;
}

h2  
{
	font-family: arial, helvetica, sans serif;
	color: #000066;
	font-size: x-small;
}

#footer
{	
	font-family: arial, helvetica, sans serif;
	color: #fff;
	font-size: xx-small;
	background-color: #000066; /*#652E4D*/
	padding-left: 10px;
	padding-right: 10px;
}

#footer a:link, #footer a:visited, #footer a:active
{
	color: #fff; 
	text-decoration: underline;
}

li
{
	list-style-type: image;
	list-style-image: url(images/bulletpoint.gif);
}

td.border /* used in homepage table */
{
	border: 2px solid #000066;
}

.blue
{
	color: #000066;
	font-weight: bold;
}


label.enquiry
{
	width: 120px;
	float: left;
}

#contactform input, #contactform textarea
{
	border: 1px solid #000066;
	background-color: #fff;
}

.hometable{
	margin-bottom: 10px;
}

.hometable a:link, .hometable a:visited, .hometable a:hover, .hometable a:active{
	font-weight: normal;
	color: #000066!important; /* blue */
	text-decoration: underline;
	font-size: 80%;
}

.hometable a:hover{
	text-decoration: none;
}

.padding{
	margin-bottom: 5px;
}

.padding2{
	margin: 7px 0px 0px 10px;	
}

img{
	border: none;
}


.left{
	float: left;
	margin: 5px 0px 0px 0px;
}

.right{
	float: right;
	margin: 10px 0px 0px 0px;
	font-size: 80%;
}

#background p a:link, #background p a:visited, #background p a:hover, #background p a:active{
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}