A:link {text-decoration: underline; color: #A72E2E}
A:visited {text-decoration: underline; color: #D15858}
A:active {text-decoration: underline; color: #D97373}
A:hover {text-decoration: underline; color: #932828}


body{
  text-align: center;
  background-color: #0D0D0D;
}

#container{
  width: 800;
  margin: 0 auto;
  text-align: left;
}

#news{
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left:auto;
  margin-right:auto;
  width:800px;
  height: 100px;
  background-image: url('http://negre.jonanin.com/xgenchat/logo3.png');
  background-repeat: no-repeat;
}

#news h1{
  font-family: 'Verdana';
  color: #FEF4EF;
  margin-left: 50px;
  margin-top: 0px;
  padding-top: 82px;
  padding-bottom: 0px;
}


#newscontent{
  min-height: 50px;
  background-color: #404040;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

#newscontent h2{
  margin-top: 0px;
  padding-top: 0px;
  font-family: 'Verdana';
  color: #FEF4EF;
  text-align: center;
  font-size: 120%;
}

#newscontent h3{
  font-family: 'Verdana';
  color: #FEF4EF;
  margin-left: 30px;
  margin-top: 0px;
  padding-top: 0px;
  font-size: 100%;
}

#newscontent p{
  font-family: 'Verdana';
  color: #FEF4EF;
  margin-left: 20;
  margin-right: 20;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 80%;
  margin-top: 7px;
  padding-top: 0px;
}


#navbar{
  margin-top:0px;
  padding-top: 0px;
  padding-left:0;
  padding-right:0;
  padding-bottom:0;
  margin-bottom:0;
  width:801;
  height:40;
  background-image: url('http://negre.jonanin.com/xgenchat/navbar/navbar.png');
  background-repeat: no-repeat;
  text-align: center;
  color: white;
  font-family: 'Verdana';
  font-size: 14px;
  background-color:#1A1A1A;
}

#navbar a{
  position: relative;
  height:18px;
  width:200px;
  padding:0;
  margin:0;
  padding-top: 11px;
  padding-bottom: 11px;
  float: left;
  z-index: 2;
}

#oneover{
  display:none;
  position: absolute;
  height:40px;
  width:200px;
  padding:0;
  margin:0;
  float: left;
  z-index: 1;
}

#twoover{
  display:none;
  position: absolute;
  height:40px;
  width:200px;
  padding:0;
  margin:0;
  margin-left:200px;
  float: left;
  z-index: 1;
}

#threeover{
  display:none;
  position: absolute;
  height:40px;
  width:200px;
  padding:0;
  margin:0;
  margin-left:400px;
  float: left;
  z-index: 1;
}

#fourover{
  display:none;
  position: absolute;
  height:40px;
  width:200px;
  padding:0;
  margin:0;
  margin-left:600px;
  float: left;
  z-index: 1;
}



#navbar a:link {text-decoration: underline; color: #F4E8E8}
#navbar a:visited {text-decoration: underline; color: #F4E8E8}
#navbar a:active {text-decoration: underline; color: #EBC7C7}
#navbar a:hover {text-decoration: underline; color: #DE8787}


#navbar #notfirst{
  background-image: url('http://negre.jonanin.com/xgenchat/navbar/partition.png');
  background-repeat: no-repeat;
  margin: 0;
}

#navbar #last{
  background-image: url('http://negre.jonanin.com/xgenchat/navbar/partition.png');
  background-repeat: no-repeat;
  width: 196px;
  margin: 0;
}

#main{
  width:800;
  height:500;
  background-color: #1A1A1A;
  padding:0;
  margin:0;
}

#footer{
  text-align: center;
  color: white;
  font-family: 'Verdana';
  width: 800;
  height: 30;
  background-image: url('footer.png');
  background-repeat: no-repeat;
  font-size: 9px;
  margin-top: -10;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}