
/*-----------------------------------------------------------------------/
	Site Name: 
	Description: layout setting
	Version: 1.0
	Author: AdTECHNICA
/*----------------------------------------------------------------------*/

/*-----------------------------------------------------------------------/
	CONTENTS
	1: WRAP
	2: CONTENTS
	3: HEADER
	4: NAVIGATION
	5: MAIN CONTENT
	6: FOOTER
/*----------------------------------------------------------------------*/

body{
	background:#453124 url(/_cmn/bg_body.jpg) center top repeat-x;
}

/*-----------------------------------------------------------------------/
	1: WRAP
/*----------------------------------------------------------------------*/
#pg_wrap {
	width:100%;
	margin:0 auto;
}

/*-----------------------------------------------------------------------/
	2: CONTENTS
/*----------------------------------------------------------------------*/
#pg_contents{
	width:800px;
	margin:0 auto;
}

/*-----------------------------------------------------------------------/
	3: HEADER
/*----------------------------------------------------------------------*/
#pg_head{
	width:810px;
	margin:0 auto 8px auto;
}

/*-----------------------------------------------------------------------/
	4: NAVIGATION
/*----------------------------------------------------------------------*/
#pg_sub{
	width:178px;
	float:left;
}

/* other navigation */


/*-----------------------------------------------------------------------/
	5: MAIN CONTENT
/*----------------------------------------------------------------------*/
#pg_body{
	width:604px;
	float:right;
}


/*-----------------------------------------------------------------------/
	6: FOOTER
/*----------------------------------------------------------------------*/
#pg_foot{
	width:100%;
}

