body {
	border: 0;	
	top: 0; left: 0;
	width: 100%; height: 100%;
	margin: 0; padding: 0;
	background: url('../i/body1back.gif') repeat-x left top;*/
	background-color: #fff;
	color: #000;
	} 
body, div, p {
	font: normal 12px Arial;
	color: #000000;
}
img {
	border: 0;
}
.none {
	display: none;
}
#fixed_width {
	display: block;
	width: 820px;
	margin: 0 auto;
	background: url('../i/bodyback.gif') repeat-y left top;
}
#main_box {
	display: block;
	width: 820px;
	margin: 0 auto;
	background: url('../i/mainback.jpg') no-repeat left top;
	
}
#top_stat {
	display: block;
	width: 750px;
	height: 80px;
	margin: 0 auto;
	background: url('../i/top_back.jpg') no-repeat left top;
}
#menu_box {
	display: block;
	width: 750px;
	height: 54px;
	margin: 0 auto;
	background: url('../i/menu_back.gif') repeat-x left top;
}
ul#menu, ul#menu_en {
	display: block;
	padding-left:20px;
	width: 730px !important;
	width: 750px;
	height: 54px;
	margin: 0 auto;
	background: url('../i/menu_back.gif') repeat-x left top;
	list-style-type: none;
}
ul#menu li{
	display: block;
	float: left;
	margin: 0;
	height: 54px;
	padding: 0 0 0 15px !important;
	padding: 0 0 0 17px;
	background: url('../i/menusep.gif') no-repeat right top;
}
ul#menu_en li{
display: block;
	float: left;
	margin: 0;
	height: 54px;
	padding: 0 0 0 32px;
	background: url('../i/menusep.gif') no-repeat right top;
}
ul#menu li.active a, ul#menu_en li.active a {
	color: #f97a0a;
}
ul#menu a, ul#menu_en a {
	display: block;
	float: left;
	margin: 0;
	padding: 20px 0 0 0;
	height: 34px;
	font: bold 11px Arial;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
ul#menu a:hover, ul#menu li.active a:hover, ul#menu_en a:hover, ul#menu_en li.active a:hover {
	color: #fcb42a;
	text-decoration: underline;
}
a#logo_bg, a#logo_en  {
	display: block;
	float: left;
	width: 189px; height: 45px;
	padding: 0;
}
a#logo_bg  {
	background: url('../i/logo.gif') no-repeat 20px 10px;
}
a#logo_en  {
	background: url('../i/logo_en.gif') no-repeat 20px 10px;
}
a.lang  {
	float: right;
	margin: 22px 25px 0 0;
	font: normal 12px Tahoma;
	color: #fff;
	text-decoration: underline;
}
a.lang:hover  {
	text-decoration: none;
}
a.social {margin-right:6px; margin-top:23px;}

/*################ FOOTER START ################*/
div#footer {
	margin: 0 auto; padding: 18px 0 0 30px;
	width: 720px; height: 63px;
	clear: both;
	background: url('../i/footback.jpg') no-repeat left top;
	background-color: #fff;
	font: normal 12px Tahoma;
	color: #fff;
	Line-height: 1.7;
}
div#footer a {
	font: normal 12px Tahoma;
	color: #fff;
	text-decoration: underline;
}
div#footer a:hover {
	text-decoration: none;
}
/*################ FOOTER END ################*/


a.read_more {
	font: normal 11px Arial;
	color: #f60;
	text-decoration: none;
}
a.read_more:hover {
	text-decoration: underline;
}

div.pagenation{
	display: block;
	width: 240px;
	float: right;
	margin: 5px 0 10px 0;
	padding: 0;
	font: normal 12px Arial;
	color: #666;
	text-align: right;
}
div.pagenation a {
	font: normal 12px Arial;
	color: #999;
	text-decoration: none;
	padding: 0 3px;
}
div.pagenation a.active {
	font: normal 12px Arial;
	color: #fff;
	background-color: #ff2985;
	text-decoration: none;
}
div.pagenation a:hover {
	color: #fff;
	background-color: #ff2985;
	text-decoration: none;
}
