.BlogError {
	text-align: center;
}

.BlogError p {
	color: #fff;
	display: inline;
	background-color:	#f77;
	padding: 7px;
	font-weight:bold;
}

#BlogEntryNav { width:112px; float:right; margin-right:40px; }

#prevBlogEntry { padding:24px 0px 8px 12px; font-size:9px; color:#f0f0e6; text-decoration:none; float:left; background:transparent url(../images/prevarrow.gif) left 25px no-repeat; }

#nextBlogEntry { padding:24px 12px 8px 0px; height:16px; font-size:9px; color:#f0f0e6; text-decoration:none; float:right;background:transparent url(../images/nextarrow.gif) right 25px no-repeat; }

#prevBlogEntry:hover, #nextBlogEntry:hover { text-decoration:underline; }

#PageNumbers { clear:both; padding-top:10px; border-top:#948b81 1px solid; }

#pageContent p img.left { float:left; margin-right:10px; margin-bottom:10px; }

.blogSummary img.right { float:right; margin:0px 0px 10px 10px;  }
.blogSummary img.left { float:left; margin:10px 0px 10px 0px;  }

sup { font-size:60%; }
