﻿body {
	height: 100%;
	width: auto;
	padding: 0px;
	margin: 0px auto;
	font-family: Georgia;
	text-align: center;
	background-color: #eedebb;
	
	background-image: url('./Images/BG_2.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
{
	position: relative;
	height: 385px;
	width: 1002px;
	margin: 0px auto; /*FireFox Center-Align fix;*/
	padding: 0px;
	background-image: url('./Images/Mikes-Dock-and-Yard-Main_01_2.jpg');
	background-position: top center;
	background-repeat:	no-repeat;
}

div.Body
{
	position: relative;
	min-height: 300px;
	width: 1002px;
	margin: 0px auto; /*FireFox Center-Align fix;*/
	padding: 0px;
	/*
	background-image: url('./Images/Mikes-Dock-and-Yard-Main_05.jpg');
	background-position: center top;
	background-repeat:	repeat-y;
	*/
}

div.Footer
{
	clear: both;
	position: relative;
	height: 98px;
	width: 922px;
	margin: 0px auto; /*FireFox Center-Align fix;*/
	padding: 0px;
	padding-left: 40px;
	padding-right: 40px;
	
	text-align: right;
}

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: 200px;
}

div.Body_Landscape
{
	min-height: 472px;
	width: 1002px;
	background-image: url('./Images/SideBar_Landscape.jpg');
	background-position: center top;
	background-repeat:	no-repeat;
}

div.Body_LawnCare
{
	min-height: 472px;
	width: 1002px;
	background-image: url('./Images/SideBar_LawnCare.jpg');
	background-position: center top;
	background-repeat:	no-repeat;
}

div.Body_Docks
{
	min-height: 472px;
	width: 1002px;
	background-image: url('./Images/SideBar_DockService.jpg');
	background-position: center top;
	background-repeat:	no-repeat;
}

img
{
	border: 0px;	
}

h1
{
	font-family: Verdana; 
	color: #415b23; 
	font-size: 16pt;
	font-weight: normal;
}

h2
{
	font-family: Verdana;
	color: #912614; 
	font-size: 14pt;
	font-weight: normal;
}

a:link {
  color:#912614;
  text-decoration:none;
  }
a:visited {
  color:#912614;
  text-decoration:none;
  }
a:hover {
  color:#912614;
  text-decoration:underline;
  }
  
  /*Dock & Yard*/

div.Body_Default
{
	min-height: 205px;
	width: 617px;
	padding-top: 50px;
	padding-left: 280px;
	padding-right: 105px;
	background-image: url('./Images/Mikes-Dock-and-Yard-Main_02.jpg');
	background-position: center top;
	background-repeat:	no-repeat;
}

div.Body_Contact
{
	min-height: 225px;
	width: 687px;
	padding-left: 210px;
	padding-right: 105px;
	padding-top: 80px;
	background-image: url('./Images/Body_Contact.jpg');
	background-position: center top;
	background-repeat:	no-repeat;
	text-align: left;
}
  
  div.BodyLeft
  {
	width: 320px; 
	float: left;	
  }
  
  div.LeftMenuHeader
  {
	height: 45px; 
	width: 200px; 
	padding-left: 120px; 
	padding-top: 25px; 
	text-align: left; 
	font-family: Verdana; 
	color: #415b23; 
	font-size: 16pt;	
  }
  
  div.LeftMenuBody
  {
	min-height: 380px; 
	width: 210px; 
	padding-left: 110px; 
	padding-top: 0px; 
	text-align: left; 
	font-family: Verdana; 
	color: #912614; 
	font-size: 12pt;	
	font-weight: bold;
	line-height: 16pt;
  }
  
  div.BodyRight
  {
	width: 662px; 
	text-align: left; 
	float: right; 
	padding-right: 20px;
  }