.sf_navigation { /* one of the navs will be display: none; */
	height: auto !important;
   	float: left;
    margin: 0;
    display: inline;
    width: 198px;
	padding: 10px 10px 120px 10px;
	margin: 10px 10px 5px;
	background-repeat: repeat;
	background-position: left bottom;
}

.sf_main_header {    /*--Don't forget the height and overflow: hidden--*/
	display: none;
        overflow: hidden;
	width: 970px;
	height: 100px;
	text-align: center;
	font-size:35px;
	font-weight: bold;
	padding: 10px 0 0 0;
}

body {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-position: left top;
	background-repeat: repeat-x;
        background-color: #333232;
}

.sf_footer {
	text-align: right;
	padding: 5px 5px 0 0;
	clear:both;
	width: 965px;
        background-color: #333232;
}