	
/* Template 03 - Standard Three-Column Layout */

#content { 
	width: 740px; 
	float: right; 
	margin: 0px 0px 0px 0px;
	}
#primaryContent { 
	width: 515px; 
	margin: 0px; 
	float: left; 
	padding-right: 10px;
	padding-left: 10px;
	z-index:1;
	} 	

#secondaryContent { 
	width: 195px;
	position:absolute;
	top:139px;
	left:0px;
	display: inline; /* :KLUDGE: Fixes IE double margin float bug */
	background-color: #eeeeee;
	background-image: url("/images/bg_secondaryContent.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
	margin: -5px 0px 0px 0px;
	min-height: 300px;
	}
#tertiaryContent { 
	width: 189px;
	float: right; 
	border-left: 1px solid #cccccc;
	background-image: url("/images/bg_tertiaryContent_shadow.jpg");
	background-repeat: no-repeat;
	min-height: 400px;
	}

#secondaryContent, #tertiaryContent {
	padding-left: 15px;
	padding-bottom: 20px;
	}

#primaryContent {
	background-image: url("/images/bg_primaryContent_header.png");
	background-repeat: repeat-x;
	}
	

