@charset "utf-8";
body {
	clear: left;
	float: left;
	height: 300px;
	width: 780px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/bg_figur.jpg);
}
#global {
	width: 780px;
	background-image: url(../images/bg_780x20.jpg);
	background-repeat: repeat-y;
}
#global #topLogo {
	float: left;
	height: 80px;
	width: 140px;
}
#global #topBanner {
	float: left;
	height: 100px;
	width: 640px;
	background-image: url(../images/topBanner.gif);
	background-repeat: repeat-x;
	text-decoration: none;
}
#global #topBanner #topBannerTable {
	height: 100px;
	width: 100%;
}

#global #headMenu {
	float: left;
	height: 20px;
	width: 640px;
	margin-left: 0px;
	padding-left: 140px;
}

#global #contentGroup {
	clear: left;
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	background-image: url(../images/bg_780x20.jpg);
	background-repeat: repeat-y;
}
#global #contentGroup #menu {
	clear: left;
	float: left;
	width: 140px;
	text-align: left;
	vertical-align: top;
	height: 400px;
}
#global #contentGroup #content {
	float: left;
	width: 640px;
	text-align: left;
	vertical-align: top;
}
#global #footer {
	clear: left;
	float: left;
	height: 20px;
	width: 100%;
	vertical-align: bottom;
	background-color: #FFCC00;
	line-height: 20px;
	font-style: italic;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

