/****************************\
**	Name: Layout styles		**
**	Author: Cat,Ldx			**
**	Date: 25/9/2007			**
\****************************/

/*The main container*/
.lyt-wrap{
	width:100%;
	margin:0px auto;
	}

/*The heand of the page*/
.lyt-header{
	width:980px;
	margin:0px auto;
	}
.wrap1000{
    width:1000px;
	margin:0px auto;
	}	
/*The maincontent of the page*/	
.lyt-maincontent{
	width:980px;
	margin:0px auto;
	}	
/*The Copyrihgt at the bottom of the page*/		
.lyt-footer{
	margin:10px auto 0;
	width:980px;
	}
	
/*Main content layout, There has 3 styles
*****************************************/
.lyt-sidebar-left{
	float:left;
	width:200px;
	}
.lyt-sidebar-right{
	float:right;
	width:224px;
	}	
.lyt-content-right{
	float:right;
	width:765px;
	}	
.lyt-content-left{
	float:left;
	width:766px;
	}		
.lyt-content{
	float:left;
	width:602px;
	}
.p-sidebar-left{
	float:left;
	width:285px;
	}
.p-content-right{
	float:right;
	width:670px;
	}	

/*account lyt*/
.lyt-account-left{width:200px;float:left;}
.lyt-account-right{width:760px;float:right;}
