* {margin: 0px; padding: 0px;}
body {
	padding:0px;
    margin:0px;
	background-image:url(../images/layout/bk_tile.jpg);
	background-repeat:repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #373432;
}
hr {
    height:1px;
	color:#cdb18c;
	}
#left_corner {
	position:absolute;
	width:99px;
	height:457px;
	top:0px;
	left:0px;
}
#right_corner {
	position:absolute;
	width:29px;
	height:60px;
	top:233px;
	left:962px;
}
#main {
	position:absolute;
	width:862px;
	height:100%;
	top:0px;
	left: 99px;
}
#header {
	width:862px;
	height:318px;
}
#stage {
	width:862px;
	height:594px;
	background-image:url(../images/layout/main_middle.png);
	background-repeat: repeat-y;
}
#box_div {
	width:578px; 
	height:4px;
	background-image:url(../images/layout/box_div.png); 
}
#footer {
    width:862px; 
	height:88px; 
}
#div {
	width:100%; 
	height:100%;
}
/*scroller styles*/
#divUpControl {height:30px;}
#divDownControl {height:30px;}
#divContainer {LEFT: 0px; VISIBILITY: hidden; OVERFLOW: hidden; WIDTH:530px; CLIP: rect(0px 530px 455px 0px); POSITION: relative; TOP: 10px; HEIGHT: 455px}
#divContent {LEFT: 0px; WIDTH:530px; POSITION: absolute; TOP: 0px; text-align:justify}