/* ***Knightsby Interior Design - Print Style Sheet*** */


body  {
	color: black;
	background: white;
	font-size: 12pt;
	}

#nav {
	display: none;
	}
	
#header, #footer {
	width: auto;
	border: 0;
	padding: 0;
	margin: 0 6%;
	float: none !important;
	background: transparent;
	}

div#content  {
	border-bottom: 1px solid #a10800;
	margin: 2% 10%;
	width: auto;
	padding: 0;
	float: none !important;
	background: transparent;
	}

a:link, a:visited {
	color: #a10800;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}