@charset "UTF-8";
/* CSS Document */

html, body { margin: 0; padding: 0; width: 100%; height: 100%; }

#bg_image { position: fixed; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; }

#scrollable { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 2; }

body {
	font: Arial, Helvetica, sans-serif;
	font-size:.9em; 
	background: #cccccc;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 100px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background:none; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height: 420px; }
	
#photocontent {
	padding: 0 20px;
	background: #fff;
	height: 800px; }	
	
#formcontent {
	padding: 0 20px;
	background: #fff;
	height:600px;
	height: auto !important;
	}
	
#smallcontent {
	padding: 0 20px;
	background: #fff;
	height:600px;
	height: auto !important;
	}
	
#imgcontainer {
	padding: 10px;
	margin: 0 auto;
}
	
/* navigation bar */
#navcontainer { text-align:center;
font-family:Georgia, "Times New Roman", Times, serif; font-size:.8em; letter-spacing:.20em; text-align:center; padding: 0 20px; background-color:#fff;}

/*Fat Erik's Pipelist*/
#navlist
{
list-style: none;
padding: 0;
margin: 0;
}

#navlist li
{
display: inline;
padding: 0;
margin: 0;
}

#navlist li:before { content: "| "; }
#navlist li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #navlist li
{
border-left: 1px solid black;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #navlist { height: 1%; }

* html #navlist li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #navlist li:first-child { border-left: 0; }

/*end navigation */


#footer {
	padding: 0 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:none;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.beth { font-family:Georgia, "Times New Roman", Times, serif; font-size:65px; letter-spacing:-6px; font-weight:normal; }
.live { font-family:Georgia, "Times New Roman", Times, serif; font-size:70px; letter-spacing:-7px; font-weight:bold; font-style:italic; }
.christmas { font-family:Georgia, "Times New Roman", Times, serif; font-size:20px; letter-spacing:.15em; }
.main { font-family:Arial, Helvetica, sans-serif; font-size:.9em; letter-spacing:.1em;}
.info { font-family:Arial, Helvetica, sans-serif; font-size:.9em; letter-spacing:.1em; line-height:1.1em;}
.bold { font-family:Georgia, "Times New Roman", Times, serif; font-size:.8em; letter-spacing:.2em; font-weight:bold; color:#666666;}
.address { font-family:Georgia, "Times New Roman", Times, serif; font-size:.9em; letter-spacing:.2em; font-weight:bold; color:#666666;}
.disclaimer { font-family:Arial, Helvetica, sans-serif; font-size:.7em; letter-spacing: .19em; color:#666; text-align: center; line-height:.9em;}




.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#FFFFFF}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #e0e0e0;
  border-right:1px solid #e0e0e0;
  background:#f1f1f1}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #cfcfcf;
  border-right:1px solid #cfcfcf;
  background:#f4f4f4}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #f4f4f4;
  border-right:1px solid #f4f4f4;}
.spiffy4{
  border-left:1px solid #e0e0e0;
  border-right:1px solid #e0e0e0}
.spiffy5{
  border-left:1px solid #f1f1f1;
  border-right:1px solid #f1f1f1}
.spiffyfg{
  background:#FFFFFF}
a:link {
	color: #002932;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

