body{
	font-family : "Times New Roman", cursive;
	font-size: 14px;
	text-align: left;
	margin: 0px;
	padding: 0px;
    background-color: #6285c6;
}


#main{	
	position: absolute;
	width: expression(document.body.clientWidth - 300);
	height: expression(document.body.clientHeight - 145);
	left: 150px;
	right: 150px;
	top: 130px;
    bottom: 15px;
    padding: 10px;
	text-align: left;
    background: url(images/bg01.jpg) no-repeat #ffffff;
	overflow: auto;
}

#banner{
	width: 100%;
	height: 100px;
	position: absolute;
	background-color: ff9933;
}

#left{
    position: absolute;
    left: 0px;
    top: 98px;
	bottom: 0px;
	width: 150px;
    height: expression(document.body.clientHeight - 100);
    background-color: #6285c6;
    z-index: 3;
}

#head{
    z-index: 2;
    position: absolute;
    left: 150px;
    top: 98px;
	height: 32px;
    right: 0px;
    width: expression(document.body.clientWidth - 150);
    background-color: #fee7cd;
    border-top: 2px #DBA879 solid;
}

#right{
    z-index: 3;
    position: absolute;
    left: expression(document.body.clientWidth - 150);
    right: 0px;
    top: 110px;
    bottom: 0px;
    width: 150px;
    height: expression(document.body.clientHeight - 110);
    background-color: #c9d5eb;
}

#bottom{
    position: absolute;
    left: 50px;
    right: 150px;
    top: expression(document.body.clientHeight - 16);
	bottom: 0px;
    height: 15px;
    width:  expression(document.body.clientWidth - 200);
    background-color: #c9d5eb;
    z-index: 4;
}

