body {
	font-family: 0.7 em Arial,sans-serif;
	font-size: 12px;
	background-color: #CDCDCD;
	margin-top: 0px;
	margin-left: 0px; /* 25px */
	margin-right: px;
	margin-bottom: 0px;
/*	background: transparent url(blog/background.png) repeat-y top center; */
	position: relative;
	margin: 0 auto;
}

a {
	color: #6F6459;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	background-color: #D8B48E;
	color: #FFFFFF;
}

table.page {
	border-top: 0px #6F6459 solid;
	border-left: 0px #6F6459 solid;
	border-right: 0px #6F6459 solid;
	border-bottom: 0px #6F6459 solid;
	background-color: #E7D3BB;
	background: transparent url(blog/background.png) repeat-y top center;
	width: 800px;
	position: relative;
	margin: 0 auto;
}

td.header {
	width: 732px;
	margin: 0 auto;
	padding: 54px 34px 46px;
	background: transparent url(blog/top.jpg) no-repeat left bottom;
}

td.navigate {
	border-top: 1px #958779 solid;
	border-bottom: 1px #958779 solid;
	background-color: #DDDDDD;
}

td.footer {
	margin: 0 auto;
	padding: 6px 16px 6px 0;
	text-align: right;
	font-weight: bold;
	width: 784px;
	background-color: #606666;
/*	background: transparent url(img/footer.png) no-repeat center bottom; */
}

img.bordered {
	border: 1px #6F6459 solid;
}

font.title {
	color: #6F6459;
	font-size: 22px;
	font-weight: bold;
}

font.subtitle {
	color: #958779;
	font-size: 16px;
	font-weight: bold;
}

font.navigate {
	color: #000000;
	font-size: 13px;
	font-style: italic;
}

font.copyright {
	color: #FFFFFF;
	font-size: 11px;
}
