/* CSS Document for Massagalicious (www.massagalicious.co.uk) by DB  */

body {
	margin: 0px; padding: 0px;
	background-color:#281b0e;
	}
#pagebg {
	background-image:url(images/page_bg.jpg);
	background-repeat: repeat-y;
	width:100%;
	background-position:center;
	background-color:#958b78;
	}
#header
	{
	background-image: url(images/bg_top.jpg);
	background-repeat: repeat-x;
	width:100%;
	}
#page
	{
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 831px;
	}

#footer	{
	background-image:url(images/bg_bottom.jpg);
	background-repeat:repeat-x;
	float: none;
	width:100%;
	clear: both;
	}
#leftcol {
	width: 150px;
	text-align: center;
	float: left;
	padding-left: 50px;
	padding-top:110px;
	}
img {
	border: 0px;
	}
#content {
	float: right;
	width: 530px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 160%;
	font-size:.9em;
	margin-right:60px;
	}
#menu {
	width:831px; height:97px;
	background-image:url(images/title.jpg);
	padding:0; margin:0;
	}
#menu ul{
	list-style:none;
	border:none;
	padding:0; margin:0;
	}
#menu li{
	border:0; margin: 0;
	float:right;
	}
#menu a{
	display:block;
	padding:0; margin:0;
	text-indent:-9000px;
	}
#menu a:hover{
	background-position:bottom;
	}
.homebutton{
	top:30px; left:20px;
	width:109px; height:36px;
	background-image:url(images/button_home.jpg);
	}
.servicesbutton{
	width:154px; height:36px;
	background-image:url(images/button_services.jpg);
	}
.hoursbutton{
	width:156px; height:36px;
	background-image:url(images/button_hours.jpg);
	}
.pricesbutton{
	width:109px; height:34px;
	background-image:url(images/button_prices.jpg);
	}
.qualificationsbutton{
	width:154px; height:34px;
	background-image:url(images/button_qualifications.jpg);
	}
.contactbutton{
	width:156px; height:34px;
	background-image:url(images/button_contacts.jpg);
	}
a.cert_link{
	padding:10px;
	}
a.cert_link:hover{
	background-color:#2fc6bd;
	}