@charset "UTF-8";
                                                            /* CSS Document */
                                                            
                                                            body{
                                                            	margin:0;
                                                            	padding:0;
                                                            	text-align:center;
                                                            	background-color:#5c3915;
                                                            	color:#5c3915;
                                                            	font:.7em/1.2em Arial, Helvetica, sans-serif;
                                                            }
                                                            li{
                                                            	list-style-image:url(/images/accorn-bullet.gif);
                                                            }
                                                            #body-wrapper{
                                                            	margin:0 auto;
                                                            	padding-top:50px;
                                                            	width:854px;
                                                            }
                                                            #top-decal{
                                                            	height:15px;
                                                            	background:url(/images/top-decal.gif) no-repeat;
                                                            }
                                                            #content-wrapper{
                                                            	background:#efe9cf url(/images/decal-bg.gif) repeat-y;
                                                            	padding:35px 0 15px 0;
                                                            	width:854px;
                                                            }
                                                            #body-content{
                                                            	text-align:left;
                                                            	margin:0 100px 35px 215px;
                                                            }
                                                            
                                                            #footer-icon {
                                                              width: 50px;
                                                              height: 50px;
                                                              float: right;
                                                              margin: 0 60px 15px 0;
                                                            }
                                                            
                                                            #nav-wrapper-landing{
                                                            	text-align:left;
                                                            	margin-left:105px;
                                                            	top:480px;
                                                            	position:absolute;
                                                            }
                                                            
                                                            #nav-wrapper{
                                                            	text-align:left;
                                                            	margin:0 0 0 215px;
                                                            	top:240px;
                                                            	position:absolute;
                                                            	width:635px;
                                                            	float:left;
                                                            }
                                                            
                                                            #navigation {
                                                              list-decoration: none;
                                                              padding: 0;
                                                              margin: 0;
                                                              height: 13px;
                                                            }
                                                            
                                                            #navigation li {
                                                              list-style: none;
                                                              padding: 0;
                                                              margin: 0 3px;
                                                              float: left;
                                                            }
                                                            
                                                            #navigation li, #navigation a {
                                                              display: block;
                                                              height: 13px;
                                                            }
                                                            
                                                            #navigation #spacer {
                                                              width: 75px;
                                                            }
                                                            
                                                            #navigation #directions a{
                                                              width: 69px;
                                                              background: transparent url(/images/directions.gif) 0 0 no-repeat;
                                                            }
                                                            
                                                            #navigation #directions a:hover {
                                                              background-position:0 -13px;
                                                            }
                                                            
                                                            #navigation #registry a{
                                                              width: 89px;
                                                              background: transparent url(/images/gift-registry.gif) 0 0 no-repeat;
                                                            }
                                                            
                                                            #navigation #registry a:hover {
                                                              background-position:0 -13px;
                                                            }
                                                            
                                                            #navigation #lodging a{
                                                              width: 49px;
                                                              background: transparent url(/images/lodging.gif) 0 0 no-repeat;
                                                            }
                                                            
                                                            #navigation #lodging a:hover {
                                                              background-position:0 -13px;
                                                            }
                                                            
                                                            #navigation #schedule a{
                                                              width: 60px;
                                                              background: transparent url(/images/schedule.gif) 0 0 no-repeat;
                                                            }
                                                            
                                                            #navigation #schedule a:hover {
                                                              background-position:0 -13px;
                                                             }
                                                            
                                                            #navigation #our-story a{
                                                              width: 65px;
                                                              background: transparent url(/images/our-story.gif) 0 0 no-repeat;
                                                            }
                                                            
                                                            #navigation #our-story a:hover {
                                                              background-position:0 -13px;
                                                            }
                                                            
                                                            #navigation #photos a{
                                                              width: 43px;
                                                              background: transparent url(/images/photos.gif) 0 0 no-repeat;
                                                            }
                                                            
                                                            #navigation #photos a:hover {
                                                              background-position:0 -13px;
                                                            }
                                                            
                                                            #navigation #portland a{
                                                              width: 59px;
                                                              background: transparent url(/images/portland.gif) 0 0 no-repeat;
                                                            }
                                                            
                                                            #navigation #portland a:hover {
                                                               background-position:0 -13px;
                                                            }
                                                            
                                                            #navigation #credits a{
                                                              width: 51px;
                                                              background: transparent url(/images/credits.gif) 0 0 no-repeat;
                                                            }
                                                            
                                                            #navigation #credits a:hover {
                                                              background-position:0 -13px;
                                                            }
                                                            
                                                            #bottom-decal{
                                                            	height:15px;
                                                            	background:url(/images/bottom-decal.gif) no-repeat;
                                                            	margin:0 0 50px 0;
                                                            }
                                                            #landing-tree{
                                                            	margin:0 auto;
                                                            	background:url(/images/landing-tree.gif) no-repeat;
                                                            	width:521px;
                                                            	height:629px;
                                                            }
                                                            #tree-header{
                                                            	height:152px;
                                                            	margin:15px 0 50px 50px;
                                                            	background:url(/images/tree-header.gif) no-repeat;
                                                            }
                                                            a, a:visited, a:link {
                                                            	text-decoration: none;
                                                            	color:#a4bd32;
                                                            }
                                                            a:hover {
                                                            	text-decoration: none;
                                                            	color:#5c3915;
                                                            }
                                                            #copyright{
                                                            	margin:0 auto;
                                                            	padding:20px 0 0 0;
                                                            }
