﻿/*PAGE LAYOUT*/

#pageBanner {
position:relative;float:left;
	height:200px;width:770px;
}


#homepageTopTextBox {
	position:relative;
	float:right;

	width:720px;
	height:150px;
	margin-top:10px;
	margin-right:15px;
	text-align:left;	
	
}

#homepageMiddleGraphic {
	width:675px;margin-right:auto;margin-left:auto;
	height:auto;
	
}

#homepageBottom {
	position:relative;
	float:right;

	width:720px;
	height:auto;
	margin-top:10px;
	margin-right:15px
	
	
}



#homepageNetworking {
position:relative;float:left;

	width:770px;
	height:300px;
	width:100%;
	background-color:green;
}

#itemBox   {
	width:675px;
	height:auto;
	
}

#itemBoxLeft {
	width:375px;
	height:200px;
	position:relative;
	float:left;

}

#itemBoxRight {
	position:relative;
	float:right;
	width: 300px;
	height:auto;
	
}




#smallBusinessItemList {
	width:625px;
	height:auto;
	position:relative;
	float:left;


}


#itemTipsBox  {
	width:675px;
	height:auto;
	position:relative;float:left;
	margin-top:25px;

}
	


#itemTipsBoxLeft  {
	width:300px;
	height:auto;
	position:relative;float:left;
}


