body {
	overflow: hidden;
	margin: 0px;
	padding-top: 100px;
	padding-left: 190px;
	background-color: #eee;
}
#logo {
	position: absolute;
	overflow: visible;
	left: 0px;
	top: 0px;
	z-index: 9;
	
}
#headbar {
	background-color: #003300;
	width: 100%;
	color: #fff;
	height: 100px;
	position: absolute;
	top: 0px;
	overflow: visible;
}
#headbar h1 {
	font-size: 14px;
	margin: 0 0 0 10px;
	top: 10px;
	position: absolute;
}
#headbar h2 {
	font-size: 14px;
	margin-top: 36px;
	margin-left: 20px;
	margin: 36px 0 0 20px;
	top: 36px;
	position: absolute;
	font-weight: normal;
}
#rightside {
	background-color: #fff;
	height: 100%;
	overflow: auto;
	padding-left: 0px;
}
#content, #footer {
	padding-left: 0px;
	width: 640px;
}
#content {
	background-color: #fff;
	padding-bottom: 20px;
}
#leftside {
	background-color: #cfc;
	width: 190px;
	height: 100%;
	float: left;
	overflow: auto;
	left: 0px;
	top: 0px;
	position: absolute;
}
#leftside h3 {
	margin: 8px 0 0 10px;
	padding: 3px;
	border-left: 8px solid #333366;
	font-size: 80%;
}
#translate {
	text-align: center;
}
#address {
	border: 1px solid #aaa;
	margin: 10px;
	font-size: 80%;
	padding: 5px;
	overflow: auto;
	letter-spacing: 0px;
	background-color: #fff;
}
#address p {
	text-align: left;
	padding: 3px;
	line-height: 140%;
	margin: 0px;
}
#counter {
	text-align: center;
	padding-bottom: 8px;
}
#leftside .linkbox {
	background-color: #fff;
	border: 1px solid #aaa;
	margin: 5px;
}
#leftside .linkbox li {
	list-style-type: none;
	font-size: 83%;
	display: inline;
}
#leftside .linkbox ul {
	padding: 4px;
	margin: 0px;
}
#leftside .linkbox a {
	display: block;
	padding: 1px 4px;
	padding-left: 12px;
	text-indent: -8px;
	text-decoration: none;
	color: #456;
}
#leftside .linkbox a:hover {
	background-color: #FFFFCC;
	text-decoration: underline;
}
#leftside .linkbox a.active {
	color: #660033;
	font-weight: bold;
}
#leftside .linkbox h4 {
	font-size: 85%;
	background-color: #def;
	background-image : url(images/headingbg.gif);
	background-repeat: repeat;
	padding: 5px;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 0px;
}
.disabled {
	display: none;
}
#footer {
	text-align: center;
	font-size: 80%;
	color: #456;
	background-color: #fff;
	padding: 14px 0;
}
#pagetitle {
	margin: 0px;
	margin-bottom: 20px;
	padding: 20px;
	padding-left: 0;
	font-size: 20px;
	color: #FF6600;
	border-bottom: 1px dotted #aaa;
	font-weight: bold;
}