@import url('reset.css');

/* General Codrops Demo Style */
body{
	background: #640305;
	color: #fff;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size: 14px;
	background-color: #640305;
}
a{
	color:#ddd;
	text-decoration:none;
}

a:hover{
	color:#f1b138;
}
a:active {
  color: #844;
}
.present {
  color: #f1b138;
}

p.sub{
	padding:25px 10px 10px 10px;
	text-align:left;
	color:#aaa;
}
.clr{
	clear:both;
}
h1{
	margin: 5px;
	font-size: 32px;
	text-align: center;
	color: #f1b138;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px #000;
	padding-bottom: 10px;
	line-height: 40px;
}
h1 span{
	font-size:12px;
	display:block;
	letter-spacing:2px;
	font-family: Arial, sans-serif;
	color:#fff;
	line-height:14px;
	padding-top:10px;
	text-shadow:none;
	
}



h4{
	text-align: right;
	margin-right: 5px;

	font-size: 14px;
	
	
	color: #f1b138;
	font-family: Arial, Helvetica, sans-serif;

	line-height: 18px;
}

h8{
	text-align: right;
	margin-right: 5px;

	font-size: 12px;
	
	
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;

	line-height: 14px;
}

h9{
	text-align: center;
	

	font-size: 12px;
	
	
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;

	line-height: 14px;
}





hr.style3 {
    border: 0;
    height: 2px;
    background: #4c0504;
}

/* Header Style */
.header{
	font-size:13px;
	background:#640305;
	opacity:0.9;
	text-transform:uppercase;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.header a{
	line-height:18px;
	padding:0 4px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
}
.header a:hover{
	color:#fff;
}
.header a span{
	font-weight:bold;
}
.header span.right_ab{
	float:right;
}
.content{
	margin:0px 25px 30px 25px;
}
@media screen and (max-width: 640px) {
	.header a{
		display:block;
		text-align:center;
		font-size:10px;
		text-shadow:none;
	}
	.header span.right_ab{
		float:none;
	}
}


