@charset "utf-8";
body  {
	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: #5F5F5F;
	background-color: #625751;
	background-image: url(../N&F_Wedding_Main_201_PGBkgd.png);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
}

.twoColFixLtHdr #container {
	width: 1200px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.twoColFixLtHdr #header {
	background-image: url(../N&F_Wedding_Main_300_Header.png);
	height: 210px;
	padding: 0px;
}
.twoColFixLtHdr #sidebar {
	float: left;
	width: 220px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 40px;
	margin-left: 140px;
}
.twoColFixLtHdr #sidebar p    {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	border: 0;
	line-height: 1.6em;
	text-align: left;
	margin-bottom: 0px;
}

.twoColFixLtHdr #sidebar h3    {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	text-align: left;
}

.twoColFixLtHdr #wedbellPic      {
	margin-left: 40px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	text-align: center;
}

.twoColFixLtHdr #maincontent {
	/*width: 923px;*/
	left: 140px;
	padding-left: 140px;
	background-image: url(../N&F_Wedding_Main_300_MainContBkgd.png);
	margin-top: 0px;
	margin-right: 137px;
	margin-bottom: -15px;
	margin-left: 140px;
	padding-left: 275px;
	padding-top: 15px;
	padding-right: 50px;
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #maincontent p {
	margin-top: 0em;
	margin-left: 0.8em;
	line-height: 1.6em;
}
.twoColFixLtHdr #mainContent h1 {
	padding: 0;
	margin-top: 0.9em;
	margin-bottom: .3em;
	border: 0;
}
.twoColFixLtHdr #maincontent h2, h3, h4, h5, h6  {
	padding: 0;
	margin-top: 1.4em;
	margin-bottom: 0.3em;
	border: 0;
}
.twoColFixLtHdr #maincontent li {
	margin-bottom: 0.4em;
	border: 0;
	margin-top: 0em;
	margin-left: 0.8em;
	line-height: 1.6em;
}

.twoColFixLtHdr #maincontent a:link {
	color: #690;
	text-decoration: underline;
}
.twoColFixLtHdr #maincontent a:visited {
	text-decoration: underline;
	color: #630;
}
.twoColFixLtHdr #maincontent a:hover {
	text-decoration: none;
	color: #333;
}
.twoColFixLtHdr #maincontent a:active {
	text-decoration: underline;
}









.twoColFixLtHdr #maincontentbtm{
	background-image: url(../N&F_Wedding_Main_300_MainCont_Btm.png);
	position: static;
	clear: both;
	margin-left: 140px;
	background-repeat: no-repeat;
	height: 50px;
	width: 923px;
	margin-top: 0px;
}
.twoColFixLtHdr #footerframe{
	clear: both;
	margin-left: 140px;
	margin-right: 137px;
}
.twoColFixLtHdr #footertop{
	background-image: url(../N&F_Wedding_Main_300_FtrTop.png);
	padding: 0px;
	height: 5px;
	width: 100%;
	margin-top: 0px;
}
.twoColFixLtHdr #footerleft{
	background-color: #EAEADB;
	background-image: url(../N&F_Wedding_Main_300_FtrContBkgd.png);
	background-repeat: repeat-y;
	background-position: left;
	width: 900px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.twoColFixLtHdr #footerleft p {
	margin-bottom: 0px;
	font-size: 83%;
	margin-top: 0px;
	padding-bottom: 5px;
}

.twoColFixLtHdr #footerbtm{
	background-image: url(../N&F_Wedding_Main_300_FtrBtm.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 50px;
	width: 923px;
	clear: both;
}

.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;
}