body {
	background-image: url(../img/index_background.gif);
}
body,td,th {
	font-family: arial;
	font-size: 11px;
	color: #5a5959;
}
.blogTable {
	background-image: url(../img/background_tile.gif);
}
.blogTable td{
	font-family: Arial;
	color: #866a40;
	font-size: 12px;
	margin: 0px;
	padding: 5px;
}
.blogLeft {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #996b26;
	border-right-color: #996b26;
	border-bottom-color: #996b26;
	border-left-color: #996b26;
}
.blogRight {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-top-color: #996b26;
	border-right-color: #996b26;
	border-bottom-color: #996b26;
	border-left-color: #996b26;
	border-left-style: solid;
}
a {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #CCC;
	text-decoration: none;
}
