@charset "ISO-8859-1";

body {
	background-color: #000000;
	background: url("/images/background.gif");
}

table {
	color: #000000;
	font-size: 12pt;
	font-family: Times New Roman;
	text-align: left;
}

img {
	border: none;
}

a {
	color: #5e462f;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

hr {
	width: 90%;
	height: 1px;
	color: #000000;
	background-color: #000000;
	border: none;
}

h2 {
	 text-align: center;
}

h2.warning {
	color: #ff0000;
}

h3 {
	text-align: center;
}

h3.warning {
	color: #ff0000;
}

#content p:first-letter {
	font-size: 18pt;
}

#content p.nobig:first-letter {
	font-size: 12pt;
}

#navigation table {
	width: 100%;
}

#navigation td {
	text-align: center;
}

#navigation td:hover {
	background-color: #feeedf;
}

#navigation a {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#navigation a:hover {
	color: #5e462f;
}

div#weddingToggle {
	text-align: center;
}

div#wedding {
	text-align: center;
	display: none;
}

div#showToggle {
	text-align: center;
}

div#show {
	text-align: center;
	display: none;
}

div#miscellaneousToggle {
	text-align: center;
}

div#miscellaneous {
	text-align: center;
	display: none;
}

div#bridegroomToggle {
	text-align: center;
}

div#bridegroom {
	text-align: center;
	display: none;
}

div#babyToggle {
	text-align: center;
}

div#baby {
	text-align: center;
	display: none;
}