body {
	font-family: Myriad Pro, Myriad, Helvetica, Arial, San-serif;
	padding: 0;
	margin: 0;
	background-color: #ecf8ee;
}

img {
	border-width: 0;
}

div#viewingField {
	position: relative;
	margin-top: 0 !important;
	margin-top: 185px;
	top: 185px !important;
	top: 31px;
	left: 0;
	height: 410px;
	margin-right: 100px;
	padding: 0;
	background-image: url(../../images/interface/universal/field-background.png);
	background-repeat: repeat-x;
	background-position: left;
}
	
	div#viewingField div#rightSidePad {
		position: relative;
		display: block;
		height: 410px;
		background-image: url(../../images/interface/universal/field-right-side.png);
		background-repeat: no-repeat;
		background-position: right;
		margin: 0;
		
		padding: 0 20px 0 0;
	}

div#viewingField div#sidebar {
	position: relative;
	float: left;
	left: 0;
	margin-top: 85px !important;
	margin-top: 0;
	top: 0 !important;
	top: 230px;
	padding: 0;
	width: 457px;
	height: 320px;
	overflow: hidden;
}
	
	div#viewingField div#sidebar p {
		font-size: 9pt;
		margin-top: 0;
		margin-right: 20px;
		margin-bottom: 10px;
		margin-left: 115px;
	}
	
		div#viewingField div#sidebar p.social {
			margin-left: 165px;
		}
	
	div#viewingField div#sidebar table#corporateCopy td.left p {
		margin-left: 60px;
		margin-right: 0px;
		width: 170px;
	}
	
	div#viewingField div#sidebar table#corporateCopy td.right p {
		margin-left: 20px;
		margin-right: 0;
		margin-top: 70px;
		width: 170px;
	}
	
	div#viewingField div#sidebar table#weddingsCopy {
		margin-left: 25px;
	}
		
		div#viewingField div#sidebar table#weddingsCopy td {
			vertical-align: top;
		}
		
		div#viewingField div#sidebar table#weddingsCopy p {
			width: 170px;
			margin: 0 20px 0 0;
		}
		
div#viewingField div#photoArea {
	position: relative;
	display: block;
	top: 6px !important;
	top: -160px;
	margin-top: 0;
	margin-left: 457px;
	margin-right: 20px;
	border-width: 0;
	height: 398px;
}
	
	div#viewingField div#photoArea td {
		padding-right: 15px;
	}

div#logo {
	position: absolute;
	z-index: 10;
	left: 25px;
	top: 84px;
}

div#headline {
	position: absolute;
	z-index: 10;
	left: 200px;
	top: 135px;
}

div#navBlock {
	position: absolute;
	z-index: 10;
	width: 190px;
	height: 120px;
	left: 575px;
	top: 45px;
}

	div#navBlock ul {
		list-style-type: none;
		padding-left: 0;
		margin-left: 0;
		margin-top: 0;
	}
	
	div#navBlock li {
		padding-left: 0;
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 0;
		height: 17px;
		width: 190px;
		border-width: 0;
	}

div#credits {
	position: absolute;
	top: 595px;
	z-index: 2;
}
	
	div#credits.singlePhoto {
		left: 600px;
		width: 450px;
		text-align: right;
	}
	
	div#credits.multiPhoto {
		left: 1080px;
		width: 450px;
		text-align: left;
	}
	
	div#credits p {
		margin: 0;
		padding: 0;
		font-size: 8pt;
		color: #44c8f5;
	}
	
	div#credits a {
		text-decoration: none;
		color: #44c8f5;
	}
		
		div#credits a:hover {
			text-decoration: underline;
			color: #ee383b;
		}

img#pullquote {
	position: absolute;
	top: 595px;
	left: 50px;
	z-index: 2;
}

img#pullquote.multiPhoto {
	position: absolute;
	top: 90px;
	left: 970px;
	z-index: 2;
}

div#footerBlock {
	position: absolute;
	top: 600px;
	left: 0;
}
	
	div#footerBlock p#overview {
		margin: 0;
		width: 200px;
		float: left;
		text-align: right;
		font-size: 10pt;
		color: #44c8f5;
	}
		
		div#footerBlock p#overview a {
			color: #ff3a38;
			text-decoration: none;
		}
			
			div#footerBlock p#overview a:hover {
				text-decoration: underline;
			}
			
	div#footerBlock div#details {
		margin-left: 230px;
	}
		
		div#footerBlock div#details p {
			width: 190px;
			color: #44c8f5;
			font-size: 9pt;
			padding-left: 20px;
			padding-right: 30px;
			background-position: left;
			background-image: url(../../images/interface/universal/bullet-point.png);
			background-repeat: no-repeat;
		}