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

a {
	color: #143995;
	text-decoration: none;
	border-bottom: solid 1px #91a2cb;
	padding-bottom: 1px;
}

a:hover {
	border-bottom: solid 1px #143995;
	padding-bottom: 1px;
}

#menu a {
	border-bottom: none 0px;

}

#menu a:hover {
	border-bottom: none 0px;

}

body.content {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #998675;
	background-image: url(images/background-texture-nomenu.png);
	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;
}

.content #smallBox {
	width: 800px;
	height: 608px;
	background: url(images/background-content.jpg);
	margin: 10px auto 10px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.content #mainContent {
	padding: 0; 
	margin: 20px 40px 20px 40px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.6;
	color: #6a5b51;
}

h1 {
	margin: 4px inherit 8px inherit;
    font: 125% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

}
h2 {
	margin: 4px inherit 8px inherit;
    font: 115% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
p.bodyText {
	margin-top: 8px;
	margin-bottom: 0px;
	padding-top: 0;
}

p.firstBody {
	margin-top: 12px;
	margin-bottom: 0px;
}


img.menuNews {
	margin-left: 9px;
	margin-top: 8px;
}

img.menuWedding {
	margin-left: 38px;
	margin-top: 8px;
}

img.menuHome {
	margin-left: 37px;
	margin-top: 8px;
}

img.menuTravel {
	margin-left: 29px;
	margin-top: 8px;
}

img.menuStory {
	margin-left: 27px;
	margin-top: 8px;
}

table.dataTable {
	border-style: solid;
	border-width: 1px;
	border-color: #aca8a1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6a5b51;
	margin: 5px 0 0 0;
}
.dataTable td {
	padding: 5px 10px 0 10px;
}
td.bottomRow {
	padding:  5px 10px 10px 10px;
}

.bottomLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px auto 40px;
}

.bottomLinks a {
	color: #e8e2d9;
	text-decoration: none;
	border-bottom-style: none;
}
.bottomLinks a:hover {
	border-bottom: solid 1px  #e8e2d9;
	padding-bottom: 1px;
}
span.linkSpacing {
	margin-right: 25px;
}

#linkImg a {
	border-bottom: none 0px;

}

#linkImg a:hover {
	border-bottom: none 0px;

}

p.headText {
	margin: 10ox 0 4px 0;
	padding: 0;
	line-height: 1.3;
}
span.subText {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}