/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 
body {
	padding:0;
	margin:0;
	background:#ffffff url("../images/stripes-NEOblue.gif") fixed repeat;
}
#neo {
	padding:0;
	margin:0;
	background:url("../images/stripes-NEO.gif") fixed repeat-x;
	height:100%;
	min-height:100%;
	margin-bottom:-22px;
}
#outer{
	height:100%;
	min-height:100%;
	width:450px;
	margin-left:315px;
	margin-right:130px;
	background:#ffffff;
	border-left:4px solid #000000;
	border-right:4px solid #000000;
	margin-bottom:-22px;/* needed to make room for footer */
	color: #000000;
}
/* for thin borders, change margin-left to 318px */
 
html>body #outer{height:auto;} /* for mozilla as IE treats height as min-height anyway*/
html>body #neo{height:auto;} /* yoink */

#left {
	position:relative;/*ie needs this to show float */
	width:315px;
	float:left;
	margin-left:-314px;/*must be 1px less than width otherwise won't push footer down */
}
#left img {
	margin-left: 2px;
}
#leftcontent {
padding-right:4px;/* stops content hiding behind border */
}

* html #left {padding-bottom:22px ;margin-right:-3px;}/*fix gap in ie next to float and clear footer because we've moved float too far left*/

#right {
	position:relative;
	width:130px;
	float:right;
	margin-right:-129px;/*must be 1px less than width otherwise won't push footer down */
}
#rightcontent {
	padding-left:5px;/* stops content hiding behind border */
}

#footer {
	width:100%;
	clear:both;
	height:20px;
	color: #000000;
	position:relative;
}
* html #footer {/*only ie gets this style*/
	\height:22px;/* for ie5 */
	he\ight:20px;/* for ie6 */
}

#clearfooter{clear:both;height:20px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */

div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centercontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */
#minheight{float:left;width:0px;height:100%;margin-bottom:-22px;} /*safari wrapper thanks to Tim Connor*/
* html #minheight{margin-bottom:-20px;} 

#centercontent {position:relative;}/*stacking context for image*/