#tabbed_box_1 {
	margin: 0px auto 0px auto;
	width:391px;
	float:left;
}

.tabbed_area {	
}

ul.tabs {
	margin:0px; padding:0px;
}
ul.tabs li {
	list-style:none;
	display:inline;
}
ul.tabs li a {
	color:#008c99;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	text-transform: uppercase;
}
ul.tabs li a:hover { color:#000; }
a.tab1 { width: 168px; height: 47px; position: absolute; margin:0; /*border: 1px solid #f00;*/ background: url('/visage/static/tab_left_off.gif') no-repeat; }
a.tab2 { width: 224px; height: 47px; position: absolute; margin:0; /*border: 1px solid #00f;*/ margin-left: 168px;  background: url('/visage/static/tab_right_off.gif') no-repeat;}
ul.tabs li.tab1li a.active1 { background: url('/visage/static/tab_left_on.gif') no-repeat;	}
ul.tabs li.tab2li a.active1 { background: url('/visage/static/tab_right_on.gif') no-repeat; }
.content1 {
	padding:10px;
	margin-top: 45px;
	position: absolute;
}
.content2 {
	padding:10px;
	margin-top: 45px;
	position: absolute;
}
#content_2, #content_4 { display:none; }

#tabbed_box_2 {
	margin: 0px auto 0px auto;
	width:391px;
	float:left;
}
a.tab3 { width: 168px; height: 47px; position: absolute; margin:0; /*border: 1px solid #f00;*/ background: url('/visage/static/tab_left2_off.gif') no-repeat; }
a.tab4 { width: 224px; height: 47px; position: absolute; margin:0; /*border: 1px solid #00f;*/ margin-left: 168px;  background: url('/visage/static/tab_right2_off.gif') no-repeat;}
ul.tabs li.tab3li a.active2 { background: url('/visage/static/tab_left2_on.gif') no-repeat;	}
ul.tabs li.tab4li a.active2 { background: url('/visage/static/tab_right2_on.gif') no-repeat; }
