/* Advanced Counter Technology */

body {
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.5em;
}
#wrapper {
	position: relative;
	top: 0px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}
#contact {
	position:absolute;
	top:738px;
	width:800px;
	height:53px;
	text-align:center;
	left: 0px;
}

h1 {
	color:#71757C;
	margin-top: .5em;
	margin-bottom: -.4em;
	font: normal 12.5px/1.5em Helvetica, Arial, sans-serif;
}

p {
	font-size: 12.5px;
	color:#71757C;
	margin-top: 1em;
	line-height:13px;
}
.large {
	font-size: 14.5px;
	font-weight: bold;
}

a:link, a:visited {
	color:#5477C5;
	text-decoration:none;
	text-transform: uppercase;
}
a:hover {
	color:#000000;
	text-decoration:none;
}

