/*
Title:		Millthorpe Business Committee - print styles
Author:		Kalon Edser, http://www.kalonedser.com
Updated:	25 November 2009
*/


body, #content, #container {
	width: 100%;
	margin: 0;
	float: none;
	background: #fff url(none);
	}

#nav, .vines, #main-images, .pp_pic_holder, .business-image, #links, #emd, .ad, .noprint {
	display: none; 
	}

body {
	font: 1em Georgia, "Times New Roman", Times, serif;
	color: #000; 
	}

h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	}
	
h1 { font-size: 250%; }
h2 { font-size: 175%; }
h3 { font-size: 135%; }
h4 { font-size: 100%; }
h5 { font-size: 100%; }
h6 { font-size: 90%; font-style: italic; }

#logo {
	width: 210px;
	height: 180px;
	margin: 0;
	text-indent: -9000px;
	background: transparent url(../img/logo_lo.png) 0 0 no-repeat;
	overflow: hidden;
	}

a:link, a:visited {
	color: #7f7f7f;
	font-weight: bold;
	text-decoration: underline; }
