@charset "utf-8";
body {
	font: 100%/1.2 Arial, Helvetica, Verdana, sans-serif;
	background: #000 url("img/back.jpg") top center fixed no-repeat;
	margin: 0;
	padding: 0;
	color:#D7E2E3;
}

@font-face {
    font-family: "LRegular";
    src: url("fonts/llrg-webfont.eot");
    src: url("fonts/llrg-webfont.eot?#iefix") format("embedded-opentype"),
         url("fonts/llrg-webfont.woff") format("woff"),
         url("fonts/llrg-webfont.ttf") format("truetype"),
         url("fonts/llrg-webfont.svg#LRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3 {
	line-height:.9;
    font-weight: normal;
    font-style: normal;
	text-transform:uppercase;
	font-family: "LRegular", Georgia, "Times New Roman", Times, serif;
	margin:20px 0 10px 0;
}
h1 {font-size:220%; color:#D1FF04;}
h2 {font-size:180%; color:#CF0;}
h3 {font-size:140%; color:#FFF;}
h4, h5, h6 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
}
p {
	margin:0 0 10px 20px;
	padding:0;
}
a img { 
	border: none;
}


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


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


.header {
	text-align:center;
}
.header h1, .header p {
	margin:0;
	padding:0;	
}


.sidebar1, .content {
	margin:0;
	padding:10px;
	width:460px;
	float:right;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}


.footer {
	padding: 10px 0;
	position: relative;
	clear: both; 
	font-size:75%;
	text-align:center;
}


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