/********************************************************
   content_business.css
   (C) Mangrove 2007
   Business pages style properties
********************************************************/

/* default tags */
a:link, a:visited
{
	color: #51504b;
	text-decoration: underline;
}

a:hover, a:active
{	
	color: #51504b;
	text-decoration: underline;
}

h1, h2, h3, h4
{	
	color: #51504b;	
}

/* footer */
div#footer
{
	background: #cfccc0;
	width:100%;
}
