@charset "utf-8";
/* CSS Document */

#header {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:140px;
	z-index:1;
}
#controller {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	top: 0px;
	bottom: 0px;
}


#body {
	position:absolute;
	left:0px;
	top:177px;
	width:800px;
	height:400px;
	z-index:2;
	overflow: scroll;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: normal;
	text-align: justify;
	text-indent: 5px;
	word-spacing: normal;
	white-space: normal;
	color: #808080;
	background-color: #FFFFFF;
}
body {
	background-image:url('side_bar.gif');
	background-repeat: repeat;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: normal;
	color: #999999;
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em;
	font-style: normal;
	white-space: normal;
	}

#bpagelinks {
	position:absolute;
	left:0px;
	top:579px;
	width:800px;
	height:54px;
	z-index:2;
	background-image: url(../links_bottom.gif);
	background-color: #FFFFFF;
}

#bcrumb {
	position:absolute;
	left:0px;
	top:149px;
	width:800px;
	height:19px;
	z-index:3;
}


