/* Grid */
.container{
	width:955px;
	margin:0 auto;
	padding:0px;
	
	background-image:url(../images/common/lightshadow.gif); 
	background-repeat: no-repeat;/*repeat-y; */
	background-position:right;
	
	/*background-position:1px 0px;*/
	
	background-color:#3A3A3A;
}
.header-home{
	width:949px;
	height:400px; 

	margin:0;
	padding:0;
	
	background-image:url();
	background-repeat:no-repeat; 
}
.header{
	width:949px;
	height:300px; 
	
	margin:0;
	padding:0;
	
	background-image:url();
	background-repeat:no-repeat; 
}

.contentbox{
	width:949px; 
	padding-top:20px;
	padding-bottom:50px;

	/*border-left: #ECECEC solid 1px; */
	/*border-bottom: #ECECEC solid 1px; */
	border-bottom: #3E3E3E solid 1px; 
	/*border-right:1px solid #f00;*/

	background-image:url(../images/common/_lightshadow.jpg); 
	background-repeat:repeat-y;
	background-position:right;
	background-position: 855px ;
	
	background-color:#FFFFFF;
	
}
.contentbox-home{
	width:950px; 
	padding-top:20px;

	border-left: #ECECEC solid 1px; 
	border-bottom: #3E3E3E solid 1px; 
	/*border-top:1px solid #3E3E3E;*/
	
	background-image:url(../images/common/homepagebackground.jpg); 
	background-repeat:repeat-y; 
	
	line-height:14px;
}
.leftbox{
	width:250px;
	margin-left:50px; 
	padding-bottom:50px; 
	
	float:left; 
}
.centerbox{
	width:230px;
	margin-left:60px; 
	padding-bottom:50px;
	
	float:left;
}
.rightbox{
	width:238px; 
	margin-left:30px; 
	padding-bottom:50px;
	
	float:left; 
}
.content{
	width:740px; 
	margin-left:50px; 
	margin-right:60px; 
	float:left;
}
/* fu****g IE6 ...*/
* html .leftbox{
	margin-left:24px; 
}
* html .content{
	margin-left:24px; 
}
* html .rightbox{
	width:238px; 
	margin-left:30px; 
}

* html .container{
	width:950px;
}
/**/
.bc{
	width:100%; 
	height:20px; 
	margin-top:0px; 
	margin-bottom:20px;
}
.meta{
	width: 50px;/*66px; */
	margin-left:24px; 
	padding-bottom:50px; 
	
	float:left; 
	
	line-height:18px;
	background-color:#FFFFFF;
	
}
* html .meta{margin-left:20px; }
* html .contentbox-home .meta{margin-left:10px; }
.footer{
	width:955px;
	margin-left:00px; 
	padding-top:20px; 
	
	clear:both;
	 
	background-color:#4C4C4C;
}
.footer div{
	width:200px;
	margin-left:50px;
	margin-right:40px;
	
	float:left;
	font-size:10px;
	color:#fff;
	line-height:14px;
}
.footer td{
	font-size:10px;
	color:#fff;
	line-height:14px;
}
.cc{ clear:both; }