#header_wrap 
{
	width:900px;
	background-color:#ffffff;
	text-align:center;
}

#header_logo 
{
	float: left;
	width: 900px;
	height: 65px;
	background-image:url(../images/header_buttom.png);
}

#header_menu 
{
	float: left;
	width: 900px;
	padding: 20px 20px 20px 20px;
	
}



.active {
	color: #19b88d;
	
}

#header_menu a {
	height: 60px;
	margin: 0;
	padding: 20px 20px 20px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

#header_menu a:hover { 
	text-decoration: none; 
	color: #19b88d;
}
