/*------------------------------------
CONTENT
------------------------------------*/
.sf_pagetitle {
	text-align: left;
	text-transform: capitalize;
	height: auto !important;
	height: 25px;
	min-height: 25px;
	margin: 0 20px 0 180px;
	padding: 20px 20px 0px 10px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.sf_content {
    width: 490px;
    margin: 0 10px 0 0px;
    padding: 5px 0 0 0;
    color: #666;
    font-size: .8em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: auto !important;
    height: 200px;
    min-height: 200px;
	float: right;
	display: inline;
}

.sf_content:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.sf_wrapper:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}
