
/*
Lovingly hand-crafted by Citrus Tree Media.
http://www.citrustreemedia.com/
Please respect our copyright as we do yours...
*/

/* ---------------------
title: yacht romola print stylesheet
author: wayne taylor
created: 15/11/06
modified: 15/11/06
version: 1.0
--------------------- */

/* -----------------------------------------------------------------------------
   generic style */

body {
   font-family: Arial, Helvetica, Sans-serif;
	font-size: 15px;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	background-color: #fff;
}

#content {
	display: block;
}

.noprint, #nav, #footer, #subnav, #content a, form, #imap {
	display: none;
}

.printonly {
	display: block;
	font-size: smaller;
	color: #ccc;
}

/* -----------------------------------------------------------------------------
   end style sheet */