* {
	margin: 0px;
	padding: 0px;
}
a img, img { border-width:0; }
div.contact a:hover { text-decoration:underline }

body {
	background-color:white;
}

div.body {
	width:713px;
	margin:50px auto 0px auto;
}
div.contact {
	background-color:#ff6203;
	width:100%;
	position:relative;
	height:82px;
}
div.contact, div.contact a {
	color:white;
	font-family:Arial, sans-serif;
	font-size:14px;
	line-height:21px;
	font-weight:bold;
	text-decoration:none;
}
div.c1, div.c2, div.c3 {
	position:absolute;
	top:20px;
}
div.c1 { left: 100px; }
div.c2 { left: 300px; }
div.c3 { left: 500px; }

