html, body {margin: 0; padding: 0; border: 0;  }

body {
  margin-left: auto;
  margin-bottom: 5px;
  margin-right: auto;
  margin-top: 10px;
  width:800px;
  min-height: 40em;
  background-color: #f3f3f3;
  padding: 0;		
  font-family: "verdana", "arial", "helvetica", "sans serif";
  font-size: 10px;
  font-weight: normal;	
  border-top: 1px solid #000;	
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
	   	
}

#container {
  background-color: #ffffff;
  margin: 0 auto auto auto;
  width: 800px;

}

#header {
	height: 100px;
	width: 800px;
}

#banner {
	float: left;
  background-color: #000000;
  border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
  height: 100px;
  width: 600px;
}

#login-box {
	float: left;
  border-bottom: 1px solid #000000;
  height: 100px;
  width: 199px;
  text-align: center;
  background-color: #f8f8f8;
/*margin: 3px;*/
}

#tag-nav {
  border-bottom: 1px solid #000000;
  padding: 7px 7px 7px 7px;
}

#content {
  padding: 7px 7px 7px 7px;
}

#footer {
/*  border: 1px dotted;*/
  padding: 10px 10px 10px 10px;
}

#taginput-div {
  background-color: #ffff00;
  float:left;
  width: 50%;
  height: 100px;
}

#dragdrop-div {
  background-color: #ff00ff;
  
  float: left;
  width: 50%;
  height: 100px;
}

#results-div {
  background-color: #00ffff;
  
//   position: relative;
  height: 200px;
}


table {
  background-color: #f8f8f8;
  border-collapse: collapse;
}

th, td {
  text-align: left;
  margin: 0;
  padding: 4px;
  border: 1px solid #808080;
}

th {
  text-align: center;
}



