/* Site Grid by redhotcss.com */
#redhotcss-container {
	width:760px;
	margin:0 auto;
	}
#redhotcss-header {
	width:760px;
	background:#FFFFE5; /* can be deleted, it's just a visual aid */
	clear:both;
	}
#redhotcss-sidebar {
	width:160px;
	float:left;
	background:#FFE5FF; /* can be deleted, it's just a visual aid */
	}
#redhotcss-content {
	width:600px;
	float:left;
	background:#E5F2FF; /* can be deleted, it's just a visual aid */
	}
#redhotcss-footer {
	width:760px;
	clear:both;
	background:#FFF2E5; /* can be deleted, it's just a visual aid */
	}
