body {
	padding:0px;
	margin:0px;

}
#toolbar {
  position: relative;

  width: 100%;
  height: 23px;
  margin: 0;
  padding: 0;
  background-color: #333;
  border-bottom: 4px solid #000;
  z-index: 998;
  margin-left: auto;
  margin-right: auto;
}

#toolbar_content {
  position: absolute;
  bottom: 23px;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;

}

#toolbar_toggle {
  position: absolute;
  bottom: -15px; left: 2%;
  width: 160px;
  height: 34px;
  margin: 0 0 0 150px;
  padding: 0;
  z-index: 999;
  background-image: url('../images/toolBarBtn.gif');
  cursor: pointer;
}

.siteContainer{
  position: relative;
  width: 200px;
  height: 200px;
  margin-left: 10px;
  margin-top: 10px;
  float: left;
}

.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;
}
