/*
Comments
*/

body {
	margin: 20px 0;
	padding: 0;
	/* Colour is white */
	background: #FFFFFF;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	/* Colour is 464646 dark Grey */
	color: #464646;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-weight: normal;
}

h2 {
	letter-spacing: -2px;
	font-size: 34px;
}

a {
	/* Colour is dark gray */
	color: #464646;
}

a:hover {
	text-decoration: none;
}



/* Header */

#header {
	width: 700px;
	height: 140px;
	margin: 0 auto 10px auto;
	/* COlour is Blue - not used  */
	background: #4D7ACF url(images/img_0232.jpg);
}

#header * {
	margin: 0;
	padding: 0;
	background: transparent;
	text-decoration: none;
	/* FFFFFF - white */
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 70px 0 0 20px;
	letter-spacing: -2px;
	font-size: 50px;
}

#header h2 {
	float: left;
	padding: 100px 0 0 10px;
	font-size: 5px;
	font-weight: bold;
}


#headerwithlogo {
	width: 700px;
	height: 140px;
	margin: 0 auto 10px auto;
	/* COlour is Blue - not used  */
	background: #4D7ACF url(images/img_0232withsilver.jpg);
}

#headerwithlogo * {
	margin: 0;
	padding: 0;
	background: transparent;
	text-decoration: none;
	/* FFFFFF - white */
	color: #FFFFFF;
}

#headerwithlogo h1 {
	float: left;
	padding: 70px 0 0 20px;
	letter-spacing: -2px;
	font-size: 50px;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
}

/* Column One - LHS*/

#colOne {
	float: left;
	width: 500px;
}

#colOne p {
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;	
}

#colOne .line {
	/* Colour is grey */
	border-top: 1px solid #464646;
	font-size: x-small;
}

#colOne .body {
	padding: 0 20px;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}
#colOne a {
	text-decoration: none;
	font-weight: normal;
}

#colOne a:hover {
	font-weight: bold;
}


/* Column Two - RHS*/

#colTwo {
	float: right;
	width: 200px;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li {
	height: 23px;
	padding: 7px 0 0 20px;
	/* Colour is ffffff white */
	background: #FFFFFF url(images/img3.gif) repeat-x;
	letter-spacing: normal;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	/* Colour is 464646 dark grey */
	color: #464646;
}

#colTwo h2 {
	height: 30px;
	padding: 5px 0 0 0px;
	background: #639210 url(images/img2.gif) repeat-x;
	letter-spacing: normal;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	/* Colour is ffffff white */
	color: #FFFFFF;
}

#colTwo a {
	text-decoration: none;
	font-weight: normal;
}

#colTwo a:hover {
	font-weight: bold;
}


/* Customer Comments */
.custcomm  {
	font-size: 14px;
	font-style: italic;
}

.custname  {
	font-size: 11px;
}

/* Footer */

#footer {
	width: 700px;
	height: 26px;
	margin: 0 auto;
	padding: 10px 0 0 10px;
	background: #464646 url(images/img2.gif) repeat-x;
	letter-spacing: normal;
	text-align: center;
	font-size: x-small;
	font-weight: bold;
}

#footer p {
	margin: 0;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}