body {
	background: #333 url("../images/header_bg.png") top left repeat-x;
  	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	width:  800px;
  	padding: 0;
  	border: 0;
  	font-family: Arial, Helvetica, sans-serif;
  	color: white;
}

html body {
  	font-family: Arial, Helvetica, sans-serif;
}

a img {
  	border: 0;
  	padding: 0;
  	margin: 0;
}

h2 {
	font-size: 12px;
	color: #0cf;
	padding: 0;
	line-height: 1em;
}

h3 {
	font-size: 12px;
	padding: 0;
	line-height: 1em;
}

a:link {
	text-decoration: none;
	font-size: 14px;
	color: #00CCFF;
}

a:visited {
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
}

a:hover	{
	text-decoration: none;
	font-size: 14px;
	color: #00ed85;
}

ul li {
	display: inline;
	text-decoration: none;
	list-style-type: none;
}

.menu {
  	display: 0;         /* ignored by IE */
	position: absolute;
	top: 72px;
	left: -40px;
  	list-style-type: none;
  	white-space: nowrap;    /* keep text on one line */
  	border: none; /* 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: 0 16px;
  	color: #000; 
  	background: #bebdbd; 
  	border: 1px solid #000; /* 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: #fff; 
  	background: #08c;
}

#contentbox1 {
	border-right: 1px solid gray;
	display: block;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	height: 200px;
	width: 200px;
	margin: 10px;
	padding-right: 1em;
	left: 0;
	top:  260px;
}

#contentbox2 {
	border-right: 1px solid gray;
	display: block;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	height: 200px;
	padding-right: 1em;
	width: 200px;
	margin: 10px;
	left: 220px;
	top: 260px;
}

#contentbox3 {
	display: block;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	height: 200px;
	width: 200px;
	top: 270px;
	left: 450px;
}

#firefox {
	display: block;
	position: absolute;
	right: 0;
	top: 80%;
}
