html, body{
	height: 100%;
}
body{
 margin: 0px auto;
 padding: 0px; 
 font: 12px arial;
 color: black;
 text-align: center;
 background: #3c3c3c url('../../images/mm_1.gif') 50% 0 repeat-y;  /*#3c3c3c*/
}
#container{
  position: relative;
  min-height: 100%;
  margin: 0px auto;
	padding: 0px;
  text-align: center;
  width: 1000px;
  background-color: #969696;	
}
*html, body #container{
	_width: auto; /* Only for IE6 and not for IE7*/
	background-color: #3c3c3c;
} 
#content{
		padding: 0px;
    background-color: #969696;
    padding-bottom: 48px;
		width: 1000px;
		text-align: left;
}
.clearing {
	height: 0;
	clear: both;
}
/**************************************************************/
/*  Footer */
/**************************************************************/
#footer{
  position: absolute;
  bottom: 0; 
  left: 0;		
  background-color: #000;	
	width: 1000px;
	padding: 0px;
	padding-top: 2px; 
	border-top: 1px solid #ecd829;
	font: 11px arial;
	color: #FFF;
	text-align: left;	
}
#footer A{
	text-decoration: none; 
	font: 11px arial;
	color: #FFF;
}
#footer A:hover{
 color: yellow;
}
/**************************************************************/
/*  Top */
/**************************************************************/
#Top1{
	background: #3c3c3c; /*url('../../images/TopImage_inner.gif') no-repeat;*/
	width: 1000px;
	height: 95px;	
}
#Top2{
	background: #3c3c3c url('../../images/TopImage_2.gif') no-repeat;
	width: 1000px;
	height: 178px;	
}
#top_menu{
 width: 1000px; 
 height: 20px; 
 background: #000; 
 border-top: 1px solid yellow; 
 border-bottom: 1px solid yellow;
 color: #FFF;
 padding-top: 2px;
}
#top_menu A{
 margin-right: 28px;	
 margin-left: 28px;	
 font: bold 14px arial;
 color: #fff;
 text-decoration: none;
}
#top_menu A:hover{
 color: yellow;
}
#Imgs{
	background: url("../../Images/left_bg.jpg") repeat;
	width: 1000px;
	height: 75px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-top: 6px;
}
#Imgs TABLE{
  margin: 0;
	width: 100%;
	height: 69px; 
}
#Imgs IMG{
 width: 155px; 
 height: 45px;
}
#Imgs A{
	display: block;
	margin: 5px 0 0 0;
	padding: 0px;
	font: bold 12px arial;
	color: #fff;
	text-decoration: none;
}
#Imgs A:hover{
 color: yellow;
}
/**************************************************************/
/*  Home page content */
/**************************************************************/
#main_home_div{
	/*background: #969696;*/
	width: 900px;
	margin: 0px auto; 
	padding-top: 45px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 15px;
}
#Welcome{
	background: #3c3c3c url('../../images/Welcome_new.jpg') 20px no-repeat;
	width: 420px;
  float: left; 
}
#News{
	background: #3c3c3c url('../../images/News_new.jpg') 20px no-repeat;
	width: 360px;
  float: right;	
}
#WelcomeTxt{
 width: 400px;
 float: left;
}
#NewsTxt{
 width: 340px;
 float: right;	
}
.Block1{	
	height: 25px;
	padding-top: 10px;
}
.Block2{	
	padding: 10px 10px 0 10px;
	text-align: justify;
}
.Block P{
 padding-top: 10px;	
 margin-bottom:0;
}
.Block IMG{
 float: right; 
 margin-top: 10px;
}	
/**************************************************************/
/*  Inner pages content */
/**************************************************************/
#inner_pages{
  background: #3c3c3c url('../../images/new_bg.jpg') left repeat;
	width: 1000px;
	margin: 0px auto; 
}
#left_p{
 width: 155px; 
 float: left;
 /*background: url("../../images/left_bg.jpg") repeat;*/
}
#LeftImgs{
 background-color: #6e6e6e;	
 margin-top: 48px;
}
#LeftImgs A{
  font: bold 12px arial;
	color: #fff;
	text-decoration: none;
}
#LeftImgs A:hover{
 color: yellow;
}
#LeftImgs img{
 margin-bottom: 3px;
 margin-top: 4px;
 margin-left: 0px;
}
