﻿.column
{
	width: 82em;

}
.sub-column-left 
{
	/*border: 1px solid blue;*/
	width: 39em;
	padding-right: 1em;
	clear: both;
}
.sub-column-right
{
	width: 39em;
	float: left;
	padding-left: 1em;
	/*border: 1px solid red;*/
	clear: none;
}
.column h2
{
	font: bold 1.3em Arial;
	text-transform: capitalize;
	color: #262626;
}

#content
{
	background:url(/images/template/cultivating_beauty/separator.gif) repeat-y -12.8em 0;
}

hr
{
	color: #B1A398;
	background-color: #B1A398;
	height: 1px;
	border: none;
}
