﻿body {
	height: 100%;
	width: auto;
	padding: 0px;
	margin: 0px auto;
	font-family: Georgia;
	text-align: center;
	background-color: #53422c;
	color: #e3d8b9;
}

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: 276px;
	width: 1002px;
	margin: 0px auto; /*FireFox Center-Align fix;*/
	padding: 0px;
	background-image: url('./Images/Lees_Country_Woods_02.jpg');
	background-position: top center;
	background-repeat:	no-repeat;
}

div.Body
{
	height: auto;
	min-height: 561px;
	width: 1002px;
	margin: 0px auto; /*FireFox Center-Align fix;*/
	padding: 0px;
	
	background-image: url('./Images/Lees_Country_Woods_05.jpg');
	background-position: center top;
	background-repeat:	repeat-y;
	clear: both;
}

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;
	clear: both;
}

div.LeftMenu_Container
{
	float: left;
	width: 200px;
}

div.LeftMenu
{
	padding-left: 30px; 
	text-align: left;
	width: 170px;
	height: 255px;
	padding-top: 70px;
	background-image: url('./images/left-menu.png');
}

div.Body_Side
{
	float: right;
	width: 200px;
}

div.Body_Content
{
	float: left;
	width: 742px; 
	padding-top: 0px;
	padding-left: 20px;
	text-align: left;
	color: #e3d8b9;
}

img
{
	border: 0px;	
}

h1
{
	font-size: 18pt;
	color: #bdb36e;
}

a:link {
  color:#FFFFFF;
  text-decoration:none;
  }
a:visited {
  color:#FFFFFF;
  text-decoration:none;
  }
a:hover {
  color:#FFFFFF;
  text-decoration:underline;
  }


div.post h1
{
	font-size: 16pt;
}

div.post h2
{
	font-size: 8pt;
	text-transform: uppercase;
	padding-left: 10px;
}

div.post .post-body
{
	padding-left: 10px;
	padding-right: 10px;
}