@charset "utf-8";
/* CSS Document */
body{
	font: normal 8pt Verdana, MS PGothic, Arial, Helvetica, sans-serif;
	line-height:1.4em;
	color: #707070;
}
#bg {
	background: #0d0d0d;
}
#main{
	width: 945px;
	margin: 0 auto;
	clear: both;
}
#top{
	width: 100%;
	margin: 20px 0px 20px 0px;
}
#left{
	margin-right: 15px;
}
#middle{
	margin-right: 15px;
}
.block{
	background:#151515 none repeat scroll 0 0;
	border:1px solid #222222;
	float:left;
	width:301px;
}
.block-body-text{
	float:left;
	margin:0 6px;
	width:290px;
}
.block-top{
	/*background:transparent url(images/block-bg-top.png) no-repeat scroll 0 0;*/
	float:left;
	height:10px;
	overflow:hidden;
	width:100%;
}
.block-body{
	/*background: transparent url(images/block-bg.png) repeat-y;*/
	float: left;
	width: 100%
}
.block-bottom{
	/*background: transparent url(images/block-bg-bottom.png) no-repeat;*/
	float: left;
	width: 100%
}
h2{
	color: #732a2a;
	text-transform: uppercase;
	font-size: 16px;
	margin: 10px 0px 0px 0px;
}

a{
	color: #732a2a;
	text-decoration: none;
	text-transform: uppercase;
}
a:hover{
	color: #8a8a8a; 
}

a img{
	border: 0px;
}

.more-link{
	margin-bottom:10px;
}
.more-link a{
	border:1px solid #732a2a;
	padding: 2px;
}

.more-link a:hover{
	border:1px solid #8a8a8a;
}

#lang_select{
	float:right;
	padding-right:5px;
}
#lang_select a img{
	border: 0px;
}
