/*CSS for Serenity Spa, Kingston, Ontario
developed by CarricDesign www.carricdesign.com*/


/*#content
==============================================*/
#content {
	background-image: none;	
	height: auto;
	width: 960px;
	border-bottom: 2px solid #fff;
	margin-left: 40px;
}

#content div.sitemap {
	float: left;
	width: 300px;
	margin-top: 30px;
	padding: 8px;
	/*border: 3px solid #4780bd;*/
	font-size: 1.3em;
}

#content div.clear {
	clear: both;
}

#content div.sitemap p.title {
	font-weight: bold;
	font-variant: small-caps;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #4780bd;
	background: #fff;
}

#content div.sitemap p.subtitle {
	font-weight: bold;
	font-variant: small-caps;
	padding: 5px;
	margin-bottom: 5px;
}

#content li {
	margin-bottom: 5px;
}

#content ul {
	margin-left: 10px;
	list-style-type: square;
	clear: left;
}

#content li.sublist {
	display: inline;
}

#content p.clear {
	clear: both;
}

