/* 
~~ Saz's: Main Structure ~~
USAGE: 3 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.jpg) repeat-y center top;
}
/* Content Columns: Structure */
#leftCol, #middleCol, #rightCol{
	float: left;
	/*padding-bottom: 10px;*//* footer provides enough padding */
	height:100%;
	text-align: center;
}
#leftCol {
	width: 246px;
	background: url(../images/template/contentBgLeftTop.jpg) no-repeat right 18px;
	}
#middleCol {
	width: 247px;
	}
#rightCol {
	width: 247px;
	background: url(../images/template/contentBgRightTop.jpg) no-repeat left 18px;
	}

/* Content Columns: General Formatting */
#leftCol h1, #middleCol h2, #rightCol h2{
	font-size: 12px;
	padding: 2px;
	margin: 0px;
	border-bottom: 1px solid #000000;
	color: #FFFFFF;
	text-indent: -5000px;
	}