@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000000;
	background-image: url(../images/site_structure/honeycomb_bkgrnd.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
}
.header  #nav_bkgrnd {
	margin: 0;
	background: transparent;
	background-repeat: repeat-x;
	background-image: url(../images/site_structure/main_header.png);
}
.header  #content {
	margin: 0;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 900;
	color: #FFFFFF;
}


.menu {
	padding: 0;
	background-color: #222222;
}

.menuItem {
	padding:4px 10px 4px 10px;
	border-bottom:solid 1px #7d6419;
}

.menuItem:hover {
	background-color:#744e15;
}

.menuItem a {
	color:#d2c9bd;
	text-decoration:none;
}

#demo {
	cursor:pointer;
	padding: 0;
	margin: 0;
}

#demo span {
  padding:0;
  cursor:pointer;
}

#demo span:hover {
  text-decoration:underline;
}

a:link {
	color:#FFFFFF;
}      /* unvisited link */
a:visited {
	color:#CCCCCC;
}  /* visited link */
a:hover {
	color:#FFFFFF;
}  /* mouse over link */
a:active {
	color:#FFFFFF;
}  /* selected link */

