	body {
	background: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	img {
	border: 0;
	}
	.inside {
	width: 700px;
	background: #ffffff url(images/bg3.png);
	border: 1px solid #000000;
	}
	.admin-inside {
	width: 650px;
	background: #ffffff url(images/bg-admin.png);
	border: 1px solid #000000;
	}
	.breadcrumb {
	color: #CCCCCC;
	font-weight: bold;
	}
	.breadcrumb a, .breadcrumb a:visited{
	color: #009900;
    font-weight: bold;
	}
	.content {
	color: #ffffff;
	background: #000000;
	padding: 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}
	.content a {
	  color: #333399;
	  font-size: 12px;
	  font-family: Arial, Helvetica, sans-serif;
	}
	.sorting {
	color: #ffffff;
	}
	.sorting a, .sorting a:visited {
	  color: #cccccc;
	  font-size: 12px;
	  font-family: Arial, Helvetica, sans-serif;
	}
	.listing-row {
	background: #EFEFEF;
	}
	.listing-row2 {
	background: #E8E8E8;
	}
	.footer-bar {
	margin-top: 10px;
	width: 700px;
	height: 21px;
	background: #000000 url(images/footer_bg.jpg);
	color: #cccccc;
	text-align: center;
	padding: 0;
	}
	.copyright {
	width: 700px;
	height: 20px;
	color: #cccccc;
	text-align: center;
	padding: 0;
	font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
	}
	
	.footer-bar a, .footer-bar a:visited{
	color: #ffffff;
	font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
    #centerBox {
        width: 700px;
        position: absolute;
        left: 50%;
        margin: 0 0 0 -350px;        
    }
    
    #centerBox p {
        margin: 10px;
        font-family: Verdana;
        font-size: 13px;
    }
	
	#menubar {
	  border-width: 1px 0 1px 0;
	  border-color: #000000;
	  border-style: solid;
	  background: #000000 url(images/menu-bg.png);
	  height: 20px;
      color: #000;
      line-height: 1.2em;
    }
	 #admin-menubar {
	  border-width: 1px 0 1px 0;
	  border-color: #000000;
	  border-style: solid;
	  background: #000000 url(images/admin-menu-bg.png);
	  height: 20px;
      color: #000;
      line-height: 1.2em;
	  }
	.menu {
      width: 56px;
      float: left;
      padding: 0.1em 3em 0.1em 3em;
      cursor: hand;
	  color: #ffffff;
	  font-size: 12px;
	  font-family: Arial, Helvetica, sans-serif;
	  font-weight: bold;
	  border-width: 0 1px 0;
	  border-color: #000000;
	  border-style: solid;
    }
	 .menu:hover {
	 	  background: #000000 url(images/menu-bg2.png);
	 }
	 .menu2 {
      width: 70px;
      float: left;
      padding: 0.1em 3em 0.1em 3em;
      cursor: hand;
	  color: #ffffff;
	  font-size: 12px;
	  font-family: Arial, Helvetica, sans-serif;
	  font-weight: bold;
	  border-width: 0 1px 0;
	  border-color: #000000;
	  border-style: solid;
    }
	 .menu2:hover {
	 	  background: #000000 url(images/menu-bg2.png);
	 }

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
ul a{
	  text-decoration: none;
      cursor: hand;
	  color: #ffffff;
	  font-size: 12px;
	  font-family: Arial, Helvetica, sans-serif;
	  font-weight: bold;
    }

li { /* all list items */
	float: left;
	position: relative;
	width: 10em;
}

li ul { /* second-level lists */
	  top: 21px;
	  left: 10px;
	  width: 150px;
      display: none;
      position: absolute;
      background-color: #e6e6e6;
      color: black;
      list-style: none;
      margin: 0.1em 0 0 0;
      padding: 0;
	  border-width: 0 1px 0 1px;
	  border-color: #000000;
	  border-style: solid;
}
li ul li {
      display: block;
      padding: 0.2em;
	  width: 146px;
	  border-width: 0 0 1px 0;
	  border-color: #000000;
	  border-style: solid;
}
li ul li:hover {
      background-color: #ccf;
    }
li ul li a{
	color: #000000;
	text-decoration: none;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	margin: 0;
    padding: 0;
}

.snake-image-small {
border: 1px solid #666666;
margin: 1px;

}
.table-top {
	background: #333333 url(images/main-bg.jpg);
	color: #cccccc;
}
