body {
    background-image:url(img/bg.gif);
    font-family:verdana;
    font-size:10px;
	margin:0px;
  }
img {border:0;}

.settings A:link {color:#666666; font-weight:bold; text-decoration:none;}
.settings A:active {color:#666666; font-weight:bold; text-decoration:none;}
.settings A:visited {color:#666666; font-weight:bold; text-decoration:none;}
.settings A:hover {color:#666666; font-weight:bold; text-decoration:underline;}
  
.div {width:675px; overflow:hidden; margin: 0 auto;}
.settings {
    height:17px; 
    background-image:url(img/bottom.gif); 
    margin:0px 0px 10px 0px; 
    padding:3px 0px 0px 9px;
    text-align:left;
}
.top {height:60px}
.bottom {height:20px;}
.header {
     width:675px; 
     height:100px; 
     background-image:url(img/header.gif);
}
.main {
     background-color:#ffffff; 
     width:675px;
}
.left {
     width:175px; 
     float:left;
}
.title_search {
     width:173px; 
     height:20px; 
     margin:2px 0px 0px 2px; 
     background-image:url(img/searchtitle.gif);
}
.title_irc {
     width:173px; 
     height:20px;   
     margin:2px 0px 0px 2px; 
     background-image:url(img/irc.gif);
}
.option_box {
     text-align:center; 
     width:171px; 
     border:1px solid #c0c0c0; 
     padding:3px 0px 3px 0px; 
     margin:0px 0px 0px 2px; 
     border-top:0;
     background-color:#f1f1f1;
}
.option_box input {margin:0px 0px 2px 0px;}
.left_box {
     text-align:center; 
     width:171px; 
     border:1px solid #c0c0c0; 
     padding:3px 0px 1px 0px; 
     margin:2px 0px 0px 2px;  
     background-color:#f1f1f1;
}
.left_box img {margin-bottom:2px;}
.right {
     width:500px; 
     float:left; 
     text-align:left;
}
.top_adv {
     width:487px; 
     background-color:#f1f1f1; 
     text-align:left; 
     border:1px solid #c0c0c0; 
     margin:2px 0px 0px 2px; 
     padding:3px;
}
.box {
     width:493px; 
     text-align:left; 
     border:1px solid #c0c0c0; 
     margin:2px 0px 0px 2px;
}
.box textarea {
     border:1px solid #aeaeae; 
     margin:0px 0px 0px 22px;
	 width:400px; 
	 height:500px;
	 font-size:11px;
	 font-family:verdana;
}
.box input {
     width:400px; 
     border:1px solid #aeaeae; 
     margin:5px 0px 3px 22px;
	 font-size:11px;
	 font-family:verdana;
}
.box select {
     width:400px; 
     text-align:center;
	 border:1px solid #aeaeae; 
     margin:0px 0px 0px 22px;
	 font-size:11px;
	 font-family:verdana;
}

.title {
     background-color:#f0f0f0; 
     margin:2px 2px 0px 2px; 
     color:#5d91bf; 
     padding:2px 0px 2px 0px; 
     font-family:Georgia, Serif; 
     text-indent:10px; 
     font-size:20px; 
     border-bottom:1px dashed #666666;
}
.news {
     text-align:justify; 
     font-size:11px; 
     background-color:#FFF; 
     margin:0px 0px 0px 2px; 
	 overflow:hidden;
	 padding:2px 2px 2px 2px; 
}
.credits {
     width:495px; 
     text-align:center; 
     border-top:4px solid #c0c0c0; 
     margin:2px 0px 0px 2px; 
     padding:19px 0px 19px 0px; 
     background-image:url(img/bgcredits.gif);
}
.gallery img {
    padding:2px; 
	border:1px solid #c0c0c0; 
	margin:2px;
}
}
/*  ------------------- ADMIN CSS  ------------------- */

.warning {
  text-align:center; 
  background-color:#ffc5c5; 
  margin:auto; 
  margin-top:10px; 
  margin-bottom:10px;  
  padding:10px 0px 10px 0px; 
  border:1px dashed #ff3030; 
  width:400px;
}
.warning2 {
  text-align:justify; 
  background-color:#b6e782; 
  margin:auto; 
  margin-bottom:10px; 
  padding:5px 2px 5px 2px; 
  border:1px dashed #33d900; 
  width:400px;
}
.format {
  background-color:#f1f1f1;
  width:440px;
  margin:0px 0px 0px 22px;

}
.format a {
  display: block;
  float:left;
  border-top:1px solid #ddd5af;
  border-left:1px solid #ddd5af;
  border-bottom:1px solid #666666;
  border-right:1px solid #666666;
  padding:2px;
  margin:0px 1px 2px 1px;
  width:50px;
  text-align:center;
  color:#000;
}
.format a:hover{
  background-color: #f7f7f7;
}
table {
  border-bottom:1px solid #666;
  border-left:1px solid #666;
  background-color:#fff;
}
td {
  border-top:1px solid #666;
  border-right:1px solid #666;
  text-align:center;
}
.table1 {
  border:0px;
}
.td1 {
    width:80px;
	border:0;
}
.td2 {
    width:400px;
	border:0;
	text-align:left;
}