/*Illuminatus Style Sheet*/
body	{
	max-width:100%;
	margin:		0;
	padding:	0;
	font: 22px/24px helvetica, verdana, lucida, arial, "Trebuchet MS", sans-serif;
	color:	#000;
	background: #000;
	}

@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: 90%;
  }
}

a:link {
  color: blue;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: sienna;
  background-color: transparent;
  text-decoration: none;
  text-shadow: 2px 2px 5px black;
}

a:hover {
  color: green;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: green;
  background-color: transparent;
  text-decoration: underline;
}


li {
	line-height: 1.5em;
	}

#bcrumbs{
/* 	border: 2px solid red; */
	width: 200px;
	height: auto;
	margin: 2px 0 0 0px;
	position: relative;
	background: white;
	padding: 0;
	text: 1em;
	color: magenta;
	}


#main {
/* 	border: 2px solid red; */
	width: auto;
	height: auto;
	margin: 2px auto;
	position: absolute;
	background: black;
	padding: 0;
	}

#header {
	position: relative;
	top: 2px;
	left: 280px;
/* 	width:600px; */
	max-width:100%;
	height: 134px;
	margin: 0 0 0 0;
	}

/* navbar */
#navbar {
/* 	max-width:100%; */
	color: #fff;
	width: 150px;
	height: auto;
	float: left;
	border: #000;
	padding: 0;
	margin: -20px 20px 0 20px;
	font-size: 1em;
	line-height: 1em
	}

#navbar	a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

#navbar	a:visited {
  color: tan;
  background-color: transparent;
  text-decoration: none;
  text-shadow: 2px 2px 5px black;
}

#navbar	a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

#navbar	a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}
/* Endnavbar */

#content  {
/* 	max-width:100%; */
	border: 1px solid green;
	background: white;
	color: black;
	position: absolute;
	top: 155px;
	left: 150px;
	width: 825px;
	height: auto;
	margin: 0 0 0 0px;
	padding: 2px 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}

#newsflash {
	position: absolute;
	top: 150px;
	left: 145px;
	padding: 0 0 0 10px;
	display: block;
	font-size: 16px;
	color: black;
	background: white;
	border: 1px solid red;
	line-height: 18px;
	width: 780px;
	height: 40px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	z-index: 10;
	}


.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
  color: black;
  text-align: center;
  font-size: 1em;
  height: 10px;
}


img {
max-width: 100%;
display: block;
}

h1, h2, h3, h4, h5, h6	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: black;
	background: transparent;
	margin-top: 16px;
	}

h1	{
	font-size:	20px;
	line-height: 24px;
	}

h2	{
	font-size:	120%;
	line-height: 110%;
	}

h3	{
	font-size:	100%;
	}