#site {
	width: 80%;
	max-width: 700px;
	min-width: 600px;
	text-align:left;
	margin: 0px 10px;
}
body {
	background-attachment: fixed;
	background-color: #E9E2E6;
	background-image: url(../images/bamboo.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
}
#site #header {
	padding-bottom: 5px;
	text-align: center;
}
#site #header li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px 10px;
	text-transform: capitalize;
	font-size: 11pt;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D1C6C6;
}
#site #footer {
	font-size: 9pt;
	text-align: center;
	clear: both;
	margin-top: 10px;
}
a {
	font-weight: bold;
	color: #65504E;
	text-decoration: none;
	white-space:nowrap;
}
a img {
	border:none;
	vertical-align:middle;
}
a:hover {
	color: #896B69;
	text-decoration: underline;
}
#site #main #menu {
	float: right;
	padding-right: 10px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 150px;
	height: 100%;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #E3D8DA;
	text-transform:lowercase;
}
#site #main #content h1 {
	font-size: 18pt;
	text-transform: capitalize;
	color: #4D3E41;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#site #main #menu li {
	margin: 0px 0px 6px;
	padding: 0px;
	list-style-type: none;
}

#site #main #content {
	display: table-cell;
}
#site #main #menu h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-size: 14pt;
	font-weight: bold;
	color: #4D3E41;
	margin: 0px;
	padding: 0px;
}



#site #header li:first-child {
	border-left-style:none;
}
ul {
	margin: 0px;
	padding: 0px;
}
.entry img {
	max-width:400px;

}
