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

img {
	border: 0px;
	padding: 0px;
	margin: 0px; 
}

body {
	background-color: #eaf2ff;
	background-image: url(water2.png);
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: verdana, tahoma;
	color: #0C489E;
	margin: 0px;
	padding: 0px;
}

.text {
	margin-left: 10px;
	font-size: 11px;
}

.content {
	background-color: #ffffff;
	text-align: center;
	height: 300px;
}

.header {
	display:inline;
	padding: 0px;
}

.heading {
	font-size: 18px;
}

.galleryheader {
	text-align: center;
	margin-top: 10px;
}

.gallerytext {
	text-align: center;
}

.mainindent {
	margin-left: 10px;
	margin-top: 10px;
}

.rsvptitleindent {
	margin-left: 150px;
	padding-top: 20px;
}

.rsvpitemindent {
	margin-left: 170px;
	margin-top: 10px;
	line-height: 28px;
	font-family: Times New Roman;
	vertical-align: middle;	
}

.rsvpviewcart {
	margin-left: 300px;
	padding-top: 20px;
}

.rsvpbkgrnd {
	background-image: url(images/rsvp-bkgrnd.jpg);
	background-repeat: no-repeat;
	height: 753px;
	width: 720px;
	margin-left: 5px;
	padding-bottom: 10px;
}

.footer a:link{
	color: #ffffff;
	text-decoration: none;
}

.footer a:visited{
	color: #ffffff;
	text-decoration: none;
}

.footer a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.footer {
	margin-top: 60px;
	text-align: center;
	font-family: verdana, tahoma;
	font-size: 12px;
	color: #ffffff;
}

a:link {
	color: #009966;
	text-decoration: underline;
}
a:visited {
	color: #009966;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
