body {
  color: #000000; 
  background-color: #000000;
  margin: 0;
  padding: 0;
  min-width: 1000;
  font-family: arial;
  text-align: center;
}

hr {color: #0033cc; width: 500; margin-left: 0}
hr#end_line {color: #0033cc; width: 525}
h1 {color: #CC0000; text-align: center;}
h2 {color: #CC0000; text-align: center;}
h3 {color: #CC0000; text-align: center;}
:link{text-decoration: none; color: #0033CC}
:visited{text-decoration: none; color: #0033CC}
:active{text-decoration: none; color: #0033CC}
:hover{text-decoration: none; color: #CC0000}
:link.menu{text-decoration: none; color: #ffffff}
:visited.menu{text-decoration: none; color: #ffffff}
:active.menu{text-decoration: none; color: #ffffff}
:hover.menu{text-decoration: none; color: #CC0000}

div#container {
  position:relative;
  width:1000px;
  margin: 0 auto 0;
  padding:0;
  text-align: justify;
}

div#title {
  float: left;
  visibility:visible;
  background-image: url("images/hos title bar.jpg");
  background-position: left;
  background-repeat: no-repeat;
  background-color: #ffffff;
  margin-top:0px;
  margin-left:0px;
  width:1000px;
  height:250px;
}

div#content {
  float: left;
  visibility: visible;
  background-color: #ffffff;
  left:0px;
  top: 200px;
  width: 1000px;
  min-height: 400px;
}

div#menu {
  background-color: #000000;
  text-align: center;
  width: 1000px;
}

div#information {
  float: left;
  width: 990px;
  margin-left:5px;
  min-height: 400px;
} 

div#information1 {
  float: left;
  visibility: visible;
  width: 990px;
  margin-left:5px;
  background-color: #ffffff;
}

div#footer {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  width: 1000px;
  height: 20px;
  clear: both;
}

div#float_right {
  position: float;
	visibility: visible;
	background-color: #000000;
	left: 0px;
	top: 0px;
}