#index {
	color: #000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
}
#header {
	clear: both;
}
#logo {
	display: none;
}
#print_contact {
	max-width: 300px;
	margin-top: 10px;
	padding: 0px 10px 10px 10px;
	background-color: #BBB;
	border: dashed 1px #444;
}
#print_contact h2 {
	font-size: 14px;
	font-weight: bold;
}
#portfolionav {
	display: none;
}
#body {
	clear: both;
}
#body li {
	list-style-type: square;
}
#footer {
	display: none;
}
#cpright {
	display: inline;
	clear: both;
}
hr {
	display: none;
}
.noprint {
	display: none;
}
a {
	text-decoration: none;
	color: inherit;
}