body {
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .8125em;
	color: #444;
}
* {
	margin: 0;
	padding: 0;
}

p {
	padding: 0 0 1em 0;
	line-height: 1.5em;
}
li {
	text-indent: 0;
}

a:link,
a:visited {
	text-decoration: none;
}
a:hover,
a:visited:hover {
	text-decoration: none;
}
a img {border: none;}


h1,
h1 a {
	display: block;
	float: left;
	width: 260px;
	height: 48px;
	overflow: hidden;
	text-indent: -9999px;
}

#content {
	float: left;
	clear: both;
	width: 100%;
}

#footer {
	color: #777;
}

