/* CSS Document */

body {
/*	background-repeat: no-repeat;
	background-attachment: fixed;*/
	background-color:#000000;
	margin:auto 0;
	padding:0;
	position:relative;
	font-family:Arial;
	text-align:center;
	color:#FFFFFF !important;
}

a {text-decoration:none !important;}


/*@media only screen and (max-width: 768px) {
  body {
    font-size: 20px;
  }
  a {text-decoration:none;}
}

@media only screen and (max-width: 320px) {
  body {
    font-size: 10px;
  }
  a {text-decoration:none;}
}
*/

#header {
	background:#000;
	height: 145px;
	width: 100%;
	margin:20px 0 0 0;
	position: relative;
	padding-right: 0px;
	padding-top: 0px;
	text-align:center;
}

#menubar {
	height: 20px;
	margin:auto 0;
	padding:0;
	width:100%;
/*	margin-top: 160px;*/
/*	position: relative;*/
/*	background-repeat: repeat-x;*/
/*	top: 0px;
	left: 0px; */
	text-align:center;
	padding:0;
/*	text-justify:distribute;
	justify-content: center;
	align-items: center;
	border:none;*/
}

.menuItem {
	border-left:#FFF solid 2px;
/*	float:left;*/
	width:18%;
	margin:0;
	text-align:center;
	border-right:#FFF solid 2px;
	font-size:16px;
	text-justify:distribute;
	justify-content: center;
	color:#FFF;
	display:inline-block;
	padding:0;
}

#header #menuBar .menuItem a {text-decoration: none;}
.menuItem:link {background-color:#000; text-decoration: none;}
.menuItem:visited {background-color:#000; text-decoration: none;}
.menuItem:hover {background-color:#FFF; color:#000; text-decoration: none;}
.menuItem:active {background-color:#000; text-decoration: none;}

.bottomMenu {display:inline-block; width:10%; color:#FFF;}
.bottomMenu:link {background-color:#000; color:#FFF text-decoration: none;}
.bottomMenu:visited {background-color:#000; color:#FFF text-decoration: none;}
.bottomMenu:hover {background-color:#FFF; color:#000; text-decoration: none;}
.bottomMenu:active {background-color:#000; color:#FFF text-decoration: none;}

#mainContent {
	margin:10px;
}

#footer {
	height: 100px;
	width: 99%;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
