@charset "utf-8";
body {
	font: 100%/1.2 Verdana, Arial, Helvetica, sans-serif;
	background: #000 url("img/back.jpg") top center scroll no-repeat;
	margin: 0;
	padding: 0;
	color: #e1e3cf;
}
@font-face {
	font-family: "BaronKuffnerRegular";
	src: url("fonts/baron_kuffner-webfont.eot");
	src: local("☺"), url("fonts/baron_kuffner-webfont.woff") format("woff"), url("fonts/baron_kuffner-webfont.ttf") format("truetype"), url("fonts/baron_kuffner-webfont.svg#webfont4E0XS3AI") format("svg");
	font-weight: normal;
	font-style: normal;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	padding:0;
}
h1, h2, h3 {
	font-family:"BaronKuffnerRegular", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	line-height:.8;
}
h1 {font-size:350%;
	color:#000;
	text-shadow: 0 0 5px #9F0, 0 0 10px #CF0, 0 0 25px #0F0;}
h2 {font-size:250%;
	color:#9F0;
	text-shadow: 0 0 5px #9F0}
h3 {font-size:200%;
color:#000;
	text-shadow: 0 0 5px #9F0, 0 0 10px #CF0, 0 0 25px #0F0;
}
p {
	margin:0 0 10px 20px;	
}
a img { 
	border: none;
}

a:link, a:visited {
	color: #cdff00;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	color: #FFF;
}


.container {
	width: 960px;
	margin: 450px auto 0 auto; 
}


.content {
	padding: 10px 0;
}


.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.social {
	margin:20px 0;
	text-align:center;	
}