body {
  margin: 0;
  padding: 0;
  background: #ffffff url(images/img01.gif) repeat-x scroll center top;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 13px;
  color: #666666;
}
form {
  margin: 0;
  padding: 0;
}
fieldset {
  border:  none;
  margin: 0;
  padding: 0;
}
input, textarea, select {
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 13px;
  color: #666666;
}
h1, h2, h3 {
  margin: 0;
  font-weight: normal;
  color: #65432a;
}
h1 {
  letter-spacing: -1px;
  font-size: 2.6em;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.2em;
  font-weight: bold;
}
p, ul, ol {
  margin-bottom: 1.6em;
}
p {
}
blockquote {
  font-style: italic;
}
ul {
}
ol {
}
a {
  color: #65432a;
}
a:hover {
  text-decoration: none;
}
small {
}
hr {
  display: none;
}
img {
  border:  none;
}
img.left {
  margin: 0 15px 0 0;
  float: left;
}
img.right {
  margin: 0 0 0 15px;
  float: left;
}
#header {
  margin: 0 auto;
  padding: 0 40px;
  background: transparent url(images/img03.jpg) no-repeat scroll center bottom;
  width: 1024px;
  height: 300px;
}
#menu {
  height: 100px;
  width: 1024px;
}
#menu ul {
  margin: 0;
  padding: 25px 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#menu li {
  display: inline;
}
#menu a {
  padding: 12px 0 0;
  display: block;
  float: left;
  width: 150px;
  height: 38px;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
  font-size: 1.8em;
  color: #ffffff;
  margin-right: 5px;
}
#menu .active a {
  background: transparent url(images/img02.jpg) no-repeat scroll 0% 50%;
}
#menu a:hover {
  background: transparent url(images/img02.jpg) no-repeat scroll 0% 50%;
}
#logo {
  clear: both;
  width: 1024px;
  height: 200px;
}
#logo h1, #logo h2 {
  text-transform: lowercase;
  font-style: italic;
}
#logo h1 {
  padding: 40px 0 0;
  font-size: 4em;
}
#logo h2 {
  padding: 0 0 0 100px;
  font-size: 2em;
}
#logo a {
  text-decoration: none;
  color: #ffffff;
}
#page {
  margin: 0 auto;
  padding: 30px 0;
  width: 1024px;
}
#content {
  float: left;
  width: 710px;
}
.post {
}
.post .date {
  border: 1px solid #65432a;
  margin: 0 15px 0 0;
  padding: 2px 0;
  background: #e3d3c7 none repeat scroll 0% 50%;
  float: left;
  width: 70px;
  text-align: center;
  font-size: 11px;
  color: #3f4c6b;
}
.post .date b {
  padding: 5px 0;
  background: #f4fafe none repeat scroll 0% 50%;
  display: block;
  font-size: 24px;
  font-weight: normal;
}
.post .title {
  margin: 0;
}
.post .meta {
  margin: 0;
  color: #b2b7c4;
}
.post .entry {
  padding: 20px 0;
  line-height: 200%;
}
#sidebar {
  width: 280px;
  float: right;
}
#sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#sidebar li {
  padding: 20px 20px 40px;
  background: transparent url(images/img04.jpg) no-repeat scroll center top;
  margin-bottom: 20px;
}
#sidebar li ul {
  line-height: 240%;
}
#sidebar li li {
  margin: 0;
  padding: 0 0 0 15px;
  background: transparent url(images/img05.gif) no-repeat scroll left center;
}
#sidebar h2 {
  margin-bottom: 20px;
  text-transform: lowercase;
  color: #65432a;
}
#s {
  width: 160px;
}
#footer {
  border-top: 2px solid #65432a;
  padding: 40px 0;
  background: #e3d3c7 none repeat scroll 0% 50%;
  clear: both;
  text-align: center;
}
#footer p {
  margin: 0;
  color: #000000;
}
#footer a {
  color: #000000;
}
