/* CSS Document */
/* acute company */
/* common */

/* pnmimg */
img{ behavior: expression(IEPNGFIX.fix(this)); }
* html .pngimg { behavior: expression(IEPNGFIX.fix(this)); }

/* air------------------------------ */
#air{
	width:100%;
	height:50px;
	margin:0px;
	padding:0px;
	z-index:2000;
}
#air #wing{
	width:900px;
	height:50px;
	margin:0px auto;
}
/* right top */
#air #wing #rt{
	padding:0px 5px 5px 20px;
}
/* right under */
#air #wing #ru{
	height:18px;
	margin:auto 0px;
	padding:0px 10px 0px 0px;
}

/* top------------------------------- */
#top{
	width:900px;
	margin:0px 0px 5px 0px;
}

/* middle---------------------------- */
#sky{
	width:900px;
	margin:0px auto;
	position:relative;
	z-index:50;
}

/* left------------------------------ */
#left{
	width:220px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:100;
}
#left #top{
	width:220px;
	height:240px;
	margin:65px 0px 5px 0px;
	padding:0px;
}
#left #bg{
	width:220px;
	padding-top:5px;
	background-image:url(../img/background/left.png);
	background-repeat:no-repeat;
	background-position:center top;
}
#left #footer{
	width:220px;
	height:5px;
	background-image:url(../img/left_menu/footer.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}
#left #bg #menu{
	width:100%;
}
#left #menu #block{
	width:210px;
	margin:0px 5px 3px 5px;
}
#left #menu #block2{
	width:210px;
	margin:0px 5px 0px 5px;
}
/* left udner2 */
#left #under{
	width:200px;
	margin:20px 10px 5px 10px;
}

