body {
	margin: 0;
	padding: 0;
	background: #F7F7F7 url(images/img01.jpg) repeat left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #5A554E;
}
h1, h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #32639A;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
p, ul, ol {
	margin:10px 0px;
	line-height: 180%;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}
ul, ol {
	list-style-position:inside;
}
a {
	text-decoration: underline;
	color: #516C00;
}
a:hover {
	text-decoration: none;
}
#wrapper {
	margin: 0px;
	padding: 0px;
	background: url(images/img02.jpg) repeat-x left top;
}
/* Header */
#header {
	width: 1000px;
	height: 235px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/img03.jpg) no-repeat left top;
}
/* Logo */
#logo {
	float: left;
	margin: 0;
	padding: 115px 0px 0px 50px;
	color: #000000;
}
/* Menu */
#menu {
	width: 1000px;
	height: 65px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img04.jpg) no-repeat left top;
}
#menu ul {
	float: right;
	margin: 0;
	padding: 0px 25px 0px 0px;
	list-style: none;
	line-height: normal;
}
#menu li {
	float: left;
}
#menu a {
	display: block;
	width: 120px;
	height: 39px;
	margin-left: 10px;
	padding-top: 15px;
	background: url(images/img05.jpg) repeat-x left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}
#menu a:hover, #menu .active a {
	text-decoration: none;
}
#menu .active a {
	background: url(images/img06.jpg) no-repeat left top;
	padding-left: 0;
	color: #493E2B;
}
/* Page */
#page {
	width: 900px;
	margin: 0px auto;
	padding: 20px 50px 0px 50px;
	background: #FFFFFF;
}
/* Content */
#content {
	float: left;
	width: 570px;
	padding: 0px 0px 0px 0px;
}
.post {
	margin-bottom: 15px;
}
.post h1 {
	margin-bottom: 10px;
	letter-spacing: -.5px;
	font-size: 36px;
	color: #493E2B;
}
.post .entry {
	background: url(images/img08.jpg) no-repeat left top;
	padding: 25px 0px 0px 0px;
	text-align: justify;
}
.comments {
	padding-left: 18px;
	background: url(images/img11.gif) no-repeat left 4px;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}
/* Sidebar */
#sidebar {
	float: right;
	width: 273px;
	margin-top:14px;
}
#sidebar h1 {
	height: 65px;
	background: url(images/img09.jpg) no-repeat left bottom;
	letter-spacing: -.5px;
	font-size: 28px;
	color: #493E2B;
}
/* Footer */
#footer-content {
	width: 900px;
	height: 255px;
	margin: 0 auto;
	padding: 60px 50px 0px 50px;
	background: url(images/img15.jpg) no-repeat left top;
	font-size: 12px;
	color: #887450;
}
#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}
#footer p {
	margin: 0;
	line-height: normal;
	font-size: 12px;
	text-align: center;
	color: #82A2B9;
}
#footer a {
	text-decoration: underline;
	color: #82A2B9;
}