/*
	This includes styles used only on the home (root) index page, a template of one
*/

body#tax #container { width:1020px; }

#maincontent { margin: 2em 252px 0 185px; } /* TIES INTO WIDTH OF SIDEBARS*/

#sidebar2 {
	float: right; 
	width: 250px; 
	background: #ffe6cf;
	padding: 15px 0; 
}

#sidebar1 p, #sidebar1 h3, #sidebar2 p, #sidebar2 h3 {
	margin-left: 10px; /* L + R margin s/b given to every element that will be placed in the side columns */
	margin-right: 10px;
}

#holdhomecenters { margin-top:10px; }
	
.flolef-home {
	float:left;
	padding:0;
	margin:0 5px;
	width:270px;
}

