body {
	border: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-color: #EAEEF3;
}

#content {
	position: absolute;
	left: 250px;
	top: 120px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 760px;
}

#top {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 93px;
	background-image: url(../images/header_rpt.jpg);
	background-repeat: repeat-x;
	z-index: 1;
}

#top_img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1024px;
	height: 93px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	z-index: 2;
}

#menu_logo {
	position: absolute;
	width: 220px;
	height: 45px;
	left: 7px;
	top: 10px;
	z-index: 3;
}

#content_tree {
	position: absolute;
	left: 0px;
	top: 125px;
	width: 205px;
	background-color: #F8F9FB;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
