@charset "utf-8";
/* CSS Document */

#header{
	border-bottom:3px solid #0076ad;
	position:relative;
	height:84px;
}

#logo{
	margin: 2px;
	width: 220px;
	height: 80px;
	float: left;
}

#send_functions{
	padding-top:0.5em;
	text-align:right;
}

#send_functions li{
	display:inline;
	margin:0 1%;
}
