@import url('reset.css');

body{
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 13px;
	background-position: center;
}
a{
	color: #09C;
	text-decoration: none;
}
a:hover{
	color: #000;
}
.clr{
	clear: both;
}
.wrapper{
	position: relative;
	width: 100%;
	background-repeat: repeat;
}
.wrapper p{
	clear: both;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
}
.reference{
	background-position: center;
	text-align: center;
}
h1{
	font-size: 34px;
	position:relative;
	color: #000;
	font-weight: 400;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.3);
	padding: 0px;
	z-index:960;
	text-transform: uppercase;
	text-align: right;
	font-family: "Open Sans Condensed", sans-serif;
}
h1 span{
	font-family: 'Playfair Display', serif;
	font-style: italic;
	text-transform: none;
	font-size: 20px;
}
/* Header Style */
.header{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	opacity: 0.9;
	text-align: left;
	background-image: url(../images/banshee2.jpg);
	height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px;
	font-weight: normal;
	text-decoration: none;
}
.header a{
	padding: 0 2px;
	letter-spacing: 1px;
}
.header a:hover{
	color: #fff;
	background-color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.header a span{
	font-weight: bold;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
}
.header span.right{
	float: right;
	font-size: 14px;
}
@media screen and (max-width: 860px) {
	.header a{
	display: block;
	text-align: center;
	font-size: 10px;
	text-shadow: none;
	}
	.header span.right{
	float: none;
	}
}
.ac {
	font-size: 14px;
}
