  html {
     width: 100%;
    }
body {
background-color: #111;
}
A:link {text-decoration: none; color: #CC0000;}
A:visited {text-decoration: none; color: #776666;}
A:active {text-decoration: underline; color:#000;}
A:hover {text-decoration: underline; color: red;}
a img{
border:0;
} 
.normal {
color: #000;
font-size: 12px;
}
.title {
  color:#000;
  font-size: 18px;
  text-align: center;
}

h1        {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:14pt; color:#000;}
h2     {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11pt; color:#000;}

IMG.displayed {    display: block;    margin-left: auto;    margin-right: auto; border: 0px;}

#center {
 background-color: #FFFFFF;
 width: 1000px;
 margin-left: auto; 
 margin-right: auto;
 height: 525px;
}

#centerlg {
 background-color: #FFFFFF;
 width: 1000px;
 margin-left: auto; 
 margin-right: auto;
 height: auto;

}


#Header {
  background-image: url("Blackflyheader.jpg");
  background-repeat: no-repeat;
  background-color: #000;
  display: block;
  height:100px;
  font-size: 0!important;
  text-align: center; 
  width: 1000px;
  margin-left: auto; 
  margin-right: auto;

}



#main {
  margin-left: 5px
  width: 610px;
  float:left;
}



#menucenter{}

ul#menu{
	margin-left:220px;
	margin-right:auto;
	padding:0;
	list-style-type:none;
	width:780px;
	position:relative;
	display:block;
	height:90px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	text-align: center;
}
ul#menu li{
	display:block;
	float:left;
	width:auto;
	
	margin:0;
	pading:0;}
ul#menu li a{
	display:block;
	float:left;
	color:#cc0000;
	text-decoration:none;
	font-weight:bold;
	height:24px;
	padding: 50px 10px 0px 6px;

	}
ul#menu li a:hover{
		
	}


#footer{
  margin-top: 3px;
  padding: 1px;
  clear: both;
  text-align: center;
  Width: 97%;
}


table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
