body{
	margin:0px;
	padding:0px;
	background:#e5e5e5 url(images/index_02.png) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a img{
	border:none;
}

.site_wrapper{
	width:930px;
	margin:auto;
	background:#FFF;
}

.header{
	background:#FFF;
	width:930px;
	height:80px;
	display:inline-block;
}

.lang{
	background:url(images/index_06.png) #ffcc00 left top no-repeat;
	height:30px;
	width:180px;
	float:right;
}

.lang a{
	margin:7px 0px 0px 30px;
	color:#FFF;
	font-weight:bold;
	display:inline-block;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;
}

.lang a:hover{
	text-decoration:underline;
}

.banner{
	height:302px;
	width:930px;
}

.nav-bar{
	width:930px;
	height:40px;
	background:#333333;
}

.nav-bar a{
	color:#CCC;
	font-size:14px;
	display:inline-block;
	margin:12px 0px 0px 20px;
	text-decoration:none;
}

.nav-bar a:hover{
	text-decoration:underline;
}

.content_wrapper{
	min-height:400px;
}

.content{
	width:650px;
	min-height:300px;
	margin:10px 0px 0px 10px;
	float:left;
}

*html .content{
	margin:10px 0px 0px 5px;

}

.page_title{
	border-bottom:1px solid  #999;
	padding:4px 4px 4px 0px ;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#666;
	width:100%;
	margin:0px 0px 5px 0px;
}


.side_bar{
	width:250px;
	float:right;
	margin:1px 0px 10px 0px;
	color:#FFF;
}

.news{
	width:250px;
	background:url(images/side_bar_title_15.png) no-repeat #333;
	height:200px;
	margin-bottom:1px;
	display:inline-block;
}

.news_txt{
	width:230px;
	height:150px;
	margin:auto;
	margin-top:40px;
	overflow:hidden;
}


.mailing_list{
	width:250px;
	background:url(images/side_bar_title_18.png) no-repeat #333;
	height:100px;
	display:inline-block;
}

.mailist-form{
	margin:30px 0px 0px 20px;
	width:230px;
}

.send-btn{
	width:51px;
	height:17px;
	background:url(images/send_btn_21.png) no-repeat;
	border:none;
	margin:5px 0px 0px 154px;
}

*html .send-btn{
	margin:5px 0px 0px 143px;
}

.textfield{
	background:#666;
	border:1px solid #424242;
}


.footer{
	width:930px;
	height:35px;
	border-top:1px solid #b2b2b2;
	clear:both;

}

.footer a{
	color:#666;
	text-decoration:none;
	display:inline-block;
	margin:10px 0px 0px 15px;
}

.footer a:hover{
	text-decoration:underline;
}

.copy_right{
	float:right;
}

.copy_right a{
	margin:10px 10px 0px 2px;
	font-weight:bold;
	color:#b4ba08;
}


