@charset "utf-8";
/* CSS Document */

#content{
	height: 517px;
	width: 816px;
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fff;
	border-bottom-color: #fff;
	background-color: #fff;
	background-image: url(../../images/home_bg.gif);
	background-repeat: repeat-x;
}
#content_box{
	height: 485px;
	width: 754px;
	margin-top: 31px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #8e3203;
	background-color: #fff;
}
#page_heading{
	height: 25px;
	width: 754px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8e3203;
}
#thumbs_container{
	height: 415px;
	width: 546px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.thumb_row{
    height: 90px;
	width: 546px;
}
.thumbnail{
	height: 88px;
	width: 88px;
	float: left;
	border: 1px solid #8e3203;
}
.spacer{
    height: 18px;
	width: 19px;
	float: left;
}