body {
	background:url('../images/backgrounds/bg-tile.gif') repeat scroll 0 0 transparent;
	font-family: Lucida Grande, Century Gothic, Arial;
	font-size: 12px;
	margin: auto;
	color:#555;
}
img {
	border:none;
	outline: none;
}
.container {
	width: 1108px;
	margin: 0px auto;
}
#logo {
	width: 168px;
	height: 142px;
	float:left;
	margin-top:20px;
}
#nav {
	text-align:center;
	float:left;
	margin-top:65px;
	margin-left:15px;
}
#nav li {
	display:inline;
	list-style-type: none;
	float: left;
}
.menu {
	height: 30px;
	top:0px;
	display: block;
}

.menu-story {
	background: url('../images/nav.png') no-repeat 0 0;
	width: 74px;
}
.menu-story:hover {
	background: url('../images/nav.png') no-repeat 0 -30px;
}
.menu-photos {
	background: url('../images/nav.png') no-repeat -74px 0;
	width: 92px;
}
.menu-photos:hover {
	background: url('../images/nav.png') no-repeat -74px -30px;
}
.menu-details {
	background: url('../images/nav.png') no-repeat -166px 0;
	width: 86px;
}
.menu-details:hover {
	background: url('../images/nav.png') no-repeat -166px -30px;
}
.menu-party {
	background: url('../images/nav.png') no-repeat -252px 0;
	width: 149px;
}
.menu-party:hover {
	background: url('../images/nav.png') no-repeat -252px -30px;
}
.menu-hotels {
	background: url('../images/nav.png') no-repeat -401px 0;
	width: 87px;
}
.menu-hotels:hover {
	background: url('../images/nav.png') no-repeat -401px -30px;
}
.menu-todo {
	background: url('../images/nav.png') no-repeat -488px 0;
	width: 83px;
}
.menu-todo:hover {
	background: url('../images/nav.png') no-repeat -488px -30px;
}
.menu-registry {
	background: url('../images/nav.png') no-repeat -571px 0;
	width: 94px;
}
.menu-registry:hover {
	background: url('../images/nav.png') no-repeat -571px -30px;
}
.menu-contact {
	background: url('../images/nav.png') no-repeat -665px 0;
	width: 78px;
}
.menu-contact:hover {
	background: url('../images/nav.png') no-repeat -665px -30px;
}
.bg-container {
	height: 703px;
}
#to-do {
	background:url('../images/backgrounds/todo-bg.png') no-repeat;
}

#contact {
	background:url('../images/backgrounds/contact-bg.png') no-repeat;
}

#details {
	background:url('../images/backgrounds/details-bg.png') no-repeat;
}

#home{
	background:url('../images/backgrounds/home-bg.png') no-repeat;
}

#hotels {
	background:url('../images/backgrounds/hotels-bg.png') no-repeat;
}

#photos {
	background:url('../images/backgrounds/photos-bg.png') no-repeat;
}
#photo-container {
	top:140px;
	left:110px;
}
#registry {
	background:url('../images/backgrounds/registry-bg.png') no-repeat;
}
#story {
	background:url('../images/backgrounds/story-bg.png') no-repeat;
}

#wedding-party {
	background:url('../images/backgrounds/weddingparty-bg.png') no-repeat;
}
#text-container {
	padding-top:390px;
	padding-left:90px;
	text-align:center;
	width:480px;
}
#story-container {
	padding-top:230px;
	padding-left:90px;
	text-align:center;
	width:480px;
}
#text-todo-container {
	padding-top:240px;
	padding-left:90px;
	text-align:center;
	width:450px;
	margin-bottom:10px;
}
#details-container {
	padding-top:230px;
	padding-left:115px;
	text-align:center;
	width:480px;
}
#party-container {
	padding-top:230px;
	padding-left:90px;
	text-align:center;
	width:480px;
}
#hotels-container {
	padding-top:230px;
	padding-left:90px;
	text-align:center;
	width:480px;
}
#contact-container {
	padding-top:230px;
	padding-left:90px;
	text-align:center;
	width:480px;
}
#registry-container {
	padding-top:230px;
	padding-left:115px;
	text-align:center;
	width:400px;
}
.to-do-container {
	float:left;
}
.to-do-left {
	float:left;
	width:190px;
	clear:both;
}
.to-do-right {
	float:left;
	padding-left:40px;
}
.strong {
	font-weight:bold;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.carousel {
	width:430px;
}
.bigText {
	font-size: 18px;
}
A, A:visited{ 
	text-decoration: none;
	color:#A58419;
	}		
A:hover { 
	text-decoration: none;
	color:#224975;
	}	
a.carousel-unselected { 
	color:#a58419;
}
a.carousel-selected , a.carousel-unselected:hover{
	color:#224975;
}
ul.accommodations-info {
	padding-top:10px;
	padding-left:0px;
}
ul.accommodations-info li {
	list-style-position:inside;
	list-style-type: disc;
	padding-left:0px;
}
.book-a-room {
	background-image:url("/images/book-room.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 35px;
	width: 132px;
	display:block;
	margin: 0 auto;
}
.book-a-room:hover {
	background-position: 0 -35px;
}