/* Grid */
.container{
	width:955px;
	margin:0 auto;  
	
	background-image:url(../images/common/lightshadow.jpg); 
	background-repeat:repeat-y; 
	background-position:right;
}
.header-home{
	width:950px;
	height:450px; 
	
	background-image:url();
	background-repeat:no-repeat;
}
.header{
	width:950px;
	height:350px; 
	
	background-image:url();
	background-repeat:no-repeat; 
}

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

	border-left: #ECECEC solid 1px; 
	border-bottom: #ECECEC solid 1px; 
	
	background-image:url(../images/common/lightshadow.jpg); 
	background-repeat:repeat-y;
	background-position:right;
	background-position: 854px ;
}
.contentbox-home{
	width:950px; 
	padding-top:20px;

	border-left: #ECECEC solid 1px; 
	border-bottom: #ECECEC solid 1px; 
	
	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; 
	margin-right:0px; 
	padding-bottom:50px;
	
	float:left;
}
.centerbox div{ width:90%; }
.rightbox{
	width:210px; 
	margin-left:40px; 
	margin-right:20px; 
	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; 
}
/**/
.bc{
	width:100%; 
	height:20px; 
	margin-top:0px; 
	margin-bottom:20px;
}
.meta{
	width: 66px; 
	margin-left:24px; 
	padding-bottom:50px; 
	
	float:left; 
	
	line-height:18px;
}
.footer{
	width:955px;
	margin-left:00px; 
	padding-top:20px; 
	clear:both; 
	background-color:#FFFFFF;
}

.footer div{
	width:240px;
	margin-left:50px;
	margin-right:00px;
	float:left;
	font-size:10px;
	line-height:14px;
}
.footer .m{ margin-left:70px; }
.footer .r{ margin-left:30px; }
.cc{ clear:both; }