body {
	text-align:center;
	margin-top:60px;
}
body, p, h1, h2 {
	font: tahoma;
	color:#444444;
}
#home_icon {
	position:absolute;
	left:0;
	top:0;
}
#home_icon a img { 
	border:none;
}
#rss_icon {
	float:right;
	margin-top:-55px;
	_margin-top:-0px;
}
#wrapper {
	width:700px;
	margin: 0px auto;
	margin-left:184px;
	text-align:left;
}
#content {
	margin-top:25px;
	line-height: 30px;
	font-size:24px;
}
#content a {
	text-decoration:none;
}
#content table tr td {white-space:no-wrap;}
.search_box {
	font-size:32px;
	color:#bbbbbb;
}
#img_fork_knife a img {
	border:none;
}

/* image list */
#image-list {
  width: 100%;
  text-align: center;
  margin-bottom:                1em;
  padding-bottom:                1em;                
  margin-top:                    1em;
  padding-top:                1em;
}

#image-list div.float {
  width: 120px;
  padding: 10px;
  float: left;
}

#image-list div.spacer {
  clear: both;
}

#image-list div.float img {
  margin-left: 5px;
  }

#image-list div.float p {
  font-size: 9px;
  text-align: center;
  }            

#image-list ul {    
  list-style: none;
}

#image-list ul li {
  list-style: none;
  display: inline; 
    float: left;  
    width: 120px; 
    height: 100px; 
    padding: 10px;
  border: 1px solid #000;      
}