#bcss-header {
	width:97%;
	/*background:#FFFFE5; /* you can delete this, it's just a visual aid */
	clear:both;
	border-bottom-style: solid;
	border-bottom-width: thin;
	text-align: center;
	padding: 20px;
	}
	
#bcss-header-small {
	width:97%;
	/*background:#FFFFE5; /* you can delete this, it's just a visual aid */
	clear:both;
	border-bottom-style: none;
	border-bottom-width: thin;
	text-align: center;
	/*padding: 1px;*/
	}
	
#bcss-left {
	width:18%;
	float:left;
	/*background:#FFE5FF;*/ /* you can delete this, it's just a visual aid */
	/*background-color:#E5F2FF;*/
	padding: 5px;
	}
#bcss-right {
	width:18%;
	float:left;
	padding: 5px;
	/* background:#F7FBEA; /* you can delete this, it's just a visual aid */
	}
#bcss-content {
	width:61%;
	float:left;
	padding: 5px;
	/*
	border-left-style: solid;
	border-left-width: thin;
	border-right-style: solid;
	border-right-width: thin;
	*/
	/*background:#E5F2FF; /* you can delete this, it's just a visual aid */
	}
#bcss-footer {
	width:97%;
	clear:both;
	border-top-style: solid;
	border-top-width: thin;
	padding: 5px;
	
	/*background:#FFF2E5; /* you can delete this, it's just a visual aid */
	}
	
#bcss-footer-small {
	width:97%;
	clear:both;
	border-top-style: none;
	border-top-width: thin;
	/*padding: 1px;*/
	
	/*background:#FFF2E5; /* you can delete this, it's just a visual aid */
	}
