#topbar {
	position: absolute;
	height: 133px;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	background-image: url(../images_template/bg-lines.gif);
	background-repeat: repeat;
	text-align: right;
}
#home-content {
	position: absolute;
	top: 190px;
	left: 0px;
	width: 325px;
	height: 160px;
}
#home-content h3 {
	margin-top: 0px;
}
#toplogo {
	position: absolute;
	left: 60px;
	top: 24px;
	width: 206;
	height: 131;
	z-index: 4;
}
#toplines {
	position: absolute;
	height: 16px;
	width: 100%;
	left: 0px;
	top: 131px;
	right: 0px;
	background-image: url(../images_template/yellowlines-top.gif);
	background-repeat: repeat-x;
	z-index: 5;
}
#menuarea {
	position: absolute;
	height: 22px;
	width: 651px;
	left: 0px;
	top: 147px;
	right: 0px;
	background-image: url(../images_template/menuarea-botborder.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.maintable {
	width: 100%;
	height: 100%;
}
.body {
	padding-top: 196px;
	vertical-align: top;
}
.footer {
	height: 46px;
	border-top: 1px solid #FDB813;
	text-align: right;
	padding: 12px;
}
.contentarea-01 {
	width: 33%;
	vertical-align:top;
	background-color: #232323;
}

.contentarea-02 {
	width: 33%;
	vertical-align:top;
	background-color: #262626;
}
.contentarea-03 {
	width: 33%;
	vertical-align:top;
	background-color: #292929;
}
