﻿/* CSS Document */
/* Define styling the montage images
---------------------------------------------------------------------------------*/ 	
		.defaultMontage
		{
			display:none;
		}
		
/* Define background image for the beauty pages
---------------------------------------------------------------------------------*/ 	
		.Banner
		{
			background:#000 url('css-images/lilly.jpg') left top;
		}	
/*Define CSS rules to apply to the intro div used at page foot containing appointment into
---------------------------------------------------------------------------------*/ 
	#intro
		{
			margin-top:1.5em;/*Overrule the negative top margin set in layout.css*/
			background:transparent url(css-images/lilly-small.jpg) bottom left no-repeat;		
		}
		
/*Define CSS rules to apply to the content div
---------------------------------------------------------------------------------*/ 		
		#content 
		{
			padding-right:311px;
			border-right:none;
		}
	
