body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
}
.bg {
	background-image: url(../images/background.jpg);
}
.leftbg {
	background-image: url(../images/imgleft.jpg);
	height: 680px;
	width: 200px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
.header {
	background-image: url(../images/logo_name_2_eng.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 770px;
	padding-top: 70px;
}

.menu{
	padding:0;
	height:auto;
	width:765px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: 5px;
	background-image: url(../images/background_2.jpg);
	background-repeat: repeat;
	float: left;
}
.menu ul{
	height:40px;
	width:100%;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #646464;
	border-bottom-color: #646464;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0px;
	display: block;
}

.menu li{
	margin:0;
	display:block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	padding: 0;
	font-size: 11px;
	width: auto;
}
.menu li a{
	float:left;
	padding-left:5px;
	display:block;
	text-decoration:none;
	cursor:pointer;
	outline:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width: auto;
	padding-right: 5px;
	height: auto;
	font-weight: bold;
}
.menu li a:hover{
	color:#990000;
	text-decoration: none;
}
#page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #525252;
	text-decoration: none;
	text-align: justify;
	width: 755px;
	padding-right: 5px;
	padding-left: 5px;

	min-height: 267px
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: left;
}
#news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #525252;
	text-decoration: none;
	text-align: justify;
	width: 760px;
	padding-right: 5px;
	padding-left: 5px;
	height: auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	height: 50px;
	width: 100%;
	text-align: center;
	line-height: 50px;
	background-color: #000000;
}
.footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer  a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
}
