/*The main container*/
.lyt-wrap{
	width:100%;
	margin:0px auto;
	}

/*The heand of the page*/
.lyt-header{
	width:100%;
	margin:0px auto;
	}
.wrap1000{
    width:1000px;
	margin:0px auto;
	}	
/*The maincontent of the page*/	
.lyt-maincontent{
	width:1000px;
	margin:0px auto;
	}	
/*The Copyrihgt at the bottom of the page*/		
.lyt-footer{
	width:1000px;
	margin:0px auto;
	}
	
/*Main content layout, There has 3 styles
*****************************************/
.lyt-sidebar-left{
	float:left;
	width:154px;
	}
.lyt-sidebar-right{
	float:right;
	width:224px;
	}	
.lyt-sidebar-left-home{
	float:left;
	width:206px;
	}
.lyt-content-right{
	float:right;
	width:836px;
	}	
.lyt-content-right-home{
	float:right;
	width:788px;
	}	
.lyt-content-left{
	float:left;
	width:766px;
	}		
.lyt-content{
	float:left;
	width:602px;
	}
/*account lyt*/
.lyt-account-left{width:210px;float:left;}
.lyt-account-right{width:780px;float:right;}

