html {
height: 100%
}

body {
height: 100%;
margin: 0;
padding: 0;
font-family: "Century Gothic", futura, sans-serif;
background-color: #000000;
text-transform: uppercase;
letter-spacing:1px;
overflow-x: hidden;
overflow-y: auto;

}

a:link, a:visited {
text-decoration:none;
color: rgb(146,148,151);
font-size: inherit;
}


#container
{
  position: center; 
  margin: 2px auto auto auto;
	width: 900px;
  min-height: 600px;
  background-image:url('background3.jpg');
  background-repeat:no-repeat;
  background-position:top;
  padding: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 1px;
  z-index: 1;
  
  


}

#container #top_nav {
  position: center;
  float: left;
  margin: 0px;
  padding: 0px;
  width: 600px;
  height: 20px;
  margin: 20px 120px 60px 120px;
  list-style-type:none;
  text-align: center;
  z-index: 1;
  
}
#top_nav li {
  display:inline;
  margin: 0px 2px 0px 2px;
  font-size: 11px;
  color: rgb(255,255,255);
  margin-right: 15px;
}
#top_nav li a {
  text-decoration: none;
  color: rgb(255,255,255);
}
#top_nav li a:hover {
  color: rgb(255,0,0);
}

#container #navigation_left
{
  position: relative;
  float: left;
  padding: 0px;
  width: 150px;
  height: 225px;
  background-color: #000000;
  margin: 80px 20px auto 20px;
  font-size: 11px;
  color: rgb(255,255,255);
  z-index: 1;
  text-transform: none;
  




}
#navigation_left img
{
  float: left;
  padding: 15px 0px 10px;
  margin: 0px;
}


.nav_left_text{
  margin: 1px auto;
  float: left;

}

#container #navigation_middle
{
  position: relative;
  float: left;
  width: 650px;
  height: 225px;
  background-color: #000000;
  margin: 80px auto auto 30px;
  font-size: 11px;
  color: rgb(255,255,255);
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1;
  text-transform: none;  
  
} 

#container .newboxes-2
{
  position: absolute;
  width: 620px;
  height: auto;
  background-color: #ffffff;
  margin: 250px auto auto 220px;
  float: left;
  color: #000000;
  font-size: 11px;  
  display: none;
  padding: 5px 10px;
  z-index: 100;
  text-transform: none;
  overflow-x: hidden;
  overflow-y: auto;
  
      
  
}
                                              
pre {
   font-family: inherit;
   font-size: inherit;
} 

table{
  width: 100%;
}
                         
table, th, td
 {
 border-collapse:collapse;
 margin: 0px;
 padding: 1px 1px 1px 0px;
 }

a:link {
  color: rgb(146,148,151);
}

a:hover {
  color: rgb(255,0,0);
}

#container #description
{
  float: left;
  width: 600px;
  height: auto;
  background-color: #000000;
  margin: auto 20px auto 220px;
  padding: 15px 0px 0px 0px;
  font-size: 11px;
  color: rgb(255,255,255);
  word-wrap: break-word;
  text-overflow:ellipsis; 
  text-transform: none;
  
} 
#footer {
  width: 100%;
  position: relative;
  bottom:0;
  font-size: 7px;
  color: rgb(255,255,255);
  text-align: center;
  clear: both;
  padding: 0px 0px 5px 0px
  
}




 


                            



