/*Min-width determines the point at which your layout width will cease to shrink horizontally and your browser will spawn a horizontal scroll bar.*/
body {
	margin: 0;
	padding: 0;
	min-width: 0;
}
/*ME*/
.main-content { width: 735px; float: left; margin-top: 20px; }
.sidebar { display: none; }
.sidebar2 { float: right; margin-top: 20px; }
.content-wrapper  /* Screen px too wide wrt Windows */ { width: 975px; }
.floatBox { margin-left: 30px; padding-left: 30px; }
/*DO NOT EDIT*/
.p7desktop .sidebar, .p7desktop .main-content, .p7desktop .sidebar2 {
	padding-bottom: 0;
	margin-bottom: 0;
	border: 0;
}
.menuside li {
	display: inline-block;
}
.p7desktop .main-content {
	margin: 0;
}
