* {
	padding: 0;
	margin: 0;
}

body {
	background-image: url(images/tile_1.gif);
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.25;
}

a {
	text-decoration: none;
}

a:link {
	color: #000099;
}

a:visited {
	color: #000099;
}

a:hover {
	color: #06F;
}



#wrapper {
	margin: 30px auto 0;
	width: 800px;
}

#faux {
	background: url(images/column.gif);
	overflow: auto;
	/

* Paul O Brien Fix for IE www.pmob.co.uk */

 width: 100%
}

#header {
	color: #333;
	width: 800px;
	height: 150px;
}


#header a img {
	border-style: none;
}

#leftcolumn {
	display: inline;
	color: #333;
	width: 264px;
	float: left;
	padding: 0;
}

#leftcolumntext {
	text-align: center;
	margin-top: 18px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 2;
}

#leftcolumntextPD {
	text-align: center;
	margin-top: 18px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.25;
}

#rightcolumn {
	float: right;
	color: #333;
	padding: 0px;
	width: 506px;
	display: inline;
	position: relative;
	margin-right: 30px;
}

#footer {
	width: 800px;
	clear: both;
	color: #333;
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
	background: none;
}