body {
	color: #2c344f;
}

#headerbar {
	font-style: normal;
	background-image: url(/images/header_background.png);
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-repeat: repeat-x;
	text-align: right;
	margin-bottom: 30px;
	color: white;
	line-height: 45px;
	height: 45px;
	font-size: 11px;
}

#statusbar{
	height: 45px;
	line-height: 45px;
	text-align: left;
	font-style: normal;
  font-weight: normal;
}

#flash_container{
	background-color: #3f3f3f;
	right: 300px;
	left: 300px;
	top: 300px;
	position: fixed;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	opacity: 0.75;
	min-height: 100px;
}

#flash_container #flash{
	font-style: normal;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding-bottom: 25px;
	padding-top: 25px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	display: block;
	position: relative;
	line-height: 25px;
	font-size: 20px;
	color: #f2f2f2;
}

a{
	color: inherit;
}


