/* style to override for ProActive site pages  */
#page {
	width: 870px;
	margin: 0px auto; 
}

* html .space  { /* this is recognized by IE only */
 width: 90.8%;  /* total width, only for IE5.x/Win */
 w\idth: 90.8%; /* content width for other IE */
}
 
#sidebar {
	display:none;
}

#main-body {
	width:870px;
	margin-top: 72px;
	background-image: none; /* wipes out previous declaration */
	background-image: url(http://odnetwork.org/images/design/odn-contentbox-bg-wide.gif);
}

#content {
	width:718px;
}

#footer {
	background-image: none;  /* wipes out previous declaration */
	background: url(http://odnetwork.org/images/design/odn-footer-wide.gif) no-repeat left top;
}

#member-box a {
	display:none;
}

#search {
	display:none;
}

#content .space img {
	margin-left: 0px;
	margin-right: 0px;
}

.space {
	padding: 0;
	width: 652px;  /* content width for other browsers */
} 
