@import url('reset.css');

/* General Demo Style */
body{
	background-color:#
	color:#333
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size: 12px;
}
a{
	color:#06C;
	text-decoration:none;
}
.clr{
	clear:both;
}
h1, h5{
	margin: 15px;
	font-size: 54px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;

	text-align: center;
	font-style: normal;
}
h1 span, h5{
	font-size: 14px;
	display: block;
	color: #FFF;
}
/* Header Style */
.header{
	height:25px;
	line-height:24px;
	font-size:13px;
	background:#000;
	opacity:0.9;
	text-transform:uppercase;
	z-index:4;
}
.header a{
	padding:5px 10px;
	letter-spacing:1px;
;
	color:#ddd;
	text-align:right;
}
.header a:hover{
	color:#fff;
}
.header a span{
	font-weight:bold;
}
.header span.right_ab{
	position:absolute;
	right:4px;
}
.container h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
