@charset "utf-8";
.header {
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	height:340px;
}

.h1 { font:bold 25px Arial, Helvetica, sans-serif; color:#b1d017; text-align:left; }

.h3 { font:normal 13px/20px Arial, Helvetica, sans-serif; color:#FFFFFF; text-align:left; }

.copyright { font:normal 11px/20px Arial, Helvetica, sans-serif; color:#FFFFFF; text-align:center; }
.out-border {
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
