body {
	background-color: #ccc;
	text-align: center; /* centers content for ie */
	font-family: Verdana;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}
#regionMain {
	width: 714px;
	margin: 0 auto; /* centers content for firefox (margin top and bottom 0) */
	position: relative; /* absolute positioned items will now use this div as a base */
}
#regionTop {
	background-image: url(images/backgroundTop.gif);
	background-repeat: no-repeat;
	width: 714px;
	height: 16px;
	margin-top: 20px;
	overflow: hidden;
}
#regionMiddle {
	background-image: url(images/backgroundMiddle.gif);
	background-repeat: repeat-y;
	width: 714px;
}
#regionBottom {
	background-image: url(images/backgroundBottom.gif);
	background-repeat: no-repeat;
	width: 714px;
	height: 17px;
}
#regionImages {
	width: 560px;
	height: 120px;
	background-color: #C88EBD;
	color: #339;
	border: solid 1px #F9F;
	margin: 0 auto 13px;
	position: relative;
	top: 8px;
}
#regionImages div {
	float: left;
	width: 100px;
	height: 100px;
	margin: 10px 0 0 10px;
	display: inline;
}
#homeImage {
	background-image: url(images/buttonHome.jpg);
}
#personalisationImage {
	background-image: url(images/buttonPersonalisation.jpg);
}
#designsImage {
	background-image: url(images/buttonDesigns.jpg);
}
#pricesImage {
	background-image: url(images/buttonPrices.jpg);
}
#contactImage {
	background-image: url(images/buttonContact.jpg);
}
#regionMenu {
	width: 560px;
	height: 22px;
	background-color: #C88EBD;
	border: solid 1px #F9F;
	margin: 5px auto 0;
	text-align: center;
}
#regionMenu ul {
	margin: 0 0 0 5px;
	list-style: none;
	padding: 0;
}
#regionMenu li {
	float: left;
}
#regionMenu li a {
	color: #339;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 110px; /* needs a width as display block makes it automatically 100% width */
	margin: 3px 0;
}
#regionMenu li a:hover {
	background-color: #E4AFDA;
}
#content {
	width: 560px;
	margin: 15px auto 0;
	text-align: left;
}
img.logo {
	margin: 5px 0 0 10px;
	float: left;
}
.clearer {
	clear: both;
	height: 1px;
	margin-top: -1px;
}
#mainText {
	float: left;
	margin-left: 20px;
	width: 465px;
}
h1 {
	color: #339;
	font-size: 1.3em;
	margin-top: 0;
}
h2 {
	color: #339;
	font-size: 1.1em;
	margin-bottom: 0.5em;
}
h3 {
	color: #339;
	font-size: 1em;
	margin-bottom: 0.5em;
	margin-top: 0em;
}
p, table {
	color: #339;
	font-size: 1em;
	margin: 0 0 1em 0;
}
.borderTable {
	border: solid 1px #99F;
}
#regionFooter {
	float: left;
	clear: left;
	width: 100%;
	position: relative;
	margin-top: 1em;
}
a {
	color: #339;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#regionFooter #copyright {
	float: left;	
}
#regionFooter #webDesigner {
	float: right;
}
#contactDetails {
	background-color: #C88EBD;
	border: solid 1px #F9F;
	padding: 5px;
	width: 70%;
	position: relative;
}
#contactDetails p {
	margin: 0 0 0 50px;
}
#contactDetails h2 {
	position: absolute;
	left: 5px;
	bottom: 5px;
	font-size: 3em;
	color: #339;
	margin: 0;
}
em {
	font-style: normal;
	font-weight: bold;
}
td {
	spacing: 3px;
	border: solid 1px #C88EBD;
	padding: 5px;
}
td.header {
	font-style: normal;
	font-weight: bold;
}
.otherServices {
	float: left;
	clear: left;
	margin: 0 5px 5px 0;
	border: solid 1px #C88EBD;
}