body {
	background-image: url(../images/outerBackground.jpg);
	background-position: left top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#outerWrapper {
	background-image: url(../images/outerSwirls.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 900px;
	margin: auto;
}
#innerWrapper {
	background-image: url(../images/innerBackground.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin: auto;
	width: 712px;
}
#innerSwirls {
	background-image: url(../images/innerSwirls.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 712px;
}
#holder {
	margin-left: 10px;
}

#banner {
	background-image: url(../images/topBanner.jpg);
	height: 157px;
	width: 711px;
	background-repeat: no-repeat;
}
#navBox {
	float: left;
	width: 130px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 50px;
	margin-right: 5px;
}
#navBoxTop {
	height: 12px;
	width: 130px;
	background-image: url(../images/navBoxTop.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#navBoxMiddle {
	width: 120px;
	padding: 5px;
	background-image: url(../images/navBoxBack.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#navBoxBottom {
	background-image: url(../images/navBoxBottom.jpg);
	height: 12px;
	width: 130px;
	background-repeat: no-repeat;
	background-position: center top;
}
#navBoxMiddle p {
	margin-bottom: 10px;
	margin-top: 10px;
}
#navBoxMiddle a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
}
#navBoxMiddle a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/NavHoverBack.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#language {
	float: left;
	height: 25px;
	width: 130px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 10px;
	text-align: center;
	display: none;
}
#language a {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}	
#contact {
	background-image: url(../images/contactBox.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 51px;
	width: 130px;
	margin-top: 10px;
	float: left;
	margin-right: 5px;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	color: #FFFFFF;
}
#contact a {
	color: #232F49;
	text-decoration: none;
}
#contentArea {
	float: right;
	width: 551px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 110px;
}
#contentText {
	float: right;
	width: 401px;
	font-size: 12px;
	margin-left: 5px;
	margin-top: 10px;
}
#contentBottom {
	background-image: url(../images/contentBottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 21px;
	width: 551px;
}
#contentTop {
	background-image: url(../images/contentTop.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 21px;
	width: 450px;
}
#contentBox {
	width: 541px;
	background-image: url(../images/contentColour.jpg);
	background-repeat: repeat;
	background-position: left top;
	padding-right: 5px;
	padding-left: 5px;
}
#debbieName {
	float: left;
	height: 250px;
	width: 130px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#pictureBacking {
	background-image: url(../images/pictureBacking.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 187px;
	width: 130px;
}
#debbieText {
	font-size: 11px;
	text-align: center;
	margin-top: 5px;
	font-weight: bold;
}
.ImageTitle {
	margin-bottom: -10px;
}
#quote {
	clear: both;
	margin-top: 10px;
	margin-left: -5px;
}
#copywright {
	font-size: 11px;
	position: static;
	bottom: 0px;
	top: 100%;
	color: #FFFFFF;
	text-align: center;
}
#copywright a {
	color: #EAAF75;
	text-decoration: none;
}
#clear {
	clear: both;
}
#contentText a {
	color: #637AA3;
	text-decoration: none;
	font-weight: bold;
}

