/*--------------------------------
		Header
---------------------------------*/

.sf_header_wrapper {
	background-repeat: no-repeat;
	background-position: right;
	background-color: #ffffff;
	height:280px;
	width: 785px;
}

.sf_main_header {
	text-align: center;
	overflow: hidden;
	width: 400px;
	font-family: Georgia, times, serif;
	font-size: 28px;
	font-weight: normal;
	font-variant: normal;
	padding: 0px;
	margin-left: 10px;
	margin-right: 25px;
	height: 320px;
	padding-top: 120px;
	color: #333333;
}

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

.sf_main_header div div {
	height: auto;
	overflow: visible;
}

.sf_extra3 {
/*	background-image:url(images/leaves.png);*/
	background-position: top left;
	position: absolute;
	background-repeat:no-repeat;
	display:block;
	width: 164px;
	height: 84px;
	top: 58px;
	left: 110px;
}

* html .sf_extra3 {
 behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",  this.src = "images/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("', '').replace('")', ''),  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",  this.runtimeStyle.backgroundImage = "none")), this.pngSet=true));
}

.sf_sub_header {
	display: none;
}

.sf_main_header p,
.sf_sub_header p {
	margin: 0;
	padding: 0;
}

/*--------------------------
		End Header
--------------------------*/
