/* Site Grid by redhotcss.com */
#redhotcss-header {
	width:100%;
	background:#FFFFE5; /* can be deleted, it's just a visual aid */
	clear:both;
	}
#redhotcss-sidebar-1 {
	width:15%;
	float:left;
	background:#FFE5FF; /* can be deleted, it's just a visual aid */
	}
#redhotcss-sidebar-2 {
	width:15%;
	float:left;
	background:#F7FBEA; /* can be deleted, it's just a visual aid */
	}
#redhotcss-content {
	width:70%;
	float:left;
	background:#E5F2FF; /* can be deleted, it's just a visual aid */
	}
#redhotcss-footer {
	width:100%;
	clear:both;
	background:#FFF2E5; /* can be deleted, it's just a visual aid */
	}
