body{
	background-color: #B1BCC1;
}

.sf_extra1  {
	background: #4E6C7A url(images/deco_bkgd_1.gif) no-repeat top right;
	height: 35px;
	width: 450px;
}

.sf_header_wrapper{
	background-image: url(images/main_head_bkgd_1.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.sf_extra2{
	background-image: url(images/header_image_1.jpg);
	background-repeat: no-repeat;
}
.sf_main_header {
    color: #666;
}

.sf_sub_header {
    color: #666;
}

.sf_navigation {
    background-color: #4E6C7A;
}

.sf_navigation ul li {   
    background-color: #7A644E;
}

.sf_navigation ul li.sf_last_nav_item {
	background-color: #7A644E;
	background-image: url(images/nav_right_edge_1.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.sf_navigation ul {
    
}

.sf_navigation ul li a {
	background-image: url(images/nav_arrow_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #000;
}

.sf_navigation ul li a:hover {
    color: #fff;
}
.sf_navigation ul li a:visited {
    color: #000;
}

.sf_footer {
	color: #999;
	border-top: 15px solid #C6B07F;
	background-image: url(images/footer_bkgd_1.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
    
}

.sf_pagetitle {
    color: #68688C;
}
