/*---- Layout ----*/
div{padding: 0;margin: 0;}
#leftcolumn{margin-right: -185px;	/* IE 4 fix */}
#leftColumn{float: left;width: 185px;
/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#rightColumn{float: right;width: 185px;}
#contentColumn{width: auto;margin-left: 184px;}
#contentcenter,  #innerFooter{padding: 10px;}
 
#footer{clear: both;}
#innerFooter{text-align: center; }
#contentcenter{overflow: visible;height: 100%;  	/* fix the Win32 IE float bug */margin-right: 185px;
/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn>#contentcenter{height: auto;	/* fix Opera 5 which breaks with the above IE fix */}
#contentcenter{height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */}
#masthead, #footer{z-index: 10;}

/*---- Borders ----*/
#pageFrame{
	border: solid 1px #e1e1e1;
	margin-left:auto;
	margin-right:auto; position:relative;
	width:950px;
	margin-bottom:20px;
	z-index:99;
}
#footer, #contentleft, #contentColumn, #contentcenter{border: solid 0px #e1e1e1;}
#footer{border-top-width: 1px;}
 
#contentleft, #contentcenter{border-right-width: 1px;}
#contentColumn{border-left-width: 1px;}

/*---- Visual Elements ----*/
#pageFrame{background-color: #fff;color: #000;min-width: 500px;}

