html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, sans;
}
a {
	text-decoration: none;
	color: black;
}
body {
	background: Black url() 50% 25% no-repeat; 
}
#wrapper {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#main {
	z-index: 1;
	position: relative;
	width: 80%;
	max-width: 1000px;
	height: 400px;
	margin: 2em auto;
}
#languages {
	float: right;
	height: 20px;
	padding: 2px 15px 0px 0px;
	background-color: white;
}
#languages a {
	text-decoration: underline;
	color: black;
}
#menu {
	background-color: #fff;
	overflow: auto;
}
#menu div {
	height: 20px;
	padding: 2px 15px 0px 15px;
	float: left;
	text-align: center;
	font-size: 11pt;
}
#menu .itemActive {
	background-color: Gray;
}
#menu .itemActive a, #menu .itemHover a {
	color: white;
	text-decoration: underline;
}
#menu .itemHover {
	background-color: Black;
	float: left;
	cursor: pointer;
}
#banner {
	height: 80px;
	background-color: #fff;
	text-align: center;
}
#mainContent {
	padding: 0px 20px 0px 20px;
	background-color: #fff;
	text-align: justify;
	overflow: auto;
}
#refs {
	z-index: 0;
	position: relative;
	top: -200px;
	width: 80%;
	max-width: 1000px;
	height: 260px;
	margin: 0px auto;
}
#refsContent {
	height: 200px;
	padding: 0px 20px 0px 20px;
	background-color: #fff;
	text-align: justify;
	overflow: auto;
}
.topLeft, .topRight {
	height: 20px;
}
.bottomLeft, .bottomRight {
	height: 40px;
}
.topLeft, .bottomLeft {
	float: left;
	clear: right;
}
.topRight, .bottomRight {
	float: right;
	clear: right;
}
.topRest, .bottomRest {
	margin: 0px 20px 0px 20px;
}
.topRest {
	height: 20px;
	background: url(graphics/panelCornerBGT.png);
}
.bottomRest {
	height: 25px;
	background: url(graphics/panelCornerBGB.png);
	padding-top: 15px;
	font-size: 8.5pt;
	text-align: center;
}

/* about content */
label {
	padding-right: 10px;
}

input.text {
	width: 400px;
	padding: 3px;
	border: 1px solid black;
}

select {
	width: 400px;
	padding: 3px;
}

textarea {
	width: 400px;
	padding: 3px;
	border: 1px solid black;
}
