@charset "utf-8";
/* CSS Document */

.upper_bar {
	background-image: url(../images/backgrounds/upper_bar.png);
	background-repeat: repeat-x;
	background-position:top;
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
	text-align: center;
	font-size: 40px;
	font-family: "Monotype Corsiva", Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	z-index: 5;
}

.tag_line {
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	text-align: right;
	font-size: 30px;
	font-family: "Monotype Corsiva", Georgia, "Times New Roman", Times, serif;
	color: #ababcd;
	z-index: 4;
	position: relative;
	top: -10px;
}

