/* mac hide\*/

/* end hide */
body {
	padding:0;
	margin:0;
	min-width:760px;/* for mozilla*/
}
#OutsideWrapper {
	width:760px;
	

	margin:auto;
	/* background-color:pink; /* background of right column */
	/* background-image:url('/nate/images/BlackBar.gif') repeat-y left top; /* background of left column */
}
#InsideWrapper{
	height:auto; 			/* overridden in styles_IE */
	min-height:100%;
	margin-left:190px; 		/* Left sidebar */
	margin-right:0px;
	margin-bottom:-30px;
}

#Header{
	position:relative;
	margin:0 0px 0px -190px;
	padding-top:120px;
}

#MainSidebar {
	* width:190px;/* same as the left margin on #outer*/
	width:192px;/* same as the left margin on #outer*/
	float:left;
	min-height:100%;
	margin-left:-190px;/*must be 1px less than width otherwise won't push footer down */
	* margin-left:-188px;/*must be 1px less than width otherwise won't push footer down */
	left:0px;/* push column into position*/
	* left:-2px;/* push column into position*/
}

#Footer {
	width:100%;
	clear:both;
	height:30px;
	margin-top:5px;
	position:relative;
}

#ClearFooter{clear:both;height:80px;}/*needed to make room for footer*/
div,p {margin-top:0;}/*clear top margin for mozilla*/

