@charset "utf-8";
/* CSS Document */

body>pgContent {
 height: auto;
 }


#pg {
	width: 1000px;
	margin: 0 auto;
	/*min-height: 100%;
	_height: 100%;*/
	position: relative;
	background: url('../img/bg-content.gif') repeat-y;
}

#pgTopMenu {
	height: 60px;
	width: 1000px;
}

#pgContentTop {
	background: url('../img/bg-content-top.gif') no-repeat;
	margin-top: 1px;
	_margin-top: -6px;
	height: 10px;
	
}

#pgContent {
	min-height: 100%;
	_margin-top: -6px;
	_margin-left: -19px;
}

#pgContentLMenu {
	float: left;
	width: 155px;
	margin: 0px 0px 0px 20px;
}

#pgContentRMenu {
	float: left;
	width: 155px;
	margin: 0px 0px 0px 20px;
}

#pgContentCenter {
	float: left;
	margin: 0px 0px 0px 20px;
}

#pgContentRMenu {

}




#pgContentBottom {
	background: #e7e6e1 url('../img/bg-content-bottom.gif') no-repeat;
	height: 84px;
	width: 1000px;
	margin: 0;
	padding: 0;
	/*position: absolute;
	bottom: 0;
	overflow: visible;*/
}