
/*
 * CSS file for printed pages for Uppercrusts Website
 *
 * Mainly gear at the Order page
 *
 * Inside IT Ltd, March 2006
 *
 */


#body
{
	background: white;
	font-size: 12pt;
}

#container
{
	margin: 1em auto;
	width: 100%;
	text-align: left;
	background-color: white;
	border: none;
}



#header
{
	display: none;
}

#menu
{
	display: none;
}

#footer
{
	display: none;
}

#contents
{
	margin-left: 1em;
	margin-right: 1em;
	border-left: none;
}

h3
{
	font-size: 150%;
	text-align: center;
}

#order_intro
{
	display: none;
}

#order_table
{
	line-height: 120%;
	padding-top: 2px;
}





