html, body, h1, h2, h3 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font: 100% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #333;
}

body {
	background: #ddd;
}
#contactwrap {
	margin: 0 auto;
	text-align: center;
	width: 873px;
	height: 580px;
	background-color:#fff;
}

#contact {
	position: relative;
	left: 5px;
	top: 5px;
	width: 250px;
	padding: 10px;
	text-align: left;
}

h1 {
	font-size: 1em;
	font-weight: bold;
}

h2 {
	font-size: .9em;
}

h3 {
	font-size: .8em;
}

p {
	font-size: .8em;
}

a{
	text-decoration: none;
	color: #ff7300;
	font-size: .9em;
}
a:hover{
	border-color: #F60;
	color: #999;
}