body {
	font: normal 12px/15px Verdana, sans-serif;
	text-align: justify;
	margin: 0 40px;
}

#print {
	font: normal 12px/15px Verdana, sans-serif;
}
#etc {
	float: right;
	text-align: right;
}
#etc, #address {
	list-style: none;
	margin: 0;
	padding: 0;
}

.top, .testimonials, .leftcolumn, .subnav, .usp, .footer p {
	display: none;
}
#webdesign {
	display: block;
	text-align: right;
	border-top: 1px solid black;
	padding: 10px 0;
	margin: 20px 0 0;
}

a {
	color: black;
}
a img {
	border: 0;
}

h1 {
	font-size: 18px;
	line-height: 25px;
	padding: 30px 0 10px;
}
h2 {
	font-size: 14px;
	line-height: 18px;
	padding: 20px 0 10px;
}
p {
	font-size: 12px;
	line-height: 15px;
	padding: 10px 0;
}
.content ul {
	font-size: 12px;
	line-height: 15px;
	padding: 10px 20px;
}

#contactform fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
#contactform textarea, #contactform input, #contactform select {
	font: normal 12px/15px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid black;
	padding: 1px;
}
#contactform textarea {
	width: 150px;
	height: 80px;	
}
#contactform p {
	padding: 5px 0 0;
	clear: both;
}
#contactform label {
	display: block;
	width: 140px;
	float: left;
	text-align: right;
	margin-right: 10px;
}
#contactform .submit, #contactform .reset {
	margin-left: 150px;
	color: white;
	font-weight: bold;
	font-size: 12px;
	background: white;
	cursor: hand;
	cursor: pointer;
}
#contactform .reset {
	margin-left: 0;
	color: #d9dde7;
}