﻿body {
	height: 100%;
	width: auto;
	padding: 0px;
	margin: 0px auto;
	font-family: Georgia;
	text-align: center;
	background-color: #3f4519;
	color: #e3d8b9;
	background-image: url('./Images/bg.jpg');
	background-position: top center;
	background-repeat:	repeat-x;
}

div.Container
{
	/*positioning for FireFox*/
	position:absolute; 
	top:0px; 
	left:0px; 
	right:0px;
	
	height: auto;
	width: 100%;
	text-align: center;
	
	background-position: center;
	background-repeat:	repeat-y;
}

div.Header
{
	height: 195px;
	width: 1002px;
	margin: 0px auto; /*FireFox Center-Align fix;*/
	padding: 0px;
	background-image: url('./Images/Highland_01.jpg');
	background-position: top center;
	background-repeat:	no-repeat;
	text-align: left;
}

div.HeaderMenu
{
	float: right;
	height: 115px;
	padding-top: 80px;
	width: 412px;
	text-align: right;
}

div.Body
{
	min-height: 561px;
	width: 1002px;
	margin: 0px auto; /*FireFox Center-Align fix;*/
	padding: 0px;
	background-image: url('./Images/Highland_02.jpg');
	background-position: top center;
	background-repeat:	no-repeat;
}

div.Body2
{
	min-height: 261px;
	width: 962px;
	margin: 0px auto; /*FireFox Center-Align fix;*/
	padding-left: 20px;
	padding-right: 20px;
	
	background-image: url('./Images/Lees_Country_Woods_04.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}

div.Footer
{
	height: 98px;
	width: 922px;
	margin: 0px auto; /*FireFox Center-Align fix;*/
	padding: 0px;
	padding-left: 40px;
	padding-right: 40px;
	
	text-align: right;
	background-image: url('./Images/Lees_Country_Woods_07.jpg');
	background-position: center top;
	background-repeat:	no-repeat;
}

div.LeftMenu_Container
{
	float: left;
	width: 200px;
}

div.LeftMenu
{
	width: 200px;
	height: 255px;
	padding-top: 70px;
	background-image: url('./images/left-menu.png');
}

div.Body_Side
{
	float: right;
	width: 452px;
	padding-top: 50px;
}

div.Body_Content
{
	float: left;
	width: 530px; 
	padding-top: 0px;
	padding-left: 20px;
	text-align: left;
	color: #e3d8b9;
}

img
{
	border: 0px;	
}

h1
{
	font-size: 20pt;
	color: #e3d8b9;
}

a:link {
  color:#FFFFFF;
  text-decoration:none;
  }
a:visited {
  color:#FFFFFF;
  text-decoration:none;
  }
a:hover {
  color:#FFFFFF;
  text-decoration:underline;
  }