@import url(mainmenu.css);
@import url(minimenu.css);
@import url(pages.mod.css);
@import url(news.mod.css);
@import url(faq.mod.css);
@import url(links.mod.css);
@import url(more.mod.css);
@import url(banners.mod.css);
html, body {
	margin-top: 0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #e2e2e2;
    background-image: url(../images/background.png);
    background-position: center;
    background-repeat: repeat-y;
}
a img {
	border: none;
}

.redlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.redlink:hover {
	text-decoration: underline;
}

#container {
 
  margin: 0 auto;
  width: 1000px;
  text-align: left;
  background-image: url(../images/container_background.png);
  background-position: center;
  background-repeat: repeat-y;
}
#main_header {
	width: 1000px;
	height: 220px;
}
#main_header_left {
	width: 600px;
	height: 220px; 
	float: left;
	position: relative;
}
	#main_header_left_top {
		width: 600px;
		height: 102px; 
		float: left;
		background-image:url(../images/01.png);
		position: relative;
	}
	#main_header_left_bottom {
		width: 600px;
		height: 118px; 
		float: left;
	}
#main_header_center {
	width: 250px;
	height: 220px; 
	float: left;
	background-image:url(../images/02.png);
}
#main_header_right {
	width: 150px;
	height: 220px; 
	float: left;
}
	#main_header_right_top {
		width: 150px;
		height: 102px; 
		float: left;
	}
	#main_header_right_bottom {
		width: 150px;
		height: 118px; 
		float: left;
		background-image:url(../images/10.png);
	}
#main_background {
	width: 1000px;
	background-image: url(../images/container_background.png);
	background-position: center;
	background-repeat: repeat-y;
}
#main_left {
	display: table;
	width: 600px;
	float: left;
}
	#main_left_top {
		width: 600px;
		height: 130px; 
		float: left;
		background-image:url(../images/main_news_background.png);
		overflow: hidden;
	}
	#main_left_bottom {
		width: 600px;
		vertical-align:top;
		float: left;
		background: url(../images/main_article_background.png) #E6E6E6 left top no-repeat;
		top:0px;
		height:350px;
	}
	#main_left_bottom p
	{
		
		
	}
#main_center {
	width: 200px;
	float: left;


}
#main_right {
	width: 200px;
	height: 470px; 
	float: left;
}
	#main_right_top {
		width: 200px;
		float: left;
	}
	#main_right_center {
		position: relative;
		width: 200px;
		
		float: left;
	
	}
	#main_right_bottom {
		position: relative;
		width: 200px;
	
		float: left;
		background: url(../images/16.png) top no-repeat;
	}
#main_bottom {
	width: 1000px;
	height: 110px; 
	float: left;
	background-image:url(../images/footer.png);
}
