/* (C) Copyright 2008 | Jon P. Brousseau | Design for interaction and print */

@import url("reset.css");
body {
	background: white;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size: 10pt;
	color:#000;
}
a:link, a:visited {
	color: #000;
	background: transparent;
	text-decoration: none;
	border-bottom:none !important;
	border-bottom:none;
}
h1 {
	font-size:19pt;
}
h2 {
	font-size:16pt;
}
h3 {
	font-size:14pt;
	font-weight:bold;
}
#wrapper {
	width:763px;
	margin: 0 auto;
}
#header p {
	display:none;
}
#about h1 {
	display:none;
}
.tooltip span {
	display:none;
}
#portfolio h2 {
	padding-top:24px;
}
#portfolio h4 {
	display:none;
}
#portfolio img {
	padding:24px 0;
}
#portfolio div {
	padding:24px 0;
}
#vertical-form {
	display:none;
}
#bottom {
	display:none;
}
#footer {
	display:none;
}

