body 
{
	margin: 0;
	padding: 0;
	min-width: 960px;
	background: #321C15 url(images/wood_bg.jpg);
	font-family: "Caslon", Times New Roman, serif;
	font-size: 100%;
	overflow: hidden;
}

#title {
	width: 126px; 
	height: 85px; 
	text-indent: -9999px; 
	background-image: url(images/wedding_title_small.png); 
	position: absolute; 
	top: -15px;
	left: 520px;
}

#birds {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 2;
}

.butterfly {
	display: none;
	float: left;
	position: relative;
	right: 25px;
	top: 15px;
}

h1 {
	font-style: italic;
	font-weight: 500;
	color: #B6B395;
	font-size: 1.3em;
	z-index: 2;
}

h2 	
{ 
	color: #999;
	margin-bottom: 0; 
	margin-left:13px;
	background:url(navigation.jpg) no-repeat;
	height:40px;

}

h2 span
{
	display: none;
}

p { 
	color: #7F663F; 
	margin-top: .5em;
	font-size: .95em;
	line-height: 1.4em;
}

#navigation-block {
	width: 100%;
	height: 20px;
	z-index: 3;	
	position: absolute;
	bottom: 30px;
}

#navigation-block ul {
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
}

#navigation-block ul li {
	width: 30%;
	float: left;
	text-align: center;
}

a {
	color: white;
}

a:visited {
	color: #FAD0B8;
}
	 
#section {
	width: 400px;
	padding-left: 15px;
	padding-top: 30px;
	padding-right: 15px;
	height: 300px;
	background: url(images/deckled1.png);
	position: absolute;
	top: 120px;
	left: 50px;

}

#thumbs {
	width: 110%;
	height: 110px;
	position: relative;
	top: 55px;
	right: 45px;
}

#thumbs li {
	height: 100px;
	width: auto;
	margin-right: 5px;
	float: left;
	border: 1px solid grey;
	list-style-type: none;
}

#countdown {
	height: 92px;
	width: 380px;
	position: absolute;
	left: 650px;
	top: 0px;
}

#countdownDays, #countdownHours, #countdownMin, #ago {
	background-image: url(images/tabs.png);
	height: 92px;
	width: 92px;
	font-family: "Clarendon", "Egyptienne", serif;
	font-size: 2.7em;
	color: #45291B;
	text-align: center;
	float: left;
	text-indent: 15px;
}


.text {
	height: 30px;
	width: 92px;
	font-family: "Clarendon", "Egyptienne", serif;
	font-size: .3em;
	color: #45291B;
	text-indent: 25px;
	text-align: center;
	position: relative;
	left: 7px;
}

#ago, #ago .text {
	color: #FFF;
	background: none;
	letter-spacing: .065em;
	text-align: left;
	font-weight: 300;
}