body {
	margin: 0px;
	background-color: #666666;
}


/* Layout */

#header_cont {
	width: 100%;
	height: 175px;
	text-align: center;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #29ABE2;
	background-color: #FFFFFF;
}

#header {
	width: 990px;
	height: 170px;
	margin-left: auto;
	margin-right: auto;
}

#main_cont {
	width: 100%;
	height: auto;
	color: #FFFFFF;
	text-align: center;
	background-color: #69B0CC;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#main {
	width: 1000px;
	min-width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#main_left {
	width: 200px;
	float:left;
}

#main_right {
	width: 775px;
	height: auto;
	float: left;
	text-align: left;
	margin-left: 20px;
}

#main_center {
	width: 480px;
	height: auto;
	text-align: left;
	margin-left: 20px;
	float: left;
}

#main_right-test {
	width: 265px;
	height: auto;
	text-align: left;
	padding-left: 15px;
	font-size: 1em;
	border: 1px solid #FFFFFF;
	background-color: #A4CBD6;
}

#main_right-massage {
	width: 280px;
	height: auto;
	text-align: left;
	font-size: 0.9em;
	float: left;
	margin-top: 40px;
	margin-left: 10px;
}


.clear {clear: both; margin: 0px}

a.navigation {
	width: 200px;
	height: 23px;
	display: block;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: lighter;
	text-decoration: none;
	text-align: center;
	background-image: url(images/links/links-back.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	text-shadow: #888888 1px 1px 1px;
	text-transform: capitalize;
}

a.navigation:hover {
	background-image: url(images/links/links-hover.gif);
	background-repeat: no-repeat;
}

.currentpage {
	width: 200px;
	height: 23px;
	display: block;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	text-align: center;
	background-image: url(images/links/links-current.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 10px;
	text-shadow: #888888 1px 1px 1px;
}

#bottomline {
	width: 100%;
	height: 5px;
	background: #29ABE2;
	color: #29ABE2;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 5px;
} 

#foot_cont {
width: 100%;
height: auto;
text-align:center;
}

#foot_contt {
width: 990px;
margin-left:auto;
margin-right:auto;
}

#footer-left {
	width: 300px;
	height:auto;
	text-align: left;
	font-size: 0.8em;
	font-weight: bold;
	float:left
}

#footer-right {
	width: 600px;
	height:auto;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
	float:right;
}

#testimonials {
	width: 380px;
	height: 640px;
	color: #fff;
	font-size: 0.9em;
	background-color: #333333;
	padding-right: 10px;
	padding-left: 10px;
}

#testimonials-mass {
	width: 580px;
	height: 640px;
	color: #fff;
	font-size: 0.9em;
	background-color: #333333;
	padding-right: 10px;
	padding-left: 10px;
}


/* Text and Image Formatting */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 1px;
	line-height: 1.3em;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #D6F8FF;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 1px;
	line-height: 1.3em;
	font-variant: small-caps;
	text-decoration: underline;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #D6F8FF;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 1px;
	line-height: 1.3em;
	font-weight: lighter;
	font-variant: small-caps;
}

.floatright {
	float:right;
}

.floatleft {
	float:left;
	margin-right: 15px;
}

.floatright2 {
	float:right;
	margin-left: 15px;
}

a.text {
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
}

a.text:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

a.products {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 300px;
	float: left;
	height: 30px;
	padding-top: 10px;
	margin-left: 50px;
	text-align: center;
	background-color: #4EB9D6;
	border: 1px solid #FFF;
	margin-bottom: 15px;
	text-shadow: #888888 1px 1px 1px;
}

a.products:hover {
	background-color: #6195AE;
}

img {
	margin: 0px;
	text-align: center;
}

hr {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.colourchange {
background: #6BB6D7;
}
th {
	color: #69B0CC;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
table {
	border: 1px solid #FFFFFF;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
}
iframe {
	float: right;
	border: 2px solid #FFFFFF;
}

a.images {
	border: 2px solid #FFFFFF;
}
#main_cont #main #main_right table {
	text-align: left;
}
.centre {
	text-align: center;
}
