body{
	text-align: center;
	font-family: Times New Roman,georgia,sans-serif;
	font-size: 76%;
/* 	background-color: #e8f1ff; */
	background-image: url(image/bg-body.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-attachment: fixed;
	}
html,body{height: 100%;margin: 0;padding:0}

table{
	border-collapse: collapse;
	border-color: black;
	}
a{
	color: red;
	text-decoration: none;
	}
a:hover{
	text-decoration: underline;
	}
div#container{
	position: relative;
	width: 970px;
	text-align: left;
	margin: 0px auto;
/* 	padding-bottom: 30px; */
	background-image: url(image/block_bg.png);
	background-position: center center;
	background-repeat: repeat-y;
	}
div#bckfix{
	  clear: right;
	  }
/*div#bgfxtop{
	width: 970px;
	height: 33px;
	background-image: url(image/block_bg_top.png);
	background-position: center center;
	background-repeat: repeat-y;
	}
div#bgfxbottom{
	clear: both;
	width: 970px;
	height: 34px;
	background-image: url(image/block_bg_bottom.png);
	background-position: left top;
	background-repeat: repeat-y;
	}*/
div#header{
	display: block;
	width: 970px;
	height: 200px;
	text-align: center;
	background-image: url(image/header.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin: 10px auto 0px auto;
	}
div#block-container{
	padding: 8px;
	margin: 0px 270px 0px 10px;
	}
div.modcont{
	display: block;
	margin-bottom: 10px;
/* 	border: 1px black dotted; */
}
/*div.block{
	display: block;
}*/
div#footer{
	display: block;
	width: 970px;
	height: 30px;
	line-height: 16px;
	color: red;
	margin: 0px auto 100px auto;
	border-top: 1px black solid;
	text-align: center;
	background-image: url(image/footer_bck.png);
	background-position: center center;
	background-repeat: no-repeat;
	}
div#top-menu{
	display: block;
	width: 970px;
	height: 25px;
	margin: 0px auto;
/* 	background-color: #9db5fd; */
	background-image: url(image/top-button.png);
	background-position: center left;
	background-repeat: repeat-x;
	border-style: outset;
	border-color: black;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
/* 	padding: 155px 0px 0px 275px;	 */
	text-align: left;
/* 	border: 1px; */
	}
a.top-menu{
	display: block;
	float: left;
 	width: 90px; 
/* 	padding: 0px 5px 0px 5px; */
	line-height: 25px;
	/*background-image: url(image/top-button.png);
	background-position: center left;
	background-repeat: repeat-x;*/
	margin: auto 0px auto 0px;
	color: #df0c0c;
	text-align: center;
	text-decoration: none;
/* 	font-size: 11px; */
	border-style: outset;
	border-color: black;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	
	}
a.top-menu:HOVER{
	background-image: url(image/top-button.png);
	background-position: center left;
	background-repeat: repeat-x;
	font-weight: bold;
	text-decoration: none;
	}
div#right_block-container{
	display: block;
	padding: 10px 0px 0px 0px;
	float:right;
	width: 270px;
	text-align: right;
/* 	border-left: 1px black solid; */
/* 	background-image: url(image/right_bg.png);
	background-position: left top;
	background-repeat: repeat-y; */
	}
div.lr_block{
	display: block;
	width: 250px;
	margin: 0px 8px 0px 8px;
	border-bottom:  1px dashed red;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}
div.lblock_title{
	line-height: 18px;
	margin-bottom: 10px;
	color: #455fff;
	font-weight: bold;
	font-size: 120%;
	}
a.menur{
	display: block;
	width: 150px;
	line-height: 15px;
	padding-right: 10px;
	margin: 0px 0px 5px 100px;
	text-decoration: none;
	font-weight: bold;
	}
a.menur:HOVER{
	text-decoration: underline;
	}
