.sf_navigation {
	float:left;
	clear:both;
	font-family: "Arial";
	font-weight: bold;	
	font-size:24px;
	text-align:center;
	padding-top: 20px;
	width: 204px;
	min-height: 240px;
	height: auto !important;
	height: 240px;		
	position: relative;	
	margin-top: 6px;
	margin-left: 8px;
	*z-index: 1001;
}

/*--------------------------
		 Footer
--------------------------*/
.sf_region9 {
	clear: both;
}

.sf_footer {
	clear:both;
	font-family: "Arial";	
	text-align:right;
	font-size:10px;
        font-weight: normal;
	color: #ccc;	
	padding: 40px 10px 10px 10px;	
	background-color: #2E2E2E;
	background-image:url(images/614_footer.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 906px;	
}

* html .sf_footer {	
	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_footer a:link,
.sf_footer a:visited {
	color: #ccc;
}

.sf_footer p {
	margin:0px;
	padding:0px;
}

/*--------------------------
		End Footer
--------------------------*/