body {
/* 	background: #eef url(images/bg_main.gif) repeat-y center top; */
	text-align: center;
	padding: 0;
	margin: 0;
}

#container {
	text-align: left;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
#headbar {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ddd;
	height: 120px;
	background-color: transparent;
	background-image: url(images/bg_headbar.jpg);
	background-repeat: no-repeat;
	background-position: 0px -180px;
}
#headbar img {
	display: block;
	float: right;
	margin-top: 46px;
}
#headbar h1, #headbar h2 {
	padding: 0;
	margin: 0;
	line-height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -380px;
/* 	background-color: #333; */
	width: 760px;
}
#headbar h1 {
	top: 0;
	font-size: 14px;
	padding: 18px;
	color: #000;
}
#headbar h2 {
	top: 81px;
	font-size: 12px;
	padding: 5px;
	padding-left: 18px;
	color: #666;
}
#leftside {
	float: left;
	width: 200px;
}
#navbar {
	margin: 24px 0;
	padding: 0;
	list-style-type: none;
}
#navbar li {
	display: inline;
}
	
#navbar li.heading {
	display: block;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 8px;
	margin-bottom:6px;
/* 	padding: 0 0 24px 4px; */
/* 	background: transparent url(images/bg_linkheading.gif) no-repeat left center; */
	font-size: 14px;
	color: #444;
}
#navbar li hr {
	display: block;
	border-color: transparent;
	border-bottom: 1px dotted #aaa;
	height: 1px;
	margin: 10px 20px;
}
#navbar a {
	text-decoration: none;
	background: transparent url(images/bg_linkactive2.gif) no-repeat left center;
	display: block;
	margin-left: 10px;
	padding-left: 15px;
	font-size: 13px;
	color: #345;
	line-height: 30px;
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;	
}
#navbar a:hover {
	text-decoration: underline;
}
#navbar a.active {
	font-weight: bold;
	background: transparent url(images/bg_linkactive3.gif) no-repeat left center;
}
#rightside {
	float: right;
	width: 560px;
}
#pagetitle {
/* 	float: right; */
	text-align: right;
	font-size: 18px;
	padding: 0;
	margin: 0;
	color: #777;
}
#content {
	padding: 15px;
}
#footer {
	clear: both;
/* 	background-color: #eee; */
	padding: 10px 0px 15px 100px;
	font-size:80%;
	line-height:160%;
	text-align:center;
}
#address {
	font-size: 90%;
	text-align: center;
	line-height: 150%;
}
