/*////////////////////////////////////////////////////////////////////////////////
Basic structural elements______________________________Basic structural elements//
////////////////////////////////////////////////////////////////////////////////*/

/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* */ 

#header{ 
	position:absolute; 
	top:0; 
	left:0; 
	width:755px; 
	height:114px;
	margin-right: -20px;  /*use to get rid of hor scroll IE Mac */
	}

#clearfooter{clear:both;height:1px;}

#clearheader{height:120px;}

#minHeight{float:left;width:0px;height:100%;margin-bottom:-64px;}

* html #minHeight{margin-bottom:-61px;}

div,p {margin-top:0}/*clear top margin for mozilla*/

html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height */
 
/* fixes PC IE colums from wrapping \*/
* html body #outer {
	height:auto;float:left;margin:0px;padding:0px;border:0px;
}
/* */

body { 
	padding:0; 
	margin:0;
	}

#content{ /*prevents column wrapping*/
	display:block;
	width:755px;
	margin-right:-15px;
	margin:0px;
	padding:0px;
	border:0px;
	position:relative;
	z-index:10;/**/
	}

#outer{ 
	height:100%; 
	min-height:100%; 
	margin-right:5px;
	margin-bottom:-61px;/* footer trick */
	}

#col_left{
	float:left;
	width:160px;
	margin-right:28px;
	display:none;
	}

/* \*/
#col_left{display:block;}
/* */

#col_middle{
	float:left;
	width:420px;
	padding-right:28px;
	padding-bottom:40px;
	margin-top:5px;
	}
	
* html #col_middle {/*only ie gets this style*/ 
	\padding-bottom:22px;/* for ie5 */ 
	p\adding-bottom:20px;/* for ie6 */
	}

#col_right{
	float:left;
	width:120px;
	margin-left:1px;
	}

#col_right_content{
	padding:4px;
	}

form{
	margin: 0px;
	padding: 0px;
	border: 0px;
	}