body {
	padding:0px;
	margin:0px;
}
#toolbar {
  position:relative;
  width:100%;
  padding:0px;
  background-color:#333;
  border-bottom:4px solid #000;
  z-index:998;
  margin:0px auto;
  text-align:center;
  height:23px;
}
#toolbar_content{
	position:absolute;
	float:left;
  bottom: 23px;
  width:100%;
  margin:0px auto;
  text-align:center;
}
#toolbar_content2{
	width:890px;
	margin:0px auto;
	text-align:center;
	
}
#toolbar_toggle {
  position: absolute;
  bottom: -15px; left: 2%;
  width: 160px;
  height: 34px;
  margin: 0 0 0 20%;
  padding: 0;
  z-index: 999;
  background-image: url('../images/toolBarBtn.gif');
  cursor: pointer;
}

.siteContainer{
  float: left;
  width: 150px;
  height: 143px;
  overflow:hidden;
  margin-left:10px;
  margin-top:10px;
}

.toolBarTitle{
  font-size: 16px;
  color: #eeeeee;
  font-weight: bold;
  font-family:verdana;
}

.toolbarThumb{
  border: 1px solid #000;
  margin-left: auto;
  margin-right: auto;
}
a.toolbar {
  font-weight:normal;
  font-family:verdana;
  font-size:12px;
  text-decoration:none;
  color:#ffffff;
}
a.toolbar:hover {
  text-decoration:underline;
}