.blogentry {
	background: url(corner-bottomright.png) bottom right no-repeat;
	background-color: #6d6dbf;
	list-style-type: none; 
	list-style-position: inside;
	marker-offset: 0;
	margin: 0 0 40px 0;
	/* border: 1px solid red;  */
}

.blogdate,.blogtitle,.blogbody {
	color: #ffffff;
}

.blogdate {
	background: url(corner-topleft.png) top left no-repeat;
}

.blogdate h3 {
	background: url(corner-topright.png) top right no-repeat;
	font-family: Verdana,Arial,Sans-serif;
	padding: 0 0 10px;
	font-style: italic;
	font-weight: normal;
	text-align: right;
	font-size: 70%;
	margin: 0;
	padding: 5px 30px;
	/* border: 1px solid red;  */
}

.blogtitle h2 {
	background-color: #3b3b7c;
	font-family: Verdana,Arial,Sans-serif;
	font-size: 135%;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 10px 30px;
	/* border: 1px solid blue;  */
}

.blogbody {
	background: url(corner-bottomleft.png) bottom left no-repeat;
	font-family: Verdana,Arial,Sans-serif;
	font-size: small;
	line-height: 1.5em;
	text-align: left;
	padding: 0 30px 20px 30px;
	/* border: 1px solid black;  */
}

#blog {
	/* border: 1px solid black;  */
	margin-top: 2em;
	margin-left: 10px; 
}

#blog ul {
	/* border: 1px solid black; */
	padding: 0;
	margin: 0;
}
