.sf_wrapper {
	background-color:#9ac3ec;  
	background-repeat:repeat-y;
	width:960px;
	margin:0px auto;
	padding:20px 0px;
}
.sf_wrapper:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}
.sf_main_header {
	background-color:#9ac3ec;
	background-repeat:no-repeat;
	background-position:-5px 45%;
	font-size:34px;
	font-weight:bold;
	height:76px;
  padding:20px 0 20px 55px; 
	overflow:hidden;
}

.sf_main_header div{
	height:76px;
	overflow:hidden;
}

.sf_header_wrapper:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	height: 76;
	margin:0px;
	padding:0px;
}
.sf_content {
	background-color:#9ac3ec;
	width:600px;
	margin-right:20px;
	float:right;
	display:inline;
	min-height: 350px;
	height: auto !important;
	height: 350px;
}
.sf_pagetitle {
	font-family:Georgia, "Nimbus Roman No9 L", serif;
	font-style:italic;
	color:#423940;
	background-color:#9ac3ec;
	background-image:url(images/bluetitle.gif);
	background-position:0 100%;
  	background-repeat:repeat-x;
	width:575px;
	float:right;
	display:inline;
	font-size:20px;
	margin:0px 30px 0px 0px;
	padding:4px 4px 10px;
	overflow:hidden; /* This fixes the disappearing pagetitle in IE7 preview mode. */
}
