body, html {
	height : 100%;
	margin : 0px;
	padding : 0px;
	background: #cdcdcd;
	overflow: hidden;
}
#container {
	position: relative;
	display: block;
	width: 780px;
	height: 243;
}
#text {
  position: absolute;
	top: 78px;
	left: 38px;
	width: 342px;
	height: 137px;
	vertical-align : top;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	overflow: auto;
	font: 12px Tahoma;
	text-align: justify;
	scrollbar-face-color: #ffffff; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-shadow-color: #ffffff; 
	scrollbar-3dlight-color: #ffffff; 
	scrollbar-arrow-color: #439bd6; 
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
}
#text a {
	color: #439bd6;
	text-decoration: none;
}
#text a:hover {
	text-decoration: underline;
}
p {
	margin: 0px 0px 8px 0px;
}
#menu {
	padding: 2px 0px 0px 0px;
	background: transparent url('images/menu_bg.gif') 0% 0% repeat-x;
}
#menu a.item {
	margin: 0px;
	padding : 13px 4px 6px 4px;
	display: block;
	sheight: 33px;
	background: transparent url('images/menu_item_bg_inactive.gif') 0% 0% repeat-x;
	font: 12px Tahoma;
	color: #000000;
	text-decoration: none;
}
#menu a.item:hover {
	background: transparent url('images/menu_item_bg_active.gif') 0% 0% repeat-x;
	color: #ffffff;
}
ul {
	margin: 0px;
  padding: 0px 0px 0px 15px;
}
