body {
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	color: #222;
}
br{
	display: block;
	clear: both;
}
p{
	margin-bottom: 1.2em;
}
h1, h2, h3, h4, h5, h6{
	margin-bottom: 12px;
	font-weight: bold;
	color: #594431;
}
h1{font-size: 20px;}
h2{font-size: 19px;}
h3{font-size: 16px;}
h4{font-size: 15px;}
h5{font-size: 14px;}
h6{font-size: 13px;}
blockquote{
	border: 1px solid #f5f3e5;
	padding: 5px 15px 1px;
	margin: 10px 0;
	font-style: italic;
	display: block;
	clear: both;
}
div.clear{
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	display: block;
	clear: both;
	overflow: hidden;
	margin-top: -1px;
}
/******************
tables
******************/
table {
	clear: both;
	width : 100%; 
	border-width: 0 0 1px 1px;
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 20px;
	border-color: #D6B48C;
}
table caption {
	display: none;
}
table, td, th {
	border-style: solid;
	vertical-align: top;
}
td,th {
	margin: 0;
	padding: 5px 10px;
	border-width: 1px 1px 0 0;
	border-color: #D6B48C;
}
thead th{
	text-align: center;
	font-weight: bold;
}
tbody th, 
tfoot th{
	text-align: left;
	font-weight: bold;
}
/******/
/*footer*/
.sidebar, 
#footernav, 
#nav{
	display: none;
}

