body {
	margin-top: 25px;
	padding: 0px;
	background: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
/*	color: #837669;*/
	color: #ececec;
}

h1, h2, h3 {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #649632;
}

h1 {
	font-size: 44px;
}
h2 {
	font-size: 20px;
}
h3 {
}

p, ul, ol {
	margin-top: 0px;
	line-height: 240%;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

ul, ol { 
}

blockquote { 
}

a {
	color: #CE4113;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0px 0px;
}
img.right {
	float: right;
	margin: 7px 0px 0px 30px;
}

hr {
	display: none;
}

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}
.list1 li img {
	margin: 0px 30px 30px 0px;
}
.list1 li.alt img {
	margin-right: 0px;
}

#wrapper {
	width: 856px;
	margin: 0px auto;
	background: #3e1809 url(../images/logo.jpg) no-repeat 0px 50px;
}

/* Header */

#header-wrapper {
}
#header {
	width: 856px;
	height: 50px;
	margin: 0px auto;
	background: url(../images/img01.gif) no-repeat left top;
}

/* Menu */

#menu {
	float: left;
	width: 856px;
	height: 50px;
}
#menu ul {
	margin: 0px;
	padding: 17px 0px 0px 16px;
	list-style: none;
	line-height: normal;
}
#menu li {
	display: block;
	float: left;
}
#menu a {
	display: block;
	float: left;
	margin-right: 5px;
	padding: 0px 15px;
	text-decoration: none;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
#menu a:hover {
	text-decoration: underline;
}
#menu .current_page_item a {
	color: #FFFFFF;
	text-decoration:underline;
}
#menu .language a{
	float:right;
}

/* Page */

#page {
	width: 796px;
	margin: 0px 30px;
}

.links_list {
	border-top:1px dotted #ffffff;
	clear:left;
	margin-top:10px;
}
/** LOGO */

#logo {
	width: 856px;
	height: 220px;
	margin: 0px auto;
}

/* Content */

#content {
	float: left;
	width: 570px;
}

/* Post */

.post {
	margin-bottom: 25px;
}
.post .title {
	height: 30px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #FCE2A9;
	color: #FFFFFF;
}
.post .date {
	float: right;
	margin-top: -48px;
	padding: 0px 20px;
	border: 1px dashed #24130F;
	background: #24130F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	color: #F1B566;
}
.post .meta {
	margin: -30px  0px 3px 25px;
	padding: 2px 30px 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #B6ACA2;
}
.post .meta a {
	color: #B6ACA2;
}
.post .entry {
	padding: 20px 0px;
}
.post .links {
	margin: 0px 250px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.post .links .comments {
}
.post .links .permalink {
	padding-left: 17px;
}
.post img {
	width:240px;
	float:right;
	margin:0px 0px 10px 10px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
	margin-top:-10px;
}
#sidebar p {
	line-height: 200%;
	text-align:right;
}
#sidebar h2 {
	height: 30px;
/*	margin: 0px 0px 10px 0px;*/
	padding: 8px 0px 2px 0px;
/*	border-bottom: #24130F 1px dashed;*/
	font-size: 20px;
	color: #FFFFFF;
	text-align:right;
}

/* Footer */

#footer {
	width: 856px;
	margin: 0px auto;
	padding: 0px;
	height: 48px;
	background: url(../images/img04.gif) no-repeat left top;
}
#footer p {
	margin: 0px;
	padding: 20px 0px;
	text-align: center;
	line-height: normal;
	color: #FFFFFF;
}
#footer a {
}