body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	background-image: url(bg.jpg);
	background-repeat:no-repeat;
	background-color: #EAEDE9;
}

h1 {
	font-size: 1.3em;
	color: #265E95;
	height: 38px;
	position: relative;
	left: 0px;
	top: 40px;
	margin-bottom: 55px;
}

h3 {
	border-bottom: 1px dotted #778A71;
	padding: 5px 5px 5px 5px;
	font-size: 1.4em;
	margin-bottom: 1em;
}

h3 span {
	float: right;
	font-size: 0.6em;
	color: #265E95;
	display: block;
	margin-top: -1.5em;
}

#blurbs {
	background-color: #FFFFFF;
	border-top: 1px dotted #778A71;
	border-bottom: 1px dotted #778A71;
	font-size: 0.7em;
	width: 32em;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

pre {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #666666;
}

#right {
	float: left;
	left: 480px;
	position: absolute;
	width: 400px;
}

#footer {
	float: left;
	top: 480px;
	position: absolute;
	color: #ADB8A9;
	margin-left: 22px;
}

a, a:link, a:visited  {
	text-decoration: none;
	color: #778A71;
	cursor: pointer;
	/*
	padding-left: 5px;
	padding-right: 5px;
	*/
}

a:hover {
	font-weight: bold;
	cursor: pointer;
}

img {
	border: 1px solid #778A71;

}

#excerpt {
	margin-bottom: 30px;
}

.comment {
	text-align: right;
	font-size: 10px;
	margin-top: 5px;
}