@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background:#fff;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#818181;
	background:url(../images/header_bg.jpg) repeat-x;
}

#bone {
	width:980px;
	margin:0 auto;
}

.logo {
	float:left;
}

.language {
	float:right;
}

.clearboth {
	clear:both;
}

.panel_left {
	width:725px;
	float:left;
}

.panel_right {
	width:240px;
	float:right;
}

.txt_blue {
	color:#4cacd1;
}

.txt_30 {
	font-size:30px;
}

.txt_18 {
	font-size:18px;
}

.txt_bold {
	font-weight:bold;
}

.footer {
	background:url(../images/footer.jpg) repeat-x; 
	height:70px;
	margin-top:100px;
}

.footer_width {
	width:980px;
	margin:0 auto;
	color:#FFF;
	padding-top:25px;
}

.img_border {
	padding:2px;
	border:#a7a7a7 solid 1px;
	margin-right:15px;
	margin-bottom:10px;
}
