@charset "utf-8";
/* CSS Document */ 
<!-- 
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.sfb #container { 
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background-image: url(http://www.shoppingforbusiness.com/new/images/home_MAIN_19.jpg);
} 
.sfb #header {  
	width: 980px;
	height: 79px;
}
.sfb #sidebar1 {
	width: 278px;
	float: left;
	height: auto;
}
.sfb #sidebar3 {
    width: 140px;
	float: left;
	padding-left: 37px;
}
.sfb #sidebar2 {
	float: left;
	width: 162px;
	padding-left: 10px;
}
.sfb #mainContent {
	width: 530px;
	height: auto;
	float:left;
}
.sfb #mainContent2 {
	width: 780px;
	height: auto;
	float: left;
} 
.sfb #mainContent3 {
	width: 960px;
	height: auto;
	float:left;
} 
.sfb #footer { 
	width: 980px;
	height: 36px;
	background-image: url(../images/index_19.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
} 
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {color: #FFFFFF}
.style3 {color: #FFFFFF; font-size: 13px; }
a:link {
	color: #6699CC;
	text-decoration: none;
	outline: none;
}
a:visited {
	text-decoration: none;
	color: #6699CC;
	outline: none;
}
a:hover {
	text-decoration: underline;
	color: #7A96DF;
	outline: none;
}
a:active {
	text-decoration: none;
	color: #6699CC;
	outline: none;
}
.style4 {font-size: 11px;}

form {

padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;

}
--> 