@charset "utf-8";
/* CSS Document for index.php */
div#church {
	position: relative;
	top: 20px;
}
div#hotel {
	position: relative;
	top: 50px;
	text-align: right;
}
div#rsvp {
	text-align: right;
	font-weight: bold;
}
img#ring {
	position: relative;
	display: block;
	top: 50px;
}
button#galleryLink {
	position: relative;
	top: -320px;
	left: 345px;
	background-color: #EEEEEE;
	border: 1px outset #DDDDDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #000066;
}
button#galleryLink:hover {
	background-color: #DDDDDD;
	border: 1px inset #CCCCCC;
}