body {
	background-image: url(graphics/background.jpg);
	font-size: 90%;
	line-height: 1.5;
	color: #000000;
	font-family: verdana,geneva,helvetica,arial,sans-serif;
	margin: 18px;
	padding:0px;
}

#wrap {
	position: relative;
	width: 902px;
	left: 50%;
	margin-left: -451px;	
	background-color: #fff;
	border: solid 1px;
	height:100%;
}

#header {
	background-color: #414141;
}

#logo {
	border-right: solid 1px #000000;
}

#slideshowUrl {
	border-style:none;
}

#slideshow {
	border-style:none;
}

#banner {
	border: solid 1px #000000;
}

.mp_backlinks {
	font-size: 80%;
}

#main {
	float: left;
	width: 705px;
	padding: 5px;
}

#sidebar {
	float: right;
	width: 180px;
	padding-top: 5px;
	padding-right: 5px;
	text-align: center;
	color:#CCCCCC;
	font-size: 70%;
}

#obit-sidebar {
	float:right;
	height:100%;
	width: 180px;
	background-image:url(graphics/clouds.jpg);
	background-repeat:repeat-y;
}

#top {
	clear: both;
	padding-left: 5px;
	font-size: 75%;		
}

#footer {
	position: relative;
	clear: both;
	text-align:center;
	font-size: 70%;	
}

a {
	color: #000000; text-decoration: underline
}
a:hover {
	color: #777777; text-decoration: none
}
a.top {
	color: #000000;
	text-decoration: underline;
	font-size: 80%;
}	
a.top:hover {
	color: #777777;
	text-decoration: underline;
	font-size: 80%;
}	


/* Credits: Dynamic Drive CSS Library      */
/* URL: http://www.dynamicdrive.com/style/ */
/* I changed "mattblack" to "matteblack".  */
.matteblacktabs{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
	background-color:#414141;
	margin-top: -2px;
}
.matteblacktabs ul{
	margin: 0;
	padding: 0;
	padding-left: 2px; /*offset of tabs relative to browser left edge*/
	font: bold 12px Verdana;
	list-style-type: none;
}
.matteblacktabs li{
	display: inline;
	margin: 0;
}
.matteblacktabs li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: white;
	background: #414141; /*background of tabs (default state)*/
}
.matteblacktabs li a:visited{
	color: white;
}
.matteblacktabs li a:hover, .matteblacktabs li.selected a{
	background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}


.thumbnail img{
	border-color: #cccccc;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.thumbnail{
	position: relative;
	z-index: 0;
}
.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #000;
	padding: 1px;
	left: -1000px;
	visibility: hidden;
	text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 3;
	left: -307px; /*position where enlarged image should offset horizontally */
	/* The following lines in combination with the OnClick in the HTML were added to allow the popup to be a link. */
	display: block;
	text-decoration: none;
	position: absolute;
	cursor:pointer;
}

