@charset "UTF-8";
body {
	font-family: Garamond, Georgia, Times New Roman, Times, serif;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-image: url(/images/menu/bg3.jpg);
	font-size: 14px;
	font-weight: normal;
	text-decoration:none;
}
.dej #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.dej #containerweddings {
	width: 740px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.dej #header {
	background: #ffffff;
	padding: 0 0px 0 0px;  /* 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. */
}
.dej #mainContent {
	padding: 0 12px 0 12px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-weight: normal;
}
.dej #mainContent h1 {
	color: #0a5407;
	font-size: 28px;
	margin: 6px 0 12px 0;
	font-weight: normal;
}
.dej #mainContent h2 {
	color: #68899f;
	font-size: 22px;
	margin-bottom: 6px;
	font-weight: normal;
}
.dej #mainContent h3 {
	color: #68899f;
	font-size: 18px;
	margin-bottom: 3px;
	font-weight: normal;
}
.dej #mainContent h3 a {
	color:#586d59;
}
.dej #mainContent h3 a:hover {
	color:#448644;
}
.dej #container #mainContent td {
	font-weight: normal;
}
.dej #container #mainContent .coloredstone {
	border: 1px solid #a5c5a8;
	margin: 6px 0 12px 30px;
}
.dej #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	background-image: url(/images/menu/footer.gif);
	color: #666666;
	font-size: 12px;
}
.dej #footer a {
	color:#586d59;
	text-decoration:underline;
}
.dej #footer a:hover {
	color:#448644;
}
.dej #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 */
}
a:link {
	color: #274a0b;
	text-decoration: none;
}
a:visited {
	color: #3c7010;
	text-decoration: none;
}
.dynamo {color:white; background:#D27E00; width:225px; height: 25px; border:0 none;
}
.xfont {color:#333333 font-size: 12px;font-family: Garamond, Georgia, Times New Roman, Times, serif;
}
.bcrumbfont {font-size: 14px; color:#333333; text-decoration:none;}

.noline {text-decoration:none;}
