/* CSS Document */
#container
{
	background: url(images/header-div2.jpg) no-repeat top center;
}
.text
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
}
.heading
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 17px;
	color: #ad4b50;
}
.footer
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
}
.contact
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
A:link { color: #ad4b50; text-decoration: none; font-weight: bold;}
A:visited { color: #ad4b50; text-decoration: none; font-weight: bold;}
A:active { color: #ad4b50; text-decoration: none; font-weight: bold;}
A:hover	{ color: #ad4b50; text-decoration: underline; font-weight: bold;}

.footer A:link { color: #FFFFFF; text-decoration: none; font-weight: normal;}
.footer A:visited { color: #FFFFFF; text-decoration: none; font-weight: normal;}
.footer A:active { color: #FFFFFF; text-decoration: none; font-weight: normal;}
.footer A:hover	{ color: #FFFFFF; text-decoration: underline; font-weight: normal;}
.border
{
	border: 1px solid #b04d52;
}
.border-brown
{
	border: 5px solid #bf9b57;
}
