body  {
  font-family: "lucida grand",lucida,verdana, "trebuchet MS", helvetica, sans-serif;
	background: #f9f8f4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h2 {
  text-align:left;
}
h3 {
  text-align:left;
}
ul {
	list-style:none;
	text-align:left;
	display:block;
	padding-left: 0px;
	float: left;
  vertical-align: middle;
}
a {
  text-decoration: none;
}
#container { 
	width: 810px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 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. */
	background-color: #f9f8f4;
	background-image: url(/jordanandcaleb/oldwedding/middleshadow.png);
	background-repeat: repeat;
} 
#header {
	height: 220px;
	width: 810px;
  margin-top:20px;
	background-color: #f9f8f4;
	background-image: url(/jordanandcaleb/oldwedding/topshadow.png);
	background-repeat: no-repeat;
} 
#mainContent {
  padding: 15px 20px 25px 20px;
	text-align: center;
	border-width: 1px;
	background-color: #ffffff;
} 
#wrapper {
  float:right;
  margin-right: 20px;
	width:645px;
}
#footer {
  height: 45px;
	width: 810px;
  background-color: #f9f8f4;
	background-image: url(/jordanandcaleb/oldwedding/bottomshadow.png);
	background-repeat: no-repeat;
} 
#credits {
	width: 810px;
	height: 45px;
	text-align: center;
	margin: 0px auto 0px;
	padding: 0px;
	}

#credits p {
	font-size: 10px;
	font-family: Verdana, Helvetica, Sans-Serif;
	color: #FFFFFF;
	padding: 6px 0px 0px 0px;
	margin: 0px;	
	}
	
#credits a {
	color: #999999;
	text-decoration: none;
	}

#credits a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sitenav { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sitenav { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->

