/* begin Page */

body
{
	 /*background-color: #E9C381; 
  background-image: url('../images/Page-BgTexture.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: -110px -270px;*/
  background-image: url('../images/Page-BgTexture.png');
  background-repeat: repeat;
  background-color:#b69063;
	letter-spacing: 0.3px;
	font-size: 14px;
	margin-top: 0px;
	line-height: 1.3;
	font-family: "Garamond", Times New Roman, Georgia, Times, Serif;
	vertical-align: middle;
}

div.FOOT
{
	margin: 0px auto;
	position: relative;
	top: 0;
	width: 800px;
}
body
{
  font-family: "Garamond", Times New Roman, Georgia, Times, Serif;
  font-size: 16px;

  font-style: normal;
  font-weight: normal;
  color: #FFFFFF;
}
a
{
  font-family: "Garamond", Times New Roman, Georgia, Times, Serif;
  background: url(../images/bonvin.png) bottom no-repeat;
  color: #4F2434;
  font-size: 16px;
  text-decoration:none;
  padding-bottom:3px;
}

/* Adds special style to an unvisited link. */
a:link
{
  font-family: "Garamond", Times New Roman, Georgia, Times, Serif;
  color: #4F2434;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
  font-family: "Garamond", Times New Roman, Georgia, Times, Serif;
  color: #4F2434;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  font-family: "Garamond", Times New Roman, Georgia, Times, Serif;
  color: #4F2434;
}

