* {
	margin: 0px;
	padding: 0px;
	font-family: georgia, times;
	font-size: 12px;
}
body {
	background-color: #fff2d1;
}
table#frame {
	margin: 0px auto 0px auto;
	background-color: #fcd2b1;
	border: 0px;
	height: 100%;
}
table#frame tr {
	vertical-align: top;
}
td#left {
	width: 210px;
	background-color: #221c1f;
	text-align: right;
}
td#right {
	width: 590px;
}
div#lang {
	margin-top: 6px;
	width: 590px;
	height: 20px;
	text-align: right;
	font-size: 10px;
	color: gray;
}
div#lang img {
	border: none;
	margin: 0px;
}
div#lang a {
	color: gray;
	text-decoration: none;
	font-size: 10px;
}
div#lang a:hover {
	background-color: #ffb56a;
}
div#header {
	border: 1px solid #c26737;
	margin-top: 0px;
	width: 588px;
	height: 107px;
	background-color: #c26737;
}
div#header img {
	float: right;
	margin: 7px;
}
div#header h1 {
	margin: 15px 10px 10px 10px;
	text-align: center;
	font-size: 22px;
}
div#header p {
	font-size: 11px;
	margin: 15px 10px 0px 10px;
}
div#search {
	margin: 40px 0px 15px 0px;
	text-align: right;
}
div#newsletter {
	margin: 10px 0px 15px 0px;
	text-align: right;
}
div#search input,
div#newsletter input {
	background-color: #221c1f;
	text-align: right;
	border: 1px solid #c26737;
	color: #fcd2b1;
	width: 180px;
	margin-right: 15px;
}
div#newsletter span {
	text-align: right;
	color: #c26737;
	margin-right: 15px;
}
div#menu {
	margin: 30px 0px 15px 0px;
	background-color: #221c1f;
	text-align: right;
}
div#menu a {
	display: block;
	color: #c26737;
	text-decoration: none;
	padding: 1px 15px 1px 15px;
	font-size: 13px;
	font-weight: bold;
}
div#menu a.ml2 {
	margin-top: 10px;
}
div#menu a.ml5 {
	font-size: 11px;
	font-weight: normal;
	/*padding-right: 20px;*/
}
div#menu a.active {
	background-color: #c26737;
	color: #221c1f;
}
div#menu a:hover {
	background-color: #c26737;
	color: #221c1f;
	padding-right: 20px;
}
div#content {
	margin: 15px 0px 15px 15px;
	width: 560px;
}
div#content h1 {
	font-size: 14px;
	text-align: center;
	padding: 15px;
}
div#content img {
	Xmargin: 10px;
}
div#content p {
	padding: 5px 0px 5px 0px;
}
div#content a {
	color: gray;
	text-decoration: none;
}
div#content a:hover {
	background-color: #ffb56a;
}
div#content h2 {
	text-align: center;
	font-size: 16px;
	color: #c26737;
	font-weight: bold;
}
table.item {
	margin: 0px 0px 0px 0px;
}
table.item th {
	background-color: #ffb56a;
	width: 1%;
	font-weight: bold;
	padding: 2px;
	text-align: left;
	vertical-align: top;
}
table.item td {
	background-color: #b2b2b2;
	padding: 2px;
}
table.item td.light {
	background-color: #e0e0e0;
	font-weight: bold;
}
div.itemImg {
	float: right;
	margin: 2px 2px 0px 0px;
}
table.item img {
	margin: 0px;
	border: 1px solid gray;
}
table.forum {
	width: 100%;
	margin: 10px 0px 10px 0px;
}
table.forum tr {
	background-color: #b2b2b2;
}
table.forum tr.over {
	background-color: #ffb56a;
}
table.forum th {
	padding: 3px;
	background-color: #e0e0e0;
}
table.forum td {
	padding: 3px;
}
table.forum td.sender {
	background-color: #e0e0e0;
}
table.forum td.date {
	background-color: #e0e0e0;
	text-align: right;
	width: 130px;
}
hr {
	border: 2px solid #c26737;
	margin: 10px 0px 10px 0px;
}
td#powered, td#powered a {
	background-color: #221c1f;
	text-align: center;
	color: #c26737;
	font-size: 10px;
	padding-bottom: 5px;
}
td#footer {
	text-align: center;
	font-size: 10px;
	padding-bottom: 5px;
}
div.newsdate {
	float: left;
	background-color: #ffb56a;
	color: #c26737;
	font-weight: bold;
}
div.newstitle {
	font-weight: bold;
	background-color: #ffb56a;
}
div.newstext {
	margin: 3px 23px 23px 23px;
	text-align: justify;
}

