/* 
	This style controls the elements found on the home page.
	
	File Name: 			home.css
	Author: 			Domenic Polsoni - FabulousSavings.com
	Date Created:  		2008/02/22
	Modified History:	2007/02/22 - created style.
*/

#headerText	{
	padding : 15px 0 0 145px;
}

#contentBoxHome	{
	margin : 10px 0 10px 0;
	position : relative;
	top : 0; left : 153px;
	width : 640px;
	border-bottom : 1px dotted #0387ca;
}
	#contentBoxHome div#leftBox	{
		padding : 25px 0 30px 0;
		width : 284px; height : 100%;
		float : left;
		border-right : 1px dotted #0387ca;
	}
	
	#contentBoxHome div#rightBox	{
		padding : 18px 0 0 20px;
		width : 335px;
		float : left;
	}
		
		#rightBox #howItWorks	{
			padding : 5px 0 15px 0;
		}
	
#contentBoxHome #leftBox p	{
	margin : 0 5px 10px 0; padding : 0;
	border : 0px solid #000;
}

#buildYourSiteHome div	{
	position : relative;
	top : 0; left : 455px;
	width : 310px;
}