/* Site Grid by BoxedCSS.com */
#bcss-header {
	width:100%;
	background:#FFFFE5; /* you can delete this, it's just a visual aid */
	clear:both;
	}
#bcss-sidebar-1 {
	width:27%;
	float:left;
	background:#FFE5FF; /* you can delete this, it's just a visual aid */
	}
#bcss-sidebar-2 {
	width:13%;
	float:left;
	background:#F7FBEA; /* you can delete this, it's just a visual aid */
	}
#bcss-content {
	width:60%;
	min-height: 400px;
	float:left;
	background:#E5F2FF; /* you can delete this, it's just a visual aid */
	}
#bcss-footer {
	width:100%;
	clear:both;
	background:#FFF2E5; /* you can delete this, it's just a visual aid */
	}
