@import url('reset.css');

/* General Demo Style */
body{
	background:#510814 url("../images/bg/bg.png") repeat-x top left;
	color:#000;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size:12px;
}
a{
	color:#000;
	text-decoration:none;
}
.clr{
	clear:both;
}
h1, h5{
	margin:5px;
	font-size:90px;
	color:#000;
	font-family:'Tangerine', sans-serif;
	/*text-shadow:1px 1px 5px #000000; */
	text-align:center;
	font-weight:bold;
}
h1 span, h5{
	font-size:32px;
	line-height:16px;
	display:block;
	color:#004C48;
}
/* Header Style */
.header{
	height:25px;
	line-height:24px;
	font-size:11px;
	opacity:0.9;
	color:#000000;
    background-color: #741114;
    text-transform: uppercase;
    z-index: 9999;
    position: relative;
    font-family: Cambria, Georgia, serif;
    box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.header a{
	padding:5px 10px;
	letter-spacing:1px;
	text-align:right;
}
.header a:hover{
	color:#fff;
}
.header a span{
	font-weight:bold;
}
.header span.right_ab{
	position:absolute;
	right:4px;
}
