﻿/* CSS Document */
body {
	background-image: url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-color: #6a6b32;
 
}
.address{
	font-family: "Times New Roman", Times, serif;
	font-size:14px; 
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	text-align: center;
}
.MainText{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#000000;
}
.footer{ 
	font-family:Arial Narrow;
	font-size:10px; 
	text-transform:uppercase; 
	color:#ffffff;
	text-decoration:none;
	font-stretch:narrower;

}
.footer a:link    {color: #ffffff; font-family:Arial Narrow; font-size:10px; text-transform:uppercase; text-decoration:none;}
.footer a:visited {color: #ffffff; font-family:Arial Narrow; font-size:10px; text-transform:uppercase; text-decoration:none;}
.footer a:hover   {color: #47491e; font-family:Arial Narrow; font-size:10px; text-transform:uppercase; text-decoration:none;}

