/* Emma Monday 10.30 */

body {
	background: white;
	padding: 0px;
	margin: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	position: relative;

}

img {
	border: 0;
}

a {
	color: #666;
	text-decoration: none;
}
a:hover  { color: black; text-decoration: none }

.title      { color: white; font-size: 12px; background: gray url(../images2/Emma_Dalton.jpg) no-repeat center; text-align: center; height: 190px }

/* Gallery table */

.galleryTable {
	width: auto;
	clear: both;
	padding: 0px;
	margin: 0px auto 0px auto;
}

.gallery {
	margin: 0 auto 0 auto;
	padding: 5px;
	background: white;
	clear: both;
}

.galleryRow {
	
}

.galleryColumn {
	padding: 5px;
}

/* gallery image */

.galleryImage {
	text-align: center;
}

.caption {
	text-align: center;
}

.caption a:hover {
	
}

/* page */

.pageImage {
	
}

.galleryPage {
	background: white;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	clear: both;
}

.description {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
}

/* navigation */

.navigation {
	background: #dfdfdf;
	padding: 10px;
	text-align: center;
	clear: both;
	font-size: 11px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #000;
	text-decoration: none;
}

.navigationLinks {
	display: inline;
	margin-right: 25px;
}

.navigationLinks a {
	padding-right: 10px;
}

.pageIndex, .pagePrevious, .pageNext {
	display: inline;
	padding: 4px;
}

.currentLink {
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	display: inline;
	margin-right: 1px;
	background: white;
	color: black;
}

.pageLink {
	text-decoration: none;
	display: inline;
	padding: 3px 5px 3px 5px;
	font-weight: normal;
	color: #444;
	background: #eee;
	margin-right: 1px;
}

.pageLink:hover {
	text-decoration: none;
	display: inline;
	padding: 3px 5px 3px 5px;
	font-weight: normal;
	background: white;
	color: black;
}

/* copyright */

.copyright   {
	}
	
	

/* outhouse design */

#outhouse {
	text-align: right;
	font-size: 10px;
	padding: 5px 15px 0 5px;
	margin-right: auto;
	margin-left: auto;
	margin: 0;
}

/* outhouse design end */