*
{
	cursor: default;
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #404040;
}

html
{
	height: 100%;
}

body
{
	height: 100%;
	background-color: #d6d3cc;
}

br
{
	clear: both;
}

a
{
	cursor: pointer;
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

a img
{
	border: 0;
	cursor: pointer;
}

/* basic */
	#APP_MAIN
	{
		position: absolute;
		width: 1051px;
		height: 576px;
		left: 50%;
		top: 50%;
		margin: -288px 0 0 -525px;
		background: url(../images/background.jpg) no-repeat 38px 0;
	}
	
	#APP_LOGO
	{
		margin: 34px 0 0 124px;
	}
/* basic */

/* menu */
	#APP_MENU
	{
		position: absolute;
		top: 105px;
	}

	#pc_m1
	{
		position: absolute;
		top: 0;
	}
	
	#pc_m2
	{
		position: absolute;
		top: 14px;
	}
	
	#pc_m3
	{
		position: absolute;
		top: 28px;
	}
	
	#pc_m4
	{
		position: absolute;
		top: 42px;
	}
	
	#pc_m5
	{
		position: absolute;
		top: 56px;
	}
	
	#pc_m6
	{
		position: absolute;
		top: 70px;
	}

	#pc_m1 img,
	#pc_m2 img,
	#pc_m3 img,
	#pc_m4 img,
	#pc_m5 img,
	#pc_m6 img
	{
		position: absolute;
		top: 0;
		cursor: default;
	}
	
	#pc_m1.noactive img,
	#pc_m2.noactive img,
	#pc_m3.noactive img,
	#pc_m4.noactive img,
	#pc_m5.noactive img,
	#pc_m6.noactive img
	{
		position: absolute;
		top: 0;
		cursor: pointer;
	}
/* menu */

/* content */
	#APP_CONTENT
	{
		position: absolute;
		top: 106px;
		left: 280px;
		height: 402px;
		z-index: 100;
	}
	
	#pc_line
	{
		position: absolute;
		top: 505px;
		z-index: 99;
	}
	
	#pc_content
	{
		position: absolute;
		bottom: 20px;
		left: 303px;
		width: 400px;
	}
	
	#pc_subMenu
	{
		color: #9d958a;
		font-weight: bold;
	}
	
	#pc_subMenu a
	{
		text-decoration: none;
		color: #9d958a;
		font-weight: bold;
	}
	
	#pc_subMenu a:hover
	{
		color: #544f4e;
	}
	
	#pc_subMenu a.active
	{
		color: #544f4e;
	}
	
	#pc_contentPic
	{
		position: absolute;
		top: 0;
		left: 0;
		height: 400px;
		width: 273px;
	}
	
	#pc_contentPic img
	{
		position: absolute;
		top: 0;
		left: 0;		
	}
/* content */

