/*
	Description: Print CSS.
	Version:     1.0 ($Rev: 15 $)

	Copyright 2000-2008 Click Industrial Limited. All rights reserved.

	$Id: print.css 15 2008-09-30 16:08:42Z pryan $
*/

body {
	font-family: "Lucida Sans", Arial, Helvetica, Verdana, sans-serif;
	font-size: 100%;
}

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.3em; }

h1,
h2,
h3 {
	color: #78373D;							/* Burgundy */
}

#logo {
	float: left;
}

#strapline {
	float: right;
	padding-top: 22px;
}

/*
#img-box img {
	width: 25%;
	height: 25%;
	clear: both;
	float: right;
	margin: 2em 0 0.8em 0.8em;
}
*/
#img-box img,

.hidden,
#search,
#quotes,
#cpc-box,
#news-events,
#nav1,
#nav2,
#nav3,
#nav4,
#footer {
	display: none;
}


