.sf_outer_wrapper {
    width: 900px;
    margin: auto;
    margin-top: 20px;
    padding: 8px;
}

.sf_pagetitle {
	clear: both;
	text-align: left;
	height: auto !important;
	height: 40px;
	min-height: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-position: left bottom;
	padding-bottom:10px;
}

.sf_pagetitle div {
	padding:12px 0 0px;
	width:900px;
}

.sf_pagetitle h1 {
	font-size:12px;
	font-weight:bold;
	margin:0px;
}

.sf_content {
    margin: 0px;
    padding: 15px 15px 10px 32px;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	min-height:1%;
    height: auto !important;
	height:1%;
}

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