#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 12em;
}
#menu li {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 67.5%;
	font-weight: bold;
	line-height: 16px;
}
#menu a {
	background: #333;
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #ece7d1 left center no-repeat;
	color: #333;
	padding-bottom: 8px;
}
#text_box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	text-align: left;
	padding-top: 4px;
	padding-right: 58px;
	padding-bottom: 24px;
	padding-left: 24px;
	/*overflow: visible;*/
	position:absolute;
	left:348px;
	top:167px;
	width:575px;
	/*min-height:800px;*/
	/*z-index:3;*/
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
#top_bar {
	position:absolute;
	left:155px;
	top:0px;
	width:849px;
	height:167px;
	z-index:1;
	background-image: url(top_banner_2.jpg);
}
#side_menu {
	position:absolute;
	left:155px;
	top:167px;
	width:12em;
	height:294px;
	z-index:2;
}
.boldheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
body {
	background-color: #CCCCCC;
}

