html,body{
	margin:0;
	padding:0;
	height:100%;
	border:none;
	text-align:center;
	background-color:#f74377;
}
/* remove dotted line in firefox */
a:active, a:focus {
outline: 0
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#FFFFFF;
	margin-bottom:8px;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
}
p {
	margin-right:20px;
	margin-top:0;
	padding-top:0;
	margin-bottom:12px;
	padding-bottom:0;
}
form {
	margin:0;
	padding:0;
}

.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:9px;
	color:#FFFFFF;
}
.footer#byline {
	padding-left:10px;
}

.footer#byline A:link { color:#FFFFFF; font-size:9px; text-decoration:none;}
.footer#byline A:visited { color:#FFFFFF; font-size:9px; text-decoration:none;}
.footer#byline A:active { color:#FFFFFF; font-size:9px; text-decoration:none;}
.footer#byline A:hover { color:#f77eb3; font-size:9px; text-decoration:none;}

.mainNav {
	padding-left:12px;
	line-height:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:2px;
	font-size:48px;
	color:#fba0ba;
}
.mainNav A:link { color:#fba0ba; text-decoration:underline; }
.mainNav A:visited { color:#fba0ba; text-decoration:underline; }
.mainNav A:active { color:#fba0ba; text-decoration:underline; }
.mainNav A:hover { color:#ffffff; text-decoration:underline; }

.products {
	padding-left:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:2px;
	font-size:20px;
	color:#fba0ba;
	text-align:left;
}
.products A:link { color:#fba0ba; text-decoration:none; }
.products A:visited { color:#fba0ba; text-decoration:none; }
.products A:active { color:#fba0ba; text-decoration:none; }
.products A:hover { color:#ffffff; text-decoration:none; }

.bodyText {
	padding-left:40px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fbd1dd;
	padding-top:15px;
}
.bodyText A:link { color:#fbd1dd; font-size:11px; text-decoration:underline;}
.bodyText A:visited { color:#fbd1dd; font-size:11px; text-decoration:underline;}
.bodyText A:active { color:#fbd1dd; font-size:11px; text-decoration:underline;}
.bodyText A:hover { color:#FFFFFF; font-size:11px; text-decoration:underline;}

.tableText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fbd1dd;
}
.tableText A:link { color:#fbd1dd; font-size:10px; text-decoration:underline;}
.tableText A:visited { color:#fbd1dd; font-size:10px; text-decoration:underline;}
.tableText A:active { color:#fbd1dd; font-size:10px; text-decoration:underline;}
.tableText A:hover { color:#FFFFFF; font-size:10px; text-decoration:underline;}



.mainNav img {
	padding-top:15px;
}
.salutation {
	text-align:right;
}
.listUI {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
}
.listUI A:link { color:#fbd1dd; font-size:12px; text-decoration:none;}
.listUI A:visited { color:#fbd1dd; font-size:12px; text-decoration:none;}
.listUI A:active { color:#fbd1dd; font-size:12px; text-decoration:none;}
.listUI A:hover { color:#FFFFFF; font-size:12px; text-decoration:none;}


#blurb {
	padding-left:20px;
	padding-right:135px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333333;
	text-align:justify;
}
#about {
	padding-left:10px;
	padding-right:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333333;
	text-align:left;
}
#product {
	vertical-align:bottom;
	text-align:right;
}
#registrants tr{
	height:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fbd1dd;
}


/* ************************************ ROLL OVER CSS **********************************************/
/* ************************************ ROLL OVER CSS **********************************************/
/* ************************************ ROLL OVER CSS **********************************************/
#homeRollover {
	height: 45px;
	width: 131px;
	overflow: hidden;
	background:url(../images/roll_home.gif) top left no-repeat;
	display: block;
}
#homeRollover:hover{
	background-position: bottom left;
}
#invitRollover {
	height: 45px;
	width: 221px;
	overflow: hidden;
	background:url(../images/roll_invit.gif) top left no-repeat;
	display: block;
}
#invitRollover:hover{
	background-position: bottom left;
}
#giftsRollover {
	height: 45px;
	width: 107px;
	overflow: hidden;
	background:url(../images/roll_gifts.gif) top left no-repeat;
	display: block;
}
#giftsRollover:hover{
	background-position: bottom left;
}
#registryRollover {
	height: 45px;
	width: 293px;
	overflow: hidden;
	background:url(../images/roll_registry.gif) top left no-repeat;
	display: block;
}
#registryRollover:hover{
	background-position: bottom left;
}
#mmRollover {
	height: 45px;
	width: 288px;
	overflow: hidden;
	background:url(../images/roll_mm.gif) top left no-repeat;
	display: block;
}
#mmRollover:hover{
	background-position: bottom left;
}
#eventRollover {
	height: 45px;
	width: 135px;
	overflow: hidden;
	background:url(../images/roll_events.gif) top left no-repeat;
	display: block;
}
#eventRollover:hover{
	background-position: bottom left;
}
#contactRollover {
	height: 45px;
	width: 365px;
	overflow: hidden;
	background:url(../images/roll_contact.gif) top left no-repeat;
	display: block;
}
#contactRollover:hover{
	background-position: bottom left;
}
#storeRollover {
	height: 45px;
	width: 105px;
	overflow: hidden;
	background:url(../images/roll_store.gif) top left no-repeat;
	display: block;
}
#storeRollover:hover{
	background-position: bottom left;
}
#statRollover {
	height: 45px;
	width: 211px;
	overflow: hidden;
	background:url(../images/roll_stat.gif) top left no-repeat;
	display: block;
}
#statRollover:hover{
	background-position: bottom left;
}
#babyRollover {
	height: 45px;
	width: 110px;
	overflow: hidden;
	background:url(../images/roll_baby.gif) top left no-repeat;
	display: block;
}
#babyRollover:hover{
	background-position: bottom left;
}
#partyRollover {
	height: 45px;
	width: 122px;
	overflow: hidden;
	background:url(../images/roll_party.gif) top left no-repeat;
	display: block;
}
#partyRollover:hover{
	background-position: bottom left;
}
#weddingRollover {
	height: 45px;
	width: 192px;
	overflow: hidden;
	background:url(../images/roll_wedding.gif) top left no-repeat;
	display: block;
}
#weddingRollover:hover{
	background-position: bottom left;
}
#holidayRollover {
	height: 45px;
	width: 159px;
	overflow: hidden;
	background:url(../images/roll_holiday.gif) top left no-repeat;
	display: block;
}
#holidayRollover:hover{
	background-position: bottom left;
}
/* ************************************ ROLL OVER CSS END ******************************************/
/* ************************************ ROLL OVER CSS END ******************************************/