body{
	background: #d7dadf url('../images/languages_bg_01.jpg')no-repeat;
	background-position: 50% 0;
	padding: 0;
	padding-top: 100px;

}

#langbtns{
	display: block;
	max-width: 980px;
	height: 530px;
	padding: 20px;
	/*background-color: rgba(0,30,60,.2);
	border:1px solid #999;*/
	margin: 0 auto;
	border-radius: 15px;
	margin-bottom: 20px;
}

.lang_btns{
	display: block;
	float: left;
	width: 170px;
	height: 50px;
	padding: 3px;
	margin: 8px;
	border:1px solid #AAA;
	background-color: rgba(255,255,255,.8);
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 3px;
}

.lang_btns:hover{
	background-color: rgba(220,220,220,.5);
	border:1px solid #777;
	color: #333;
	box-shadow:3px 3px 3px rgba(0,0,0,.1);
	text-shadow:0px 1px 2px rgba(255,255,255,.3);
}

.lang_btns img{
	width: 83px;
	height: 48px;
	float: left;
	margin: 0px 5px 0 0;
	border:1px solid #777;
	border-radius: 3px;
}

#links {
    display: block;
	max-width: 910px;
	padding: 0 20px;
	margin: 0 auto;
	border:1px solid #777;
	border-radius: 3px;
	margin-bottom: 20px;
    position: relative;
    left: -5px;
}

#link_img h3 {
    margin:0;
}

#link_img img{
    display:block;
    float:left;
    padding:10px 35px 10px 10px;
    max-height:60px;
}

.UsefulLinks * {
    font-family: Vijaya;
    font-size: 18pt;
    color:#777;
    text-decoration:none;
}

.UsefulLinks ul {
    margin: 13px 0;
}

.UsefulLinks li {
    line-height:30px;
}

.UsefulLinks a:hover {
    text-decoration:none;
    color: #FF985D;
    font-weight: bold;
}

.small_height img{
    margin-top: 20px;
}


.lang_btns span{
	display: block;
	float: left;
	/*margin: 25px auto 0;*/
	line-height: 15px;
	width: 25px;
    padding-top: 17px;
}

.active {
	/*border:1px solid #000;*/
}


#copyright{
	display: block;
	position: relative;
	bottom: 0;
	max-width:100%;
	padding: 8px;
	margin: auto;
	margin-bottom: -1px;
	border-top:1px solid #CCC;
	font-family: Arial;
	font-size: 0.66em;
	text-align: center;
	color: #666;
	background-color: #DBDBDB;  
}

#copyright a{
	color: #555;
	text-decoration: none;
}

#copyright a:hover{
	color: #f56816;
}

.lang_div:hover{
	background-color: rgba(220,220,220,.5);
	border:1px solid #777;
	color: #333;
	box-shadow:3px 3px 3px rgba(0,0,0,.1);
	text-shadow:0px 1px 2px rgba(255,255,255,.3);
}

.lang_div img{
	width: 83px;
	height: 48px;
	float: left;
	margin: 0px 5px 0 0;
	border:1px solid #777;
	border-radius: 3px;
}


