/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
body#intro a#intronav,
body#engage a#engagenav,
body#wedding-reception a#receptionnav,
body#wedding-party a#partynav,
body#family a#familynav,
body#rsvp a#rsvpnav, 
body#registry a#registrynav,
body#blog a#blognav,
{
	color: #ff0000;
	text-decoration: none;
}

#mainBack {
	background-image: url(images/background-image-strip.jpg);
	background-position: top;
	background-repeat: repeat-x;
	}
	
#menuBack {
	background-image: url(images/menu-back.gif);
	background-repeat: repeat-x;
	height: 56px;
	}
	

	  


/************        Bottom HTML menu links in the Footer of all pages        *************/

#bottomContainer {
	text-align: center;
	vertical-align: bottom;
	padding: 0 0 1px 0;
}
	
.bottomMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	color: #FF0000;
	text-decoration: none;
}

#bottomMenu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#bottomMenu ul li {
	background-color: #EFBCC1;
	display: block;
	float: left;
	text-align: center;
	padding: 8px 5px 6px 5px;
	margin: 0 3px 0 3px;
	margin: 0 3px 0 3px;
	padding: 8px 5px 6px 5px;
}

#bottomMenu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding: 0;
	margin: 0 8px 0 8px;
	text-decoration: none;
	display: block;
	text-align: center;
}

#bottomMenu ul li a:hover {
	color: #FF0000;
	text-decoration: none;
}
