body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0px;
	color: #333333;
	background-attachment: fixed;
	background-image: url(images/background-top.jpg);
	background-repeat: repeat-x;
	background-color: #42241a;
}
#blogTitle {
	font-family: Garamond, Georgia, Times New Roman, Times, serif;
	font-size: 28pt;
	color: #ffffff;
	padding-top: 40px;
	padding-bottom: 20px;
}
#postDate {
	font-family: Garamond, Georgia, Times New Roman, Times, serif;
	font-size: 13pt;
	color: #373737;
	padding-top: 5px;
	padding-bottom: 5px;
}

#postTitle {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 15pt;
	color: #42241a;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}
#postText {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9pt;
	color: #131313;
}
.lineRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d8d8d8;
}
.lineLeft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d8d8d8;
}
.lineBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d8d8;
}
.lineTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d8d8d8;
}


.pageNumbers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
	height: 20px;
	width: 25px;
	border: 1px solid #999999;
	color: #333333;
	text-decoration: none;
	background-color: #E9E9E9;
}
.pageNumbersInactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
	height: 20px;
	width: 25px;
	border: 1px solid #999999;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
}
.pageNumbersSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
	height: 20px;
	width: 25px;
	border: 1px solid #999999;
	color: #FFFFFF;
	background-color: #42241a;
	text-decoration: none;
}
a.pageNumbers:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
	height: 20px;
	width: 25px;
	border: 1px solid #999999;
	color: #FFFFFF;
	background-color: #42241a;
	text-decoration: none;
}

