#tabs {
    float: left;
    width: 100%;
    font: 0.75em Verdana, Arial, Helvetica, sans-serif;
    line-height: normal;
	background: #FFFFFF;
	background: url("tabs/bottom.gif") repeat-x bottom;
    }
	
	
#tabs ul {
    margin: 0;
    padding: 10px 10px 0 10px;
    list-style: none;
    }
	
	
#tabs li {
    float: left;
    margin: 0 10px 0 0;
    padding: 0 0 0 10px;
	font-weight: bold;
	background: url("tabs/left.gif") no-repeat left top;
    }
	
#tabs span {
	float: left;
    display: block;
	background: url("tabs/right.gif") no-repeat right top;
	color: #70919F;
	text-decoration: none;
    padding: 7px 15px 6px 5px;
    }
/* hide from IE5-Mac \*/
#tabs span {float:none;}
/* end hide */

#tabs #active{
    background-image:url("tabs/left_on.gif");
    }
	
#tabs #active span {
    background-image: url("tabs/right_on.gif");
	padding-bottom: 7px;
	color: #70919F;
    }
	
#tabs a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #FFFFFF;
}

#tabs a:hover {
	color: #000;
	text-decoration: underline;
}
.match_indent {
	margin-right: 20px;
	width: 100%;
}

.tab_content {
margin: 0 0 30px 0;
	border-left: 2px solid #809EAB;
	border-right: 2px solid #809EAB;
	border-bottom: 2px solid #809EAB;
}

.padding_box {
	padding: 60px 20px 20px 20px;
}