/* Blanket elements for entire page */

body {
font: normal 18px Georgia, Georgia, Sans-Serif;
background-image: url(flamebg.gif);
}

h1, h2, h3 {
color: #006699;
margin: 0;
padding: 0;
letter-spacing: -1px;
}

a:link {
color: white;
text-decoration: none;
}
  
a:visited {
color: white;
text-decoration: none;
}

a:hover {
color: cccccc;
}

/* Main Container */
#Container {
width: 1024px;
height: 1200px;
margin: 30px 110px 30px 110px;
background-color: white;
border: solid white 5px;

}

/*Header*/

#mainheader {
width: 200px;
height: 985px;
background-image: url(leftcandlewoodnavigation.png);
background-repeat: no-repeat;
}

  .mainlinks {
  font: normal 16px Georgia, Georgia, Sans-Serif;
  padding: 10px 0 0 0;
  }

  .mainlinks ul {
  list-style: none;
  margin: 200px 10px 0 10px;
  padding: 0px; 
  }

  .mainlinks li {
  text-align: center;
  margin: 7px 0 0 0;
  }

  .leftbuttons {
  font: normal 16px Georgia, Georgia, Sans-Serif;
  padding: 0 0 0 0;
  }

  .leftbuttons ul {
  list-style: none;
  margin: 30px 10px 0px 8px;
  padding: 0px; 
  image-position: center;
  }

  .leftbuttons li {
  image-align: center;
  margin: 0px;
  }

/* Spacer */

.spacer {
clear: right;
}

/*Navigation*/

#navigation {
width: 818px;
height: 50px;
margin-left: 205px;
margin-top: -985px;
background-color: b95050;
clear: right;
}

  .navlinks {
  margin: 0;
  padding: 25px 0 0 0;
  }

  .navlinks ul {
  list-style: none;
  margin: 0 0 0 150px;
  padding: 0;
  }

  .navlinks li {
  display: inline;
  margin: 0 0 0 15px;
  padding: 0;
  }

/*Flash*/

#flash {
width: 818px;
height: 300px;
margin-left: 205px;
margin-top: 5px;
}

#welcome {
width: 500px;
font: normal 14px Georgia, Georgia, Sans-Serif;
margin-left: 225px;
margin-top: 10px;
}

 .welcome h1 {
 font: bold 18px Georgia, Sans-Serif;
 }

  .welcome a:link {
  color: #006699;
  text-decoration: none;
  }
  
  .welcome a:visited {
  color: #006699;
  text-decoration: none;
  }

  .welcome a:hover {
  color: cccccc;
  }
 
#email {
width: 318px;
margin-left: 700px;
margin-top: -750px;
}

#recliner {
margin-left: 760px;
margin-top: 20px;
}

#grill {
margin-left: 760px;
margin-top: 20px
}

#footer {
width: 1034px;
height: 80px;
background-color: white;
border-top: dotted 1px;
margin: -30px 110px 0px 110px;
font: normal 12px Georgia, Georgia, Sans-Serif;
}

  .footerlinks a:link {
  color: #006699;
  text-decoration: none;
  }
  
  .footerlinks a:visited {
  color: #006699;
  text-decoration: none;
  }

  .footerlinks a:hover {
  color: cccccc;
  }

  .footerlinks ul {
  list-style: none;
  margin: 10px 0 0 0px;
  padding: 0;
  }

  .footerlinks li {
  display: inline;
  margin: 0 0 0 15px;
  padding: 0;
  }

  



