html, body {
	margin: 0;
	padding: 0;
	background-color: #b52b4f;
	background-image: url(images/curve.gif);
	background-position: top center;
	background-repeat: repeat-x;
	color: white;
	text-align: center;
	font-family: tahoma, verdana, arial;
	}

p	{
	font-size: 0.8em;
	line-height: 140%;
	margin-top: 0;
	}

p a {
	color: #ffffff;
	}	

h2	{
	color: #cb7dac;
	font-size: 1.4em;
	font-weight: normal;
	}	
			
h3	{
	color: #cb7dac;
	font-size: 1.1em;
	font-weight: normal;
	padding-bottom: 10px;
	margin-bottom: 0;
	}	

table.table a {
	color: white;
	}	

ul.bullets	{
	font-size: 0.8em;
	padding-left: 10px;
	}	

.rule {
	padding: 0;
	margin: 3px 0 3px 0;
	}
	
.price {
	float: right;
	padding-right: 40px;
	}

.photo {
	text-align: center;
	}	
	
#footer {
	width: 820px;
	height: 27px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	}
	
#containerContainer {}

#container {
	width: 820px;
	background-color: #b52b4f;
	background-image: url(images/bgContent.jpg);
	background-repeat: repeat-y;
	clear: none;
	}

#header {
	height: 205px;
	width: 820px;
	background-image: url(images/topBit.jpg);
	background-repeat: no-repeat;
	}
	
#end-footer {
	width: 500px;
	font-size: 0.7em;
	text-align: center;
	color: #db6181;
	margin-bottom: 30px;
	}

a.site-link {
	color: white;
	}	
	
#mainText {
	width: 530px;
	min-height: 400px;
	margin-bottom: 30px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	padding: 20px;
	text-align: left;
	background-color: #bc3e5f;
	background-image: url(images/flower-edge.jpg);
	background-repeat: no-repeat;
	}
	
.prop {     /* to fix min-height bug in IE */
    height:400px;
    float:right;
    width:1px;
  	}	

/*----------------------------page headings-----------------------------*/	

#welcome {
	float: left;
	margin: 0 0 0 20px;
	padding-bottom: 0;
	height: 30px;
	width: 156px;
	background-image: url(images/welcome.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	}

#fengshui {
	float: left;
	margin: -8px 0 0 20px;
	padding-bottom: 0;
	height: 38px;
	width: 156px;
	background-image: url(images/fengshui.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	}	
			
#consultations {
	float: left;
	margin: 0 0 0 20px;
	padding-bottom: 0;
	height: 30px;
	width: 156px;
	background-image: url(images/consultations.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	}

#about {
	float: left;
	margin: 0 0 0 20px;
	padding-bottom: 0;
	height: 30px;
	width: 156px;
	background-image: url(images/about.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	}	
	
#links {
	float: left;
	margin: 0 0 0 20px;
	padding-bottom: 0;
	height: 30px;
	width: 156px;
	background-image: url(images/links.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	}	
	
#contact {
	float: left;
	margin: 0 0 0 20px;
	padding-bottom: 0;
	height: 30px;
	width: 156px;
	background-image: url(images/contact.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	}		
		
/*-----------------------------main nav-----------------------------------*/
		
#navcontainer	{
	height: 600px;
	width: 190px;
	margin: -50px 0 0 0;
	float: left;
	background-image: url(images/flower.jpg);
	background-position: 20px bottom;
	background-repeat: no-repeat;
	}
	
#navcontainer ul {
	list-style: none;
	}

#navcontainer ul li {
	text-align: left;
	/*display: block;
	padding: 5px;*/
	margin-right: 20px;
	}

#navcontainer a {
	color: white;
	text-decoration: none;
	padding: 5px;
	display: block;
	}
	
#navcontainer a:hover {
	background-color: #bc3e5f;
	}
	
.current {
	font-weight: bold;
	}
	
#navcontainer ul ul {
	font-size: 0.8em;
	padding-left: 10px;
	margin-left: 0;
	}	
	
#navcontainer ul ul li a {
	display: block;
	}	
	
/*-----------------------------end main nav-----------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.right-image
{
	width: 310px;
	float: right;
}
.right-image img
{
	float: right;
	margin: 0 0 5px 10px;	
}
.right-image span
{
	float: right;
	font-size: 0.8em;
}
