
/* Header
----------*/

header {
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	background-color: #F5F7F9;
	width: 350px;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	z-index: 100;
}