#tabbar1 a {
	display:block;
	width:200px;
	float:left;
	border:1px solid black;
	border-right:none;
	padding:5px 2px 5px 2px;
	background:#DDDDDD;
	text-align:center;
	text-decoration:none;
	font-size:10px;	
}

#tabbar1 a.last { border-right:1px solid black; }

#tab1, #tab2, #tab3 {
	width:390px;
}

#show1 {
	clear:both;
	width:390px;
	color:#000000;
	padding:10 0 10 0;	
}