@import url('/css/reset.css');
/* General Demo Style */body{	background-color: transparent;    background-repeat: repeat, no-repeat;    background-position: center center;    background-attachment: fixed;    -webkit-background-size: auto, cover;    -moz-background-size: auto, cover;    -o-background-size: auto, cover;    background-size: auto, cover;	color: #fff;font-family: 'PT Sans Narrow', sans-serif;	font-size: 14px;}.container{	position:relative;width:1100px; margin:0 auto;}a{	color: #fff;	text-decoration: none;}.clr{	clear: both;}.content{	position:relative;    width:330px;    margin: 0 auto;}h1{margin: 0px;
padding: 30px 0 15px 0px;
font-size: 45px;
color: #fff;
text-align: left;
line-height: 42px;
font-family: 'Open Sans';
font-weight: bold;}h3{	margin:0px;	padding:0px 0 10px 0;	font-size:40px;	color:#fff;	text-align:left;}/* Header Style */.header{	font-family: Arial, sans-serif;	line-height: 24px;	font-size: 11px;	background: #000;	opacity: 0.9;	text-transform: uppercase;	z-index: 9999;	position: relative;	-moz-box-shadow: 1px 0px 2px #000;	-webkit-box-shadow: 1px 0px 2px #000;	box-shadow: 1px 0px 2px #000;	padding-left:20px;}.header a{	padding: 0px 10px;	letter-spacing: 1px;	color: #ddd;	display: block;	float: left;}.header a:hover{	color: #fff;}.header span.right{	float: right;	padding-right:20px;}.header span.right a{	float: none;	display: inline;}