/*-----------------------------  Main Content  ------------------------------*/
#main-content{
	float: right;
	width: 656px;
}	
div.title-long{
	clear: inherit;
	width: 656px;
	height: 40px;

}
div.title-short{
	width: 350px;
	height: 40px;
	float: left;
}
div.content-long{
	width: 587px;

	padding: 7px 0px 0px 37px;
	margin-bottom: 15px;
	margin-right: 32px
}
div.content-short{
	width: 350px;
	float: left;
	padding-left: 37px;
	padding-top: 7px;
	padding-bottom: 20px;
}
#image{
	float: right;
	margin: 0px 32px 32px 0;
	display: inline;
}

/*---------------------------------------------------------------------------*/
 
/*---------------------------  Main Page Layout  ----------------------------*/
html, body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100%;
	background-color: #FFFFFF;	
	
}
#header{
	width: inherit;
	height: 104px;
	padding-bottom: 32px;
}
#footer{
	width: 800px;
	height: 20px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	background-image: url(Graphics/footer_3.jpg);
}
#container{
	width: 800px; 								   /* This is the Width of the Layout.*/
	margin-left: auto;		
	margin-right: auto;
	text-align: left;
	border: 1px solid #305788;
}
#pre-load{
	visibility:hidden;
}
div.clear{
	clear: both;
}
/*---------------------------------------------------------------------------*/

/*-----------------------------  Standard Links  ----------------------------*/
a{
	text-decoration:none;	
	background-color: #FFFFFF;
}
a:hover{
	text-decoration:underline;
	color: #000;
	background-color: #FFFFFF;
}
a:visited{	
	background-color: #FFFFFF;
	text-decoration:none;
}
a:visited:hover{
	text-decoration:underline;
	color: #000;
	background-color: #FFFFFF;
}
/*---------------------------------------------------------------------------*/


/*----------------------  Navigation Menu properties  -----------------------*/
#navigation{
	width: 144px;
	height: 240px;
	float: left;
}
#navigation #about a{
	float: left;
	background-image: url(Graphics/about_us_off.jpg);
	width: 144px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
}

#navigation #about a:hover{
	background-image: url(Graphics/about_us_on.jpg);
}

#navigation #therapeutic a{
	float: left;
	background-image: url(Graphics/therapeutic_off.jpg);
	width: 144px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	border: 1px solid #FFF;
}

#navigation #therapeutic a:hover{
	background-image: url(Graphics/therapeutic_on.jpg);
	border: 1px solid #FFF;
}

#navigation #relaxation a{
	float: left;
	background-image: url(Graphics/relaxation_off.jpg);
	width: 144px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	border: 1px solid #FFF;	
}

#navigation #relaxation a:hover{
	background-image: url(Graphics/relaxation_on.jpg);
	border: 1px solid #FFF;	
}

#navigation #reflexology a{
	float: left;
	background-image: url(Graphics/reflexology_off.jpg);
	width: 144px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	border: 1px solid #FFF;	
}

#navigation #reflexology a:hover{
	background-image: url(Graphics/reflexology_on.jpg);
	border: 1px solid #FFF;	
}

#navigation #massageprices a{
	float: left;
	background-image: url(Graphics/massage_prices_off.jpg);
	width: 144px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	border: 1px solid #FFF;
}

#navigation #massageprices a:hover{
	background-image: url(Graphics/massage_prices_on.jpg);
	border: 1px solid #FFF;	
}

#navigation #hotstone a{
	float: left;
	background-image: url(Graphics/hot_stone_off.jpg);
	width: 144px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	border: 1px solid #FFF;	
}

#navigation #hotstone a:hover{
	background-image: url(Graphics/hot_stone_on.jpg);
	border: 1px solid #FFF;	
}

#navigation #acupuncture a{
	float: left;
	background-image: url(Graphics/acu_off.jpg);
	width: 144px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
}

#navigation #acupuncture a:hover{
	background-image: url(Graphics/acu_on.jpg);
}

#navigation #massage a{
	float: left;
	background-image: url(Graphics/massage_therapy_off.jpg);
	width: 144px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
}

#navigation #massage a:hover{
	background-image: url(Graphics/massage_therapy_on.jpg);
}
#navigation #pregnancy a{
	float: left;
	background-image: url(Graphics/pregnancy_massage_off.jpg);
	width: 144px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	border: 1px solid #FFF;	
}

#navigation #pregnancy a:hover{
	background-image: url(Graphics/pregnancy_massage_on.jpg);
	border: 1px solid #FFF;	
}
#navigation #physio a{
	float: left;
	background-image: url(Graphics/physiotherapy_off.jpg);
	width: 144px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
}

#navigation #physio a:hover{
	background-image: url(Graphics/physiotherapy_on.jpg);
}
#navigation #prices a{
	float: left;
	background-image: url(Graphics/prices_off.jpg);
	width: 144px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
}

#navigation #prices a:hover{
	background-image: url(Graphics/prices_on.jpg);
}
#navigation #contact a{
	float: left;
	background-image: url(Graphics/contact_us_off.jpg);
	width: 144px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
}

#navigation #contact a:hover{
	background-image: url(Graphics/contact_us_on.jpg);
}

/*---------------------------------------------------------------------------*/
.subtitle {
    padding-left: 37px;	
	font-weight: lighter;
	padding-top: 20px;
	font-size: 152%;
}

.red {
	color: #DD3333;
}
.blue {
	color: #336699;
}

.greytitle {
	color: #333333;
}

#line_img {
	background-image: url(Graphics/line_short.jpg);
	width: 310px;
	height: 3px;
	background-repeat: no-repeat;
}

#longline_img {
	background-image: url(Graphics/line.jpg);
	width: 560px;
	height: 3px;
	background-repeat: no-repeat;
}
