@charset "utf-8";
/* MicroSE Website HeaderBar */

#headerbar a { 
	color:#FFF; 
	text-decoration:none; 
}

#headerbar a:hover { 
	text-decoration:underline; 
}

#headerbar {
	height: 20px;
	background-color: #000;
	color: #FFF;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FC3;
	z-index: 1;
	line-height: 20px;
}

#headerbar_right {
	float: right;
	margin-right: 5px;
}

#headerbar_left {
	float: left;
	margin-left: 5px;
	font-weight: bold;
}

.header_image {
	top: 2px;
	position: relative;
}