/* CSS Document */

#container{
    width:770px;
	position:relative;
	margin:0px auto;
    z-index:1;
}

#header{
	width:770px;
	height:137px;
	background:url(../imgs/common/header_bg.gif) top left no-repeat;
	z-index:1;
}

#shell{
	width:930px;
	margin:0px auto;
	}
	
#shell #container{
    width:770px;
	float:left;
    z-index:1;
}

#shell #banner{
	float:left;
    width:120px;
	height:600px;
	margin:10px 0px 0px 30px;
    z-index:1;
}