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

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

.top, .left, .footer p, .none, h1 img {
	display: none;
}
#webdesign {
	display: block;
	border-top: 1px solid black;
	padding: 10px 0;
	margin: 20px 0;
}

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

h1 {
	font-size: 1.75em;
	line-height: 2em;
	padding: 30px 0 10px;
}
h2 {
	font-size: 1.5em;
	line-height: 1.75em;
	padding: 20px 0 10px;
}
p {
	font-size: 1.4em;
	line-height: 1.5em;
	padding: 10px 0;
}
.content ul {
	font-size: 1.4em;
	line-height: 1.5em;
	padding: 10px 20px;
}

/* contactform */

#contactform {
	margin: 0 auto;
}
#contactform fieldset {
	margin: 0;
	border-width: 0;
}
#contactform textarea {
	width: 15em;
	height: 8em;
	border: 1px solid black;
	font: 1em/1em Arial, Verdana, sans-serif;
}
#contactform input {
	font: 1em/1em Arial, Verdana, sans-serif;
	border: 1px solid black;
}
#contactform p {
	clear: both;
	padding: 5px 0 0;
}
#contactform label {
	display: block;
	width: 14em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
}
.submit, .reset {
	margin-left: 217px;
	font-size: 10px;
	border-width: 0;
	color: black;
	font-weight: bold;
	background: white;
	cursor: hand;
	cursor: pointer;
}

/* ie 7 hack works with html files having <body lang="en"> */

*:lang(en) .submit {
	margin-left: 204px;
}
.reset {
	margin-left: 0;
	color: black;
}
