@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	font: normal 14px/18px Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 22px;
	line-height: 30px;
	color: #111d60;
	margin-top: 10px;
}
div#wrapper {
	border: 1px solid #9f9f9f;
	border-top: none;
	width: 960px;
	margin: 0 auto;
	margin-bottom: 5px;
}
div#masthead {
	height: 89px;
	background: url(../images/bg_masthead.jpg);
	position: relative;
}
div#masthead a#login {
	display: block;
	width: 92px;
	height: 27px;
	background: url(../images/btn_login.gif) no-repeat 0px 0px;
	text-align: center;
	line-height: 27px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	float: right;
	margin: 10px 10px 0;
}
div#masthead a#login:hover {
	background-position: 0px -27px;	
}
div#masthead #logo {
	position: absolute;
	top: 12px;
	left: 24px;
}
div#banner {
	background-color: #0b1340;
	width: 100%;
	overflow: auto;
}
div#banner #content {
	float: left;	
	width: 282px;
	padding: 24px;
	color: #fff;
	padding-top: 50px;
}
div#banner h1 {
	color: #f7ca00;
	font-size: 21px;
	line-height: normal;
}
div#banner img {
	float: right;	
}
div#flash {
	position: absolute;
	left: -45px;
	top: -87px;
}
div#footer {
	width: 525px;
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 12px;
	color: #666;
	padding-left: 390px;
}