/*
position:absolute		: will cause problems (change to position:relative)
float						: may cause problems (change to float:none)
overflow:hidden		: will cause problems in FF (change to overflow:visible)
*/


/* 1.0 NORMALIZE GLOBAL APPEARANCE */
* { color:#000 !important; }
html, body { font-size: 100%; height: auto; }
body {
	font-size: 11pt;
	line-height: normal;
}


/* 2.0 HIDE UNWANTED ITEMS */
.nav {
	display: none;
}


/* 3.0 NORMALIZE LAYOUT */
.page, .header, .footer, .content {
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.logo { background: #fff; }
.logo img { visibility: visible; }


/* 4.0 ADD PAGE BREAKS */