@import url('reset.css');

/* General Demo Style */
body{
	background:#fff;
	color:#000;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size:12px;
}
a{
	color:#903;
	text-decoration:none;
}
.clr{
	clear:both;
}

h1, h5{
	margin:15px;
	padding-top: 30px;
	padding-bottom: 1px;
	font-size:44px;
	color:#000;
	font-family: 'Palatino', 'Georgia', serif;
	text-shadow:1px 1px 1px #fff;
	text-align:center;
	letter-spacing:2px
	
	
}
h1 span, h5{
	margin:15px;
	margin-left:85px;
	margin-right:85px;
	font-size:14px;
	font-family: 'Gill Sans', 'Arial', sans-serif;
	display:block;
	color:#60817a;
	border-bottom-style: solid;
	border-color: #000;
	border-width:1px;
	padding-bottom: 30px;


}



h7{
	margin:15px;
	margin-left:100px;
	margin-right:100px;
	font-size:14px;
	font-family: 'Gill Sans', 'Arial', sans-serif;
	display:block;
	color:#60817a;
	border-bottom-style: solid;
	border-color: #000;
	border-width:3px;
	padding-bottom: 30px;
}


h7 span{
	margin:15px;
	margin-left:100px;
	margin-right:100px;
	font-size:14px;
	font-family: 'Gill Sans', 'Arial', sans-serif;
	display:block;
	color:#000;
	padding-bottom: 5px;
}

h8 {
	margin:15px;
	margin-left:100px;
	margin-right:100px;
	text-align:center;
	font-size:14px;
	font-family: 'Gill Sans', 'Arial', sans-serif;
	display:block;
	color:#6F0D1E;
	padding-bottom: 5px;
}


.addthis span{
	
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:14px;
	font-family: 'Gill Sans', 'Arial', sans-serif;
	display:block;
	color:#6F0D1E;
	padding-bottom: 5px;
}

.copyright span{
	
	margin:15px;
	margin-left:100px;
	margin-right:100px;
	text-align:right;
	font-size:10px;
	font-family: 'Gill Sans', 'Arial', sans-serif;
	display:block;
	color:#999;
	padding-bottom: 5px;
}

/* Header Style */
.header{
	margin:15px;
	margin-left:100px;
	margin-right:100px;
	height:30px;
	line-height:24px;
	font-size:11px;
	font-family: 'Gill Sans', 'Arial', sans-serif;
	background:#fff;
	border-bottom-style: solid;
	border-width:3px;
	opacity:1;
	text-transform:uppercase;
	z-index:4;
	text-align:center;
	

}
.header a{
	padding:10px 10px;
	letter-spacing:1px;
	color:#000;

}
.header a:hover{
	color:#A7A7A7;
}
.header a span{
	font-weight:bold;
	text-align:center;
}
.header span.right_ab{
	position:absolute;
	right:4px;
}
