/* 
~~ Saz's: Sub Section Template ~~
USAGE: 1 MAIN COL, 1 RIGHT COL LAYOUT
Copyright ©2006 MCITY CREATIVE and Casper Creative Group
Last Modified: 2006.02.18 
*/
/* Content */
#content {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../images/template/contentBgMain_subSection.jpg) repeat-y center top;
}
#contentInner {
	height: 100%;
}

/* Content Columns: Structure */
#leftCol, #rightCol{
	float: left;
	/*padding-bottom: 10px;*//* footer provides enough padding */
	height:100%;
	text-align: center;
}
#leftCol {
	width: 492px;
	font-size: 1em;
	}
#rightCol {
	width: 248px;
	font-size: 1em;
	/*background: url(../images/template/contentBgRightTop.jpg) no-repeat left 18px;*/
	}

/* Content Columns: General Formatting */
#rightCol h2{
	font-size: 12px;
	padding: 2px;
	margin: 0px;
	border-bottom: 1px solid #000000;
	color: #FFFFFF;
	background:#CCCCCC;
	text-indent: -5000px;
	clear: both;
	}
#footer {
	background: url(../images/template/contentBgFooter_subSection.jpg) no-repeat center top;
	position: relative;
	clear: both;
}
