/* Anovid Front Page Stylesheet */
/* Location: "//lib/css/front.css" */
@charset "utf-8";

/* Headline */
#headline
{
	width: 698px;
	height: 170px;
	overflow: hidden;
	margin: 0 0 0 0;
	background-image: url(/lib/img/headlines/about-us.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	display: block;
	line-height: 170px;
	text-indent: -9999px;
}

/* Content Styling */
#content p
{
	margin: 55px 0 0 0;
	padding: 0;
}
#content p.question
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	margin: 10px 0 0 0;
}
#content p.link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin: 3px 0 0 0;
}
#content a
{
	color: #79c163;
	text-decoration:none;
}
#content a:hover
{
	color: #fff;
	text-decoration:none;
}

/* Columns */
#column-portfolio
{
	width: 197px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	background-image: url(/lib/img/titles/join-in-our-success.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#column-services
{
	width: 196px;
	margin: 0 27px 0 27px;
	padding: 0 0 0 0;
	float: left;
	background-image: url(/lib/img/titles/utilize-our-experience.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#column-contact
{
	width: 197px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: right;
	background-image: url(/lib/img/titles/form-a-new-relationship.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}

