A:link {font:  Verdana; text-decoration: none; font-weight:bold; color: #fff; font-size:10pt;}
A:visited {font:  Verdana; text-decoration: none; font-weight:bold; color: #fff; font-size:10pt;}
A:active {font:  Verdana; text-decoration: none; font-weight:bold; color: #333; font-size:10pt;}
A:hover {font:  Verdana; text-decoration: none; font-weight:bold; color: #333; font-size:10pt;}

.nav A:link {text-decoration: none; font-weight:bold; color: #fff; font-size:12pt;}
.nav A:visited {text-decoration: none; font-weight:bold; color: #fff; font-size:12pt;}
.nav A:active {text-decoration: none; font-weight:bold; color: #fff; font-size:12pt;}
.nav A:hover {text-decoration: none; font-weight:bold; color: #f9d5fe; font-size:12pt;}


body{

	font-family: helvetica, arial;
	background-color: #c2c2df;
	margin: 0;
	font-size: 10pt;
	font-weight: 0;
	background-image: url('images/BG.gif')
}

#mainContent{

position: relative;
float: left;
margin-left: 0px;
width: 626px;




background: #fff;



}

#rightContent{


position: relative;
margin-top: 0px;
float: right;


margin-left: 0px;
width: 260px;

background: #fff;
  background-image: url('images/side_bottom.gif');
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;

}

#container{
   
	position: relative;

	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	height:1400px;
	width: 960px;
	background-image: url('images/body_bg.gif');
	background-repeat: repeat;
	

}

#header{
	margin-top: 0px;
	width: 960px;
	height: 189px;
	
	background-image: url('images/logo_bizsale.jpg');
	background-repeat: no-repeat;
}

#nav{
	
	margin-top:0px;
	height: 35px;
	background-image: url('images/nav.gif');

}
#body{
	
	background-image: url('images/body_top.gif');
	background-repeat: no-repeat;
	margin-top: 0px;
	width: 1000px;
	
}

#content{
	
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	height:1200px;
	margin-top: 0px;
	width: 900px;

	background-color: #5f5f96;
	
}

#footer{

	text-align: center;
	margin-top: 0px;
	background-image: url('images/footer.gif');
	height: 147px;
}
	
	img.floatLeft { 
    float: left; 
    margin: 0px; 
	
}