#container {
	width: 1000px;
	height: 590px;  /***  width / 2   ***/
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#leftmenu {
	margin: 0px;
	padding: 0px;
	width: 400px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
#content {
	width: 487px;
	z-index: 10;
	height: 100%;
	position: absolute;
	left: 400px;
	top: 0px;
	display: none;
	overflow: auto;
	padding: 7px;
	text-align: justify;
}

#content_bgdiv {
	width: 600px;
	z-index: 5;
	position: absolute;
	top: 0px;
	height: 100%;
	left: 400px;
	text-align: right;
}
a {
	color: #799c25;
	text-decoration: none;
}

a:hover {
	color: #799c25;
	text-decoration: underline;
}
h {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #799c25;
}
p {
	text-align: justify;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #727272;
	text-align: center;
}
