#header {
	width: 100%;
	background-color: #ffffff;
	padding-top: 10px;
	z-index: 999999;
}

#header_logo {
	float: left;
	width: 15%;
	padding-left: 2%;
	padding-right: 3%;
}

#title {
	text-decoration:none;
	text-transform: uppercase;
	font-weight: bold;
}

#title:hover {
	color: lightgrey;
	cursor: pointer;
}

.header_title {
	width: 100%;
	text-align: center;
}

.header_logout_msg {
	background-color: white;
	float: left;
	width: 100%;
	text-align: center;		
}

.header_login_msg {
	background-color: white;
	width: 100%;
	text-align: center;	
}

@media (max-width: 70em) {
	.header_title {
		position: relative;
		float: right; 
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
		text-align: right;
	}
}

#login{
	width: 100%;
	text-align: left;
	background-color: white;
}

#login_message{

}

#logout_button {

}

#forgotpassword{
	margin-left: 25px;
}

#SignIn{
	margin: 0px;
	float: left;
}

#Register{
	margin: 0px;
	margin-left: 5px;
	float: left;
}