/* print.css - strips out all the crap for printing */

map, area { display: none; }
#topads { display: none; }
#topbar { display: none; }
#topcurve { display: none; }
#bottomcurve { display: none; }

html, body {
	font: 100% georgia, "times new roman", times, serif;
}

a {
	color: #00709E;
}

h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, arial, sans-serif;
	color: #222;
}

h1, h2 {
	border-bottom: 1px solid #CCC;
}

	
#main {
	text-align: left;
	margin: auto;
	background: url('http://www.dixie-net.com/images/masthead-print.gif') no-repeat;
}


#content {
	text-align: left;
	padding: 10px;
}

#copyright {
	width: 90%;
	margin: 20px auto;
	border-top: 1px solid #CCC;
	font-size: 90%;
	text-align: center;
	color: gray;
}

#copyright a { display: none; }

