#tag {
	width:800px; 
	/*height:500px; 	*/
	margin:auto;
}
#tag_title_area {
    width:400px; 
	height:30px; 
	float:left;
}
/*
.tag_title {
    width:192px; 
	height:30px; 
	float:left;
	border:1px solid black;	
}
*/
#tag_title_1 {
	float: left;
	width: 160px; 
	line-height: 17px; 
	padding-top: 3px;
	letter-spacing: 1px; 
	height: 25px; 
	text-align: center ;
    border:1px solid #C3C2C3;
	cursor:hand;
}


#tag_title_2 {
	float: left;
	width: 160px; 
	line-height: 17px; 
	padding-top: 3px;
	letter-spacing: 1px;
	height: 25px; 
	text-align: center;
	border:1px solid #C3C2C3;	
	margin-left:3px;
	cursor:hand;
}

.tag_title_unselected {
	font-size:14px;
	font-weight:bold;
	color:#339900;
	backgroup-color:white;
}

.tag_title_selected {
	font-size:14px;
	font-weight:bold;
	color:#339900;
	background-color:#DCDCDC;
}

#tag_content {
	float: left;
	width: 800px; 
	line-height: 17px; 
	padding-top: 3px;
	letter-spacing: 1px; 
	height: 250px; 
	text-align: center ;
    border:1px solid #C3C2C3;		
	margin-top:-1px;
	clear:both;
}


