/* Template 02 - Standard Two-Column Layout */


#content { 
	width: 100%; 
	margin: 0px 0px 0px 0px; //top -5px;
	}
#primaryContent { 
	width:700px;
	width: expression("700px");
	margin: 0px; 
	float: right; 
	padding-right: 20px;
	padding-left: 20px;
	z-index:1;
	/*These three lines make the min height 500px*/
	min-height:650px;
	height: auto !important;
	height: 650px;
	} 	
*html primaryContent {width:660px;}
#secondaryContent {
	background-color: #eeeeee;
	padding-left: 15px;
	padding-bottom: 20px;
	background-image: url("/images/bg_secondaryContent.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
	border-top: 1px solid #eeeeee;
	min-height: 300px;
	}
	
	#secondaryContent { 
	width: 195px;
	width: expression("195px");
	position:absolute;
	top:135px;
	left:0px;
	}
*html secondaryContent {width:180px;}
#primaryContent {
	background-image: url("/images/bg_primaryContent_header.png");
	background-repeat: repeat-x;
	}

