/*
-----------------------------------------------
Base Stylesheet is dljphoto.css (at root)
Version:  16 Apr 2007
----------------------------------------------- */

body { background: #58667C url(../images/wedding-bkgrd.jpg) repeat-x;
}
	
/* Postioning
----------------------------------------------- */

#wrapper {
	position: relative;
	margin: 20px auto;
	padding: 0;
	text-align: left;
	width: 868px;
}

#main-body-photos {
	float: left;
	background: #35342E url(../images/wedding-gallery-pgbk.jpg) no-repeat;
border-bottom: none;
	padding: 0;
	width: 868px;
}


#monoSlideshow { 
	border: 8px solid White;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 760px;
	height: 506px;
}

/* Common Typography
----------------------------------------------- */

h1 { 
	color : White;
	margin: 8px 0;
	padding: 8px 0 8px 20px;
	font-size: 2.4em;  
	border: none;
	font-weight: normal;
	line-height: 110%;
}

h1 span {
	color: #C3C2C1;
}

ul#mainNav {
	float: right;
	border: 0;
	margin: 0;
	padding: 60px 52px 0 0;
	list-style-type: none;
	text-transform: uppercase;
}

#monoSlideshow p {
	margin: 0;
	padding: 0 20px 20px 20px;
	font-size: 1.2em; 
}

#monoSlideshow p.important {
	border-top: 1px solid White;
	border-bottom: 1px solid White;
	margin: 0 0 20px 0;
	padding: 4px 40px;
	font-size: 1.2em; 
}

#footer { 
	background: transparent url(../images/footer.gif) repeat;
	margin: 0;
	padding: 8px 54px 0 0;
}
