html, body {height:100%}
body {
	padding:0;
	margin:0;
	background: #cccc99;
	font-family: Georgia, "Times New Roman", Times, Serif;
	color: #330;

}
#outer{
	height:100%;
	min-height:100%;
	margin-left:160px;
	background:#ddb;
	border-left:1px solid #000;
	border-right:1px solid #000;
	margin-bottom:-20px;
	color: #330;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#leftbox {
	position:relative;/*ie needs this to show float */
	width:160px;
	float:left;
	margin-left:-159px;/*must be 1px less than width otherwise won't push footer down */
}
#leftbox p {padding-left:3px;padding-right:2px}


#footer {
	width:100%;
	clear:both;
	height:18px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #996;
	color: #330;
	text-align:center;
	position:relative;
	font-size: 80%;
}
* html #footer {/*only ie gets this style*/
	\height:20px;/* for ie5 */
	he\ight:18px;/* for ie6 */
}
#clearfooter{clear:both;height:10px;}/*needed to make room for footer*/
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */

#footer a:link, a:visited{
color: #330;
}

#centrecontent {
padding-top: 10px; /*Added to give a little space above title boxes*/
}

div.textbox{
text-align: center;
position: relative;
margin-top: 10px;
margin-bottom: 10px;
}

div.titlebox{
text-align: center;
position: relative;
left: 30%;
width: 40%;
border: double #333300;
background-color: #cccc99;
margin-bottom: 10px;
font-size: 225%;
}

div.center{
position: relative;
text-align: center;
}

img{
border: solid 1px #333300;
}

a:link, a:visited{
color: #333300;
text-decoration: none;
}

a:hover{
color: #666600;
text-decoration: underline;
}

.smallchairs, .chests, .clocks, .tables, .custom, .furniture{
position: relative;
float: left;
/*width: 550px;*/
margin: 15px 15px 15px 15px;
display: inline;
}

.smallchairs img, .chests img, .clocks img, .tables img, .custom img, .furniture img{
float: left;
margin: 0 15px 0 0;
}

h4{
margin: 0 0 5px 0;
}