body{
	
	margin-left:auto;
	margin-right:auto;
	width: 850px;
	margin-bottom:50px;
}

a:link {
	color: #069;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #069;
}
a:hover {
	text-decoration: underline;
	color: #C80930;
}
a:active {
	text-decoration: none;
	color: #CCC;
}

h1 {
	font-size: 15px;
	font-family:  "Century Gothic", "Franklin Gothic Medium", Helvetica, Arial, sans-serif;
	letter-spacing: normal;
	line-height: 17px;
	color: #999;
	
}


#content {
	width: 100%;

}
.company {
	font-size: 12px;
	font-family:  "Century Gothic", "Franklin Gothic Medium", Helvetica, Arial, sans-serif;
	color: #0C8FCE;
}
.helper {
	clear: both;
	
}
