.content-container {
	clear:both;
  margin:0;
  margin-top:1px;
  /*width:100px;*/
  width:100%;
}
.tab_space {
	height:0;
	clear: both;
	/*width:100px;*/
}
.main_top {
	padding:0px;
	/*width:100px;*/
}

.main_tab_area{
	/*width:100px;*/
	background: url("http://handiexchange.com/images/main_top_c.png") repeat-x bottom left;
}


.main_tab {
	/*display:inline;*/
	margin:0;
	padding:0;
	height:30px;
	/*width: 0.1%;*/
	white-space: nowrap;
	/*overflow:hidden;*/
	text-align:center;
	vertical-align:bottom;
}




.main_t_l {
	padding-left:11px;
	height:30px;
	/*width:100px;*/
	background: url("http://handiexchange.com/images/main_top_l.png") no-repeat bottom left;
}
.main_t_l_i, .main_t_r_i {
	background: url("http://handiexchange.com/images/main_top_c.png") repeat-x;
}
.main_t_r {
	padding-right:11px;
	/*width:100px;*/
	margin:0;
	background: url("http://handiexchange.com/images/main_top_r.png") no-repeat bottom right;
}
.main_tab_l, .main_tab_l_active, .main_tab_r, .main_tab_r_active {
	width:10px;
	height:30px;
}
.main_tab_l {
	background: url("http://handiexchange.com/images/main_tab_l_inactive.png");
}
.main_tab_l_active {
	background: url("http://handiexchange.com/images/main_tab_l_active.png");
}

.main_tab_c, .main_tab_c_active {
	height:30px;
	min-width:70px;
}

.main_tab_c {
	background: url("http://handiexchange.com/images/main_tab_inactive.png") repeat-x;
}
.main_tab_c_active {
	background: url("http://handiexchange.com/images/main_tab_active.png") repeat-x;
}

.main_tab_r {
	background: url("http://handiexchange.com/images/main_tab_r_inactive.png");
}
.main_tab_r_active {
	background: url("http://handiexchange.com/images/main_tab_r_active.png");
}

.main_l {
	padding-left:4px;
	/*width:100px;*/
	background: url("http://handiexchange.com/images/main_body_l.png") repeat-y left;
}
.main {
	clear:both;
	/*width:100px;*/
}
.content {
	margin:0;
	min-width:300px;
	/*width:100px;*/
	vertical-align:top;
	background: url("http://handiexchange.com/images/main_body.png") repeat;
}
.main_r {
	margin-left: 0px;
	padding-right:4px;
	/*width:100px;*/
	background: url("http://handiexchange.com/images/main_body_r.png") repeat-y right;
}

.main_bottom_area {
	padding:0;
	margin:0;
	/*width:100px;*/
	clear:both;

}
.main_bottom_area div {
	height:11px;
}
.main_bottom {
	height:11px;
	/*width:100px;*/
	clear:both;
}
.main_bottom_l {
	padding-left:11px;
	height:11px;
	background: url("http://handiexchange.com/images/main_bottom_l.png") no-repeat bottom left;
}
.main_bottom_c {
	/*width:100px;*/
	height:11px;
	background: url("http://handiexchange.com/images/main_bottom_c.png") repeat-x bottom;
}
.main_bottom_r {
	/*width:100px;*/
	padding-right:11px;
	height:11px;
	background: url("http://handiexchange.com/images/main_bottom_r.png") no-repeat bottom right;
}
A.tab_label{
	position:relative;
	top:-3px;
	color: #333399;
	font-size: 10pt;
	font-weight: bold;
	font-family: arial;
	text-decoration:none;
}
A.tab_label:hover {
	color: #000000;
}

A.bk_tab_label{
	position:relative;
	top:-3px;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	font-family: arial;
	text-decoration:none;
}
A.bk_tab_label:hover {
	color: #333399;
}