/* CSS Print Document */

body {
	color:#000;
	background:white;
	font-size:12pt;
	font-family:Georgia, "Times New Roman", Times, serif;
}

a:link, a:visited {
	color: #520 !important;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

#wrapper {
	margin:0;
	width:auto;
	text-align:left;
	float:none !important;
	min-height:inherit;
}

#header {
	border:none;
	height:20px;
	float:none !important;
}

#header h1 span {
	display:inherit;
	font-size:16pt;
	font-weight:bold !important;
}

#main {
	width:100%;
	border:none;
	background:none;
}

#main .inner {
	border-left: none;
	border-right:none;
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	margin:0 0 5% 0;
}

#main .inner h2 span {
	display:inherit;
	margin-left:-5px;
	margin-bottom:2%;
	height:auto;
	color:#000;
	font-size:14pt;
}

#main .inner h3 {
	font-size:12pt;
	margin:0;
	color:#000;
}

#main .inner h4 {
	margin-bottom:2%;
	font-size:13pt;
	margin-left:0;
	color:#000;
	text-transform:none;
}

#main .inner p {
	font-size:12pt;
	margin-left:0;
	color:#000;
}

#main .inner ul {
	font-size:12pt;
	color:#000;
}

#sidebar, #footer, #header ul, .backarrow {
	display:none;
}

#main:after {
	content:"Pixels Website Development and Graphic Design | 204-325-4139 | info@pixelsonline.ca";
}