body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	background: #6b3e80 url(../images/bg.jpg) top left repeat-x;
	text-align: center;
}
#wrapper {
	width: 970px;
	margin: 15px auto 0 auto;
	padding-bottom: 0;
	background: #fff url(../images/grid16.gif) top left no-repeat;
	background: #fff url(../images/footer_top.gif) bottom left no-repeat;;
	/* Fix IE5 */
	text-align: left;
	/*background:#00FF00;*/
}

/*=================================== BANNER =============================================*/
#banner {
	position: relative;
	width: 970px;
	color: #000;
	background: url(../images/banner_bg.jpg) top left no-repeat;
}
#banner .aPostitionedGraphic {
	position: absolute;
	right:10px;
	top: -20px;
}
#banner .address {
	position: absolute;
	right:235px;
	top: 25px;
}
#banner .lorry {
	position: absolute;
	left: 320px;
	top: -5px;
}
#banner .logo {
	margin: 10px 15px 0 3px;
	margin-bottom: 30px;
	border: 0;
}
#banner p {
	margin: 0;
	padding: 0;
}
/* Fix IE6 and earlier - double margin bug rightcolH */
* html .logo {
	display: inline;
}

/*=================================== LEFT COL =============================================*/

#leftcol {
	float:left;
	width: 170px;
	margin-left: 10px;
/*	background: #00FFFF; */
}
/* ie fix */
* html #leftcol {
	display: inline;
}

/*=================================== MAIN =============================================*/
#mainarea {
	clear: both;
	background: #fff url(../images/maintext_bg.jpg) top left repeat-x;
	padding-top: 10px; 
	border-bottom: 1px solid #fff; /* fix */
	width: 970px;
}

#maintext {
	width: 570px;
	width: 540px;
	/*margin-left: 200px;
	margin-right: 200px;*/
	margin-left: 20px;
	color: #6e298d;
/*	background: #00FFFF; */
	float: left;
}
* #maintext {
	display: inline;
}
#maintext h1 {
	font-size: 1.3em;
	/*border-bottom: 1px solid #000;*/
	background:url(../images/heading_bg.jpg) bottom left no-repeat;
	padding-bottom: 3px;
	margin-top: 0; /* this ensures maintext in line with rhs and lhs columns */
}
#maintext h2 {
	font-size: 1.2em;
	padding-bottom: 0;
	margin-bottom: 0;
}
#maintext h2 a {
	text-decoration: none;
	color: #6e298d;	
}
#maintext h3 {
	font-size: 1.1em;
}
#maintext p, #maintext ul, #maintext ol {
	font-size: 1.1em;
}
#maintext p.first {
	margin-top: 0;
	padding-top: 0;
}
#maintext p a.link {
	font-size: 0.8em;
	text-decoration: underline;
	color: #6e298d;;
}
#maintext p a.link:hover {
	text-decoration: none;
}
#maintext img {
	/*padding: 2px;
	border: 1px solid #000;*/
}
br.cleartext {
	clear: both;
}
/*=================================== RIGHT COL =============================================*/
#rightcol {
	width: 170px;
	float: right;
	margin-right: 10px;
/*	background: #00FFFF; */
	width: 200px;
	padding-top: 25px;
}
/* Fix IE6 and earlier - double margin bug rightcol */
* html #rightcol {
	display: inline;
}
.photofeature {
	text-align:center;
	font-size: 0.8em;
	margin-bottom: 10px;
}
.photofeature p {
	padding: 0;
	margin: 0;
}
.photofeature img {
	/*	border: 1px solid #000000;*/
}
/*=================================== FOOTER =============================================*/
#footer {
	position: relative;
	clear: both;
	width: 970px;
	margin: 0 auto;
	padding: 3px 0;
	margin-top: 10px;
/*	padding-bottom: 10px; */
	
	/*background: url(../images/footer_top.gif) bottom left no-repeat;*/
}

#footer p {	
	margin: 0;
	padding: 0;
	padding-top: 5px;
	color: #fff;
	color: #6e298d;
	font-size: 0.8em;
	text-align: center;	
}
#footer img {
	border: 0;
}
#footer .topline {
	position: absolute;
	bottom: 6px;
	left: 10px;
}
#footer .euronics {
	position: absolute;
	bottom: 2px;
	right: 25px;
}
#create {
	margin: 0 auto;
	width: 970px;
	text-align:left;
	padding-top: 5px;
	margin-bottom: 10px;
}
body #create p {
	margin-top: 0;
	color: #e5d8ea;
	font-size: 0.85em;
}
#create a {
	color: #e5d8ea;
	text-decoration:underline;
	padding-left: 2px;
	padding-right: 2px;
}
#create a:hover {
	background: #e5d8ea;
	color: #6e298d;
	text-decoration:none;
}