/***** GROUND RULES *****/
body {
	background: none;
	font-family: Lucinda, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 7in;
}

h3 {padding-left: 0}

/* FORMS */
input.button {display: none}


/***** LAYOUT *****/

/*** BANNER ***/
p#contactInfo {
	text-align: center;
	font-size: 9px;
	margin: 0 0 13px 0;
	padding: 3px 0;
	border-bottom: 1px solid #630;
}
/* Main Navigation List */
ul#mainNav {display: none}

/*** SIDEBAR ***/
h1 {display: none}
h1#print {
	display: block;
	position: static;
	width: auto;
	height: auto;
}

p#contactInfo {text-align: left}

div#sidebar {display: none}


/*** MAIN CONTENT AREA ***/
div#contentContainer {
	padding-top:0;
	background: none;
	position: static;
	width: 100%;
}
/* Actual Body Content requires padding */
div#content {padding: 0}

div#nextPrevControls {display: none}

/* Furniture Browsing */
ul#buttonLinks {display: none}


/*** FOOTER ***/
div#footer {
	clear: both;
	border-top: 1px solid #630;
	font-size: 85%;
}