body {
	margin: 0 auto;
	background-image: url(images/back.png);
	background-repeat: repeat-x;
	background-color: #FFF;
	font-family: verdana, sans-serif;
	font-size: 12px;
}

a, a:visited {
	font-weight: bold;
	color: #000;
}

a:hover {
	background-color: #F17D56;
}

#wrapper {
	width: 1183px;
	background-image: url(images/top_back.png);
	background-repeat: no-repeat;
	background-position: -1px top;
	margin: 0 auto;
}

#wrapper2 {
	width: 900px;
	border-top: 0px;
	margin-left: 107px;
	margin-top: 0px;
}

#top {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	height: 260px;
	text-align: right;
	padding: 5px 70px 0 0;
	font-size: 0.8em;
	color: #FFF;
}

a.languagelink, a.languagelink:visited, a.languagelink_active{
	color: #FFF;
}

#links {
	height: 28px;
	background-color: #000;
	color: #FFF;
	padding-top: 10px;
	border-right: 1px solid #680600;
	border-left: 1px solid #680600;
}

#links ul li {
	display: inline;
	padding-left: 18px;
	padding-right: 18px;
	border-left: 1px solid #670700;
	/*border-right: 1px solid #670700;*/
}

#links ul li a {
	color: #FFF;
	text-decoration: none;
	height: 28px;
}

#links ul li a:hover {
	background-color: #FFF;	
	color: #000;
	height: 28px;
}

#main {
	position: relative;
	min-height: 400px;
	background-image: url(images/main2_back.png);
	background-repeat: repeat-y;
	border-right: 1px solid #680600;
	border-left: 1px solid #680600;
}

#left_news {
	float: left;
	/*background-color: #F1F1F1;*/
	background-image: url(images/news_back.png);
	background-repeat: repeat-x;
	width: 217px;
	height: 100%;
	padding: 40px 20px 20px 10px;
}

#content {
	margin-left: 260px;
	padding-top: 40px;
	padding-bottom: 10px;
	width: 620px;
}

#content h1 {
	color: #D83632;
	font-size: 1.6em;
}

#left_news h2 {
	color: #D83632;
	font-size: 1.4em;
}


#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	color: #000;
	height: 51px;
	margin-left: 107px;
	margin-top: -12px;
}

#footer p {
	padding: 35px 0px 0px 20px;
	font-weight: bold;
	font-size: 0.8em;
}

.contentbody {
	border: 1px solid #CECECE;
	padding: 0 20px 10px 20px;
	width: 575px;
}

.news_body {
	/*background-color: #F1F1F1;*/
	padding: 5px;
}

.newsss {
	border: 1px solid #CECECE;
	padding: 5px 2px 5px 2px;
	text-align: justify;
	width: 200px;
}

.forumheader3 {
	font-size: 0.8em;
}

/*******************************/
.bazar_entry {
	margin: 10px;
	padding: 20px;
	border: 1px solid #F1F1F1;
}

.bazar_img {
	float: left;
	width: 25%;
	text-align: center;
}

.bazar_img a{
	margin-bottom: 10px;
}
.bazar_img a img {
	border: 0px none;
}

.bazar_text {
	float: right;
	width: 70%;
	background-color: #EBEBEB;
	padding: 10px;
	background-image: url(images/news_back2.png);
	background-position: top left;
	background-repeat: repeat-x;
}

.bazar_date {
	clear: both;
	height: 20px;
	color: #F4D85A;
	background-color: #5A0500;
	line-height: 20px;
	font-size: 10px;
	text-align: right;
	padding: 0px 20px;
}

.bazar_del {
	background-color: #F91D1D;
	color: #FDD700;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
/*******************************/

