.main_table_back {
	background-image: url(images/home/main_table_back.gif);
}
.top_stripe {
	background-image: url(images/nav/tab_top_stripe.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.info_box_left {
	background-image: url(images/info_box_left.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.info_box_right {
	background-image: url(images/info_box_right.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.right_bottom_border {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.full_border {
	border: 1px solid #999999;
}
.top_left_bottom_border {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.l_b_r_border {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.l_r_border {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.r_border {
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
html,body {
	height: 100%;
}
body {
	background-image: url(images/home/background.gif);
	margin: 0 0 0 0;
}
.b_border {
	border-bottom: #999 solid 1px;
}
#thumbs {
	height: 245px;
	overflow: auto;
	visibility: visible;
	margin: 0 0 20px 0;
}
#column_shell {
	height: 479px;
}
#column_shell #left_column {
	width: 363px;
	clear: right;
	background-color: #FFF;
	_top: 100%;
	float: left;
	border-right-color: #999;
	border-right-style: solid;
	border-right-width: 1px;
	padding: auto 0;
	margin: 0px;
	height: 100%;
}
#column_shell #right_column {
	width: 386px;
	height: 100%;
	background: url(images/home/main_table_back.gif) top left repeat;
	clear: right;
	float: left;
	padding: auto;
}
#column_shell #right_column #contents {
	margin: auto;
	width: 280px;
	height: auto;
	padding: 20px 0 0 0;
}
