
h3  {
	padding-bottom: 10px;
}	
#box  {
	width: 732px;
}
#block  {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	padding: 3px;
	margin: 5px 0 0 0;
	border: 1px solid silver;
}
#block ul  {
	margin: 0;
	padding: 0;
	list-style: none;
	
}
#block li  {
	width: 169px;
	height: 125px;
	margin: 2px;
	padding: 3px;
	float: left;
	display: inline;
	border: 1px solid blue;
}
.add  {
	position: relative;
	left: 0;
	top: 0;
	font-size: 1.2em;
}
.add a, .add a:link, .add a:visited{ color: black;}
.add a:hover   {color: red;}
#block span  {
	position: absolute;
	left: 2px;
	top: 50px;
	font-size: .85em;
	color: gray;
}
.sleeps1, .sleeps2, .sleeps3, .sleeps4, .sleeps5, .sleeps6, .sleeps7, .sleeps8 {
	position: absolute;
	left: -208px;
	top: 50px;
}
.house  {
	font-style: italic;
	font-weight: bold;
}

.more  {
	position: absolute;
	right: 5px;
	bottom: 2px;
	font-size: .9em;
	
}
.more a, .more a:link, .more a:visited{ color: red;}
.more a:hover   {color: black;}
	

.let  {
	position: absolute;
	left: 20px;
	top: 97px;
	width: 67px;
	height: 30px;
	background: url(../images/let.gif);
}
#footer  {
	margin:5px 0 0 0;
	border:1px solid silver;
}

