@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family:Georgia, "Times New Roman", Times, serif;
}

a:link {
	color: #333;
	text-decoration: underline;
}

a:visited {
	color: #333;	
	text-decoration: underline;
}

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


p {
	margin-top: 0px;
}

div {
	margin: 0px;
	padding: 0px;
}

div.topBarFull {
	background-color: #000;
	width: 100%;
	height: 142px;
	text-align: center;
}

div.topBarNarrow {
}

div.middleBarFull {
	background-color:#FFF;
	width: 100%;
	height: 128px;
	text-align: center;
}

div.middleBarNarrow {
}

div.contentAreaFull {	

	text-align: center;
}

div.contentAreaNarrow {
	background-color: #CCC;
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 1px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;

}

div.contentAreaFooter {
	background-color: #CCC;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size:10px;
}

div.topBarFull#img {
	margin: 0px;
	padding: 0px;
}

/* Content Area Customizations */


.pHeader {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

.divDivider {
	width: 100%;
	height: 40px;
	clear: both;
}

.photographySlideshowBorder {
	float: right;
	position: relative;
	height: 368px;
	width: 368px;
	background-image:url(images/slideshowBorder.png);
}

.photographySlideshow {
	float: left;
	position:relative;
	margin-top: 3px;
	margin-left: 5px;
	height:350px;
	width:350px;
}

.photographySlideshow img {
	position:absolute; left:0; top:0;
}

li {
	padding-bottom: 10px;	
}