/* Print Style Sheet for Pixel House */
/*******************************/

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	margin-top: 0px;
	line-height: 19px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 21px;
	color: #000000;
	margin-top: 0px;
}

/****************IDs****************/
/**********************************/

#header {
	height: 134px;

}
#headerImg {
	display: none;
}
#logoBox {
	float: left;
	width: 260px;
	height: 94px;
	padding-top: 40px;
}
#navigation {
	float: right;
	height: 134px;
}
#main {
	float: left;
	width: 721px;
	padding: 28px;
	margin-top: -12px;
}

#footer {
	display: none;
}

#left {
	float: left;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#left p a {
	color: #000000;
	text-decoration: none;
}
#right {
	display: none;
}

/************Primary NAV****************/
/***************************************/

ul.navigation {
	display: none;
}