body {
	font: 11px sans-serif;
}
img {
	border: none;
}
a {
	color: gray;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#mainContainer {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 700px;
	height: 700px;
	margin-top: -350px;
	margin-left: -350px;
	overflow: visible;
}
#menuBackground {
	position: absolute;
	top: 0px;
	left: 40px;
	bottom: 0px;
	background: #d0d0d0;
	z-index: -10;
}
#superMenuItem1 {
	left: 40px;
}
#superMenuItem2 {
	left: 60px;
	background: url('images/semiTransparentBackgrounds/20PercentTransparency.png');
}
#superMenuItem3 {
	left: 80px;
	background: url('images/semiTransparentBackgrounds/40PercentTransparency.png');
}
#superMenuItem4 {
	left: 100px;
	background: url('images/semiTransparentBackgrounds/60PercentTransparency.png');
}
#superMenuItem5 {
	left: 120px;
	background: url('images/semiTransparentBackgrounds/80PercentTransparency.png');
}
#subMenu a {
	display: block;
	height: 16px;
	color: black;
}
#subMenu a:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#superPageTitle {
}
#logo {
	position: absolute;
	top: 40px;
	right: 20px;
	width: 178px;
}
#shortPageBackground {
	margin-top: 90px;
}
#tallPageBackground {
	margin-top: 0px;
}
#bodyContents {
	margin-left: 245px;
}
#superMenuItemInSection {
	position: absolute;
	top: 0px;
	left: 60px;
	bottom: 0px;
	width: 20px;
	background: url('images/semiTransparentBackgrounds/20PercentTransparency.png');
}
#subMenuContainer {
	position: absolute;
	top: 0px;
	left: 80px;
	bottom: 0px;
	width: 125px;
	/* background: url('images/semiTransparentBackgrounds/80PercentTransparency.png'); */
	background: url('images/semiTransparentBackgrounds/20PercentTransparency2.png');
}
#subMenu {
	margin-top: 98px;
	margin-left: 5px;
}
#selectLanguage {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 42px;
	height: 42px;
	padding: 3px;
	text-align: right;
	background: url('images/semiTransparentBackgrounds/60PercentTransparency.png');
}
#selectLanguage a {
	color: black;
}
.menuBackgroundFrontPage {
	width: 100px;
}
.menuBackgroundInSection {
	width: 165px;
}
.bodyAfterBackground {
}
.bodyNoBackground {
	margin-top: 100px;
}
.superMenuItems {
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 20px;
}
.superMenuItems img, #superMenuItemInSection img {
	margin-top: 100px;
	margin-left: 5px;
}
.section1 {
	background: #ff7e00;
}
.section2 {
	background: #ff0000;
}
.section3 {
	background: #007eff;
}
.section4 {
	background: #ffff00;
}
.section5 {
	background: #007eff;
}
.employee {
	margin-bottom: 20px;
}
.employeeHeader {
	text-transform: uppercase;
}
.thisPage {
	font-weight: bold;
}
#selectExtraPage {
	position: absolute;
	top: 468px;
	left: 18px;
	width: 116px;
	height: 18px;
	margin: 0px;
	padding: 0px;
}
#employeeImage {
	position: absolute;
	top: 275px;
	left: 80px;
	width: 150px;
	height: 150px;
}
#employeeTable td {
	vertical-align: top;
}
.column2 {
	padding-left: 12px;
}

