body{
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;

	background-color: #e92a2a;
	background-image: url(Images/ahredhurricane.jpg);
	background-attachment: fixed;
	background-position: top right;
	background-repeat: no-repeat;


</style>
}

.menu {
  display:table;         /* ignored by IE */
  padding:0; 
  list-style-type:none;
  white-space:nowrap;    /* keep text on one line */
  border:1px solid #06a; /* add a border to show size of menu */
  }
* html .menu {
  display:inline-block;  /* for IE only */
  width:1px;             /* IE will expand to fit menu width */
  padding:0 2px;         /* fix bug in IE for border spacing */
  }  
.menu li {
  display:table-cell;    /* ignored by IE */
  }
* html .menu li {
  display:inline;        /* for IE only */
  }
.menu a, .menu a:visited {
  display:block;         /* for all browsers except IE */
  padding:4px 16px;
  color: Black;
  background:#d4d4d4; 
  border:1px solid #fff; /* add a 1px white border around items */ 
  text-decoration:none;
  }
* html .menu a, * html .menu a:visited {
  display:inline-block;  /* for IE only */ 
  margin:0 -2px;         /* to correct an IE border width bug */  
  }
.menu a:hover {
  color:White; 
  background:#000099;
  }

.lefted {margin:0 auto 0 0;}
.centered {margin:0 auto;}
.righted {margin:0 0 0 auto;}


#big_gray{
	background-color: #737373;
	margin-left: 200px;
	margin-right: 200px;
	border-color: #000099;
	border-style: solid;
	padding: 10px;
	color: White;
	font-weight: bold;
}	

#headline{
	background-color: White;
	margin-left: 100px;
	margin-right:100px;
	border-color: #000099;
	border-style: solid;
	padding: 10px;
}