html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #FFFBEB;
}

a { color: #5761A8 }
a:visited { color: #A84245 }

.pageContainer {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	text-align: left;
	background: #FFFBEB url(/storage/39077/designs/energi/background.jpg) no-repeat;
}

.pageTop {
	position: absolute;
	top: 0;
	left: 0;
	width: 195px;
	height: 160px;
	background: transparent url(/storage/39077/designs/energi/top.jpg) no-repeat;
}


.pageMenu {
	position: relative;
	top: 160px;
	width: 130px;
	height: 40px;
	padding: 0 5px 0 5px;
	z-index: 100;
}

.pageMenuItem {
	position: relative;
	background: transparent url(/storage/39077/designs/energi/button.gif) top left no-repeat;
	text-align: center;
	width: 95px;
	padding: 2px 15px;
	padding-bottom: 8px;
	z-index: 100;
}

.pageMenuItemText {
	font: 10pt Comic Sans MS, Arial;
	text-decoration: none;
	color: #000000!important;
}

.pageMenuItemText:hover {
	color: #606060!important;
}

.pageSubMenu {
	position: relative;
	left: -15px;
	width: 95px;
	padding: 2px 15px;
	padding-bottom: 5px;
	display: none;
	overflow: hidden;
	z-index: 200;
}

.pageSubMenuText {
	font: 10pt Comic Sans MS, Arial;
	text-decoration: none;
	color: #000000!important;
}

.pageSubMenuText:hover {
	color: #606060!important;
}

.pageContents {
	position: absolute;
	top: 85px;
	left: 145px;
	width: 610px;
	padding: 0 5px 0 5px;
	overflow: hidden;
}
