@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;
	background: url(dj-phoenix-seattle-wedding-reception-low.jpg) top center;
	background-attachment: fixed;
	background-repeat:no-repeat;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.twoColLiqLtHdr #container {
	width: 700px;
	background-image: url(transparent.png);
	background-attachment: scroll;
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
} 
.twoColLiqLtHdr #header {
	padding-right: 14px;
	padding-left: 14px;
	text-align: center;
} 


.twoColLiqLtHdr #mainContent {
	text-align: left;
	width:600px;
	margin-top: 0;
	background-image: url();
	background-repeat: repeat;
	clear: both;
	margin-right: auto;
	margin-left: auto;
} 
.twoColLiqLtHdr #footer {
	font-size: 10px;
	text-align: center;
	clear: both;
	padding: 10px;
}

/* Inline links */

a.inline:link {
	font-size:14px;
	color: #000000;
	text-decoration: underline;

}
a.inline:visited {
	font-size:14px;
	color: #000000;
	text-decoration: underline;
}
a.inline:hover {
	font-size:14px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	}

a.inline:active {
	font-size:14px;
	color: #000000;
	text-decoration: underline;
}

/* Footer links */

a:link {
	color: #000000;
	text-decoration: none;
	font-size:1apx;
}
a:visited {
	color: #000000;
	text-decoration: none;
	font-size:10px;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-size: 10px;
	font-weight:bold;

}
a:active {
	color: #000000;
	text-decoration: none;
	font-size:10px;
}

	.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. */
	top: auto;
	width: 300px;
	float: right;
	margin-right: 20px;
}

.fltlft { /* this class can be used to float an element left in your page */
	top: auto;
	width: 300px;
	float: left;
	margin-left: 25px;
	text-decoration: none;
}




h1 {
	font-family: "Adobe Garamond Pro", Georgia, "Times New Roman", serif;
	font-size: 48px;
	color: #663333;
	text-align: center;
}

h2 {
	font-family: "Adobe Garamond Pro", Georgia, "Times New Roman", serif;
	font-size: x-large;
	color: #663333;
	text-align: center;
}

h3 {
	font-family: "Adobe Garamond Pro", Georgia, "Times New Roman", serif;
	font-size: 18px;
	color: #663333;
	text-align: center;
}

.oneCol #container {
	width: 700px;
	background-image: url(transparent.png);
	background-attachment: scroll;
	background-repeat: repeat;

}
.oneCol #mainContent {
	width:600px;
	float: none;
	background-repeat: repeat;
	margin: auto;
	font-size: 12px;
}
.oneCol #nav {
	text-align: center;
}
imgRight {
	border-style: none;
	float: right;
	
}
imgLeft {
	border-style: none;
	float: left;
}

img {
	border-style: none;
	margin-bottom: 10px;

}
