body, html {

  margin:0px;
  padding:0px;
  font-family:Trebuchet MS,Verdana;
  font-size:13px;
  color: #000;

}

#header {

  background: url('../images/hackworld.png') #f4f4f4 no-repeat;
  height: 80px;
  border: 1px solid #CCC;

}

#header #search {

  float: right;
  position: relative;
  top: 30px;
  margin-right: 20px;

}

#inputbox {

		background-color: #fff;
		color: #555555;
		border: 1px solid #ccc;

}

#button {

  background-color: #fff;
  color: #555555;
  border: 1px solid #ccc;
  font-weight:bold;

}

#navbar {

  background-color: #FFF;
  height: 30px;
  clear: both;
  margin: 0px;
  border-bottom: 1px solid #CCC;

}

#navbar ul {

	margin: 0px;
  padding: 0 0 0 85px;
  list-style: none;

}

#navbar li {

	float: left;
	border-right: 1px solid #CCC;
	height: 30px;
  display: inline;
  margin: 0px;
  padding: 0px;
	
}

#navbar a {

	padding: 5px 15px;
	color: #000;	
	height: 20px;
  font-weight: bold;
  border-width: 0px;
  margin: 0px;
  text-decoration: none;
  float:left;
	
}

#navbar a:hover {

  color: #000;	
	background-color: #F4F4F4;
	
}

ul {
  
  list-style: none;
  margin: 0;
  padding: 0;
        
}
