body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	}

#rapper {
	background: transparent;
	margin: 0 auto 24px;
	padding: 0;
	width: 800px;
	position: relative;
	}

#logo {
	display: block;
	width: 800px;
	height: 0;
	overflow: hidden;
	font-size: 12px; /* needed to prevent weird overflow show-through */
	margin: 0;
	padding: 95px 0 0 0;
	background: url(/images/mondoEverything.gif) 207px -197px no-repeat;
	border-bottom: 1px solid #e4e4dd;
	position: absolute;
	left: 0;
	top: 0;
	}

ul#nav {
	position: absolute;
	left: 0;
	top: 0;
	width: 800px;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 98;
	}
ul#nav li {
	margin: 0;
	padding: 0;
	}

ul#nav li a {
	display: block;
	/* 'width' will vary depending on which link we're dealing with */
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 31px 0 0 0;
	position: absolute;
	/* 'left' will vary depending on which link we're dealing with */
	top: 104px; /* give or take */
	z-index: 99;
	border: none;
	}	

ul#nav a#navFamilyPhotography {
	left: 132px;
	width: 81px;
	}
ul#nav a#navFamilyPhotography:link, ul#nav a#navFamilyPhotography:visited {
	background: transparent url(/images/mondoEverything.gif) 4px -610px no-repeat;
	}
ul#nav a#navFamilyPhotography:hover, ul#nav a#navFamilyPhotography:active {
	background: transparent url(/images/mondoEverything.gif) 4px -660px no-repeat;
	}

ul#nav a#navSeniorPortraits {
	left: 290px;
	width: 74px;
	}
ul#nav a#navSeniorPortraits:link, ul#nav a#navSeniorPortraits:visited {
	background: transparent url(/images/mondoEverything.gif) 4px -710px no-repeat;
	}
ul#nav a#navSeniorPortraits:hover, ul#nav a#navSeniorPortraits:active {
	background: transparent url(/images/mondoEverything.gif) 4px -760px no-repeat;
	}

ul#nav a#navHeadshots {
	left: 444px;
	width: 94px;
	}
ul#nav a#navHeadshots:link, ul#nav a#navHeadshots:visited {
	background: transparent url(/images/mondoEverything.gif) 4px -810px no-repeat;
	}
ul#nav a#navHeadshots:hover, ul#nav a#navHeadshots:active {
	background: transparent url(/images/mondoEverything.gif) 4px -860px no-repeat;
	}

ul#nav a#navBlog {
	left: 618px;
	width: 51px;
	}
ul#nav a#navBlog:link, ul#nav a#navBlog:visited {
	background: transparent url(/images/mondoEverything.gif) 4px -910px no-repeat;
	}
ul#nav a#navBlog:hover, ul#nav a#navBlog:active {
	background: transparent url(/images/mondoEverything.gif) 4px -960px no-repeat;
	}











img {
	display: block;
	border: none;
	}

hr {
	display: none;
	}

h2 {
	margin: 0;
	padding: 0;
	}

p {
	margin: 0 0 1.5em 0;
	padding: 0;
	}

a {
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	}

/*
a:link, a:visited {
	color: #666;
	}

a:hover, a:active {
	color: #e20;
	}
*/




img#theBigPhoto {
	position: absolute;
	left: 0;
	top: 152px;
	z-index: 54;
	}


img.shrinkwrap {
	position: absolute;
	width: 800px;
	height: 415px;
	z-index: 55;
	left: 0;
	top: 152px;
	z-index: 55;
	}



div#photoStudio {
	margin: 0;
	padding: 657px 0 111px;
	color: #aaa;
	}

#photoStudio #kindaUrgent {
	position: absolute;
	left: 0;
	top: 577px;
	height: 0;
	overflow: hidden;
	padding-top: 80px;
	background: transparent url(/images/mondoEverything.gif) -200px -600px no-repeat;
	}

#photoStudio h2 {
	height: 0;
	overflow: hidden;
	}

#photoStudio div {
	margin: 0;
	text-align: center;
	}

#photoStudio a:link {
	color: #5a91e8;
	}

#photoStudio a:visited {
	color: #aaa;
	}

#photoStudio a:hover, a:active {
	color: #555;
 	}





#morePhotographyInfo {
	font-size: 11px;
	line-height: 14px;
	color: #aaa;
	text-align: center;
	margin: 2em 0;
	}

#morePhotographyInfo h2 {
	height: auto;
	display: inline;
	font-size: 1em;
	}
#morePhotographyInfo p {
	display: inline;
	}

#morePhotographyInfo div.vcard {
	display: none;
	}


p#copyright {
	white-space: nowrap;
	}