/* CSS Document LIFE*/
#panel_left_btn{
	position: relative;
	left: 26px;
	top: 19px;
	height: 54px;
}

#panel_divide{
	position: absolute;
	top: 35px;
	width: 5px;
	height: 385px;
	background-image: url(../images/img_dot_lifeyellow.gif);
	background-repeat: repeat-y;
	left: 198px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	text-align: left;
	margin: 0px;
	padding: 0px;	
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #EFD700;
	text-align: left;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;	
}

a:link {
	color: #333333; 
	text-decoration: none; 
}

a:visited {	color: #333333; 
   			text-decoration: none;}

a:hover { text-decoration: none; color:#EFD300}

a:active { text-decoration: none; color: #333333; }
