body {
  padding-left: 0em;
  color: white;
  background-color: #6e6e6e }

#navbar {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	font-weight:bold;
	padding:0px 20px;
	margin:0px;
	border:0px;
	background:url("images/bar6.png") repeat-x;
	height:30px;
	width:760px;
}
#navbar li {
	list-style:none;
	display:inline;
}
#navbar a {
	width:129px;
	color:#d3d3d3;
	text-decoration:none;
	background:url("images/bar5.png") no-repeat;
	float:left;
	padding:7px 0px 7px;
	margin:0px;
}
#navbar a:hover { 
	background-position:0 -30px;
	color:#37536c;
}
#navbar a:active {
	background-position:0 -60px;
	color:#37536c;
}

#headbar {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	font-weight:bold;
	padding:5px 0px;
	background-color: #37536c;
	background:url("images/backgrounds/rotate.php") no-repeat;
	height:143px;
	width:800px;
	margin:0px;
}

#headbar li {
	list-style:none;
	display:inline;
}
#headbar a {
	width:114px;
	height:20px;
	color:#d3d3d3;
	text-decoration:none;
	background:url("images/bartest.png") no-repeat;
	float:left;
	padding:2px 0px 3px;
	margin:0px;
}
#headbar a:hover { 
	color:#fff;
	background-position:0 -30px;
}
#headbar a:active {
	color:#fff;
	background-position:0 -60px;
}

#main {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	font-weight:;
	color:#000;
	padding:5px 20px;
	background-color: #e6e6e6;
	background:url("images/silverback.jpg") repeat;
	height:auto;
	width:760px;
	margin:0px;
}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.6em;
	font-weight:;
	color:#000;
	padding:5px 5px;
	background-color: #37536c;
	height:50px;
	width:790px;
	margin:0px;
}

#dropbox {
	padding:3px 3px;
	background-color: #4a4a4a;
	height:auto;
	width:800px;
	margin:5px;
}

#sliver {
	padding:0px 0px;
	background-color: #7288a9;
	height:5px;
	width:800px;
}

ul{
    margin: 0 auto;
}

/* The wider the #list_wrapper is, the more columns will fit in it */
#list_wrapper{
    width: 200px
}

/* The wider this li is, the fewer columns there will be */
    ul.multiple_columns li{
        text-align: left;
        float: left;
        list-style: none;
        height: 30px;
        width: 50px;
    }

#container {
  margin: 0 auto;
  width: 800px;
  } 