* { 
	padding: 0; 
	margin: 0; 
}

body, html {
	font-family: "brandon-grotesque",sans-serif;
	font-size: 10px;
	background-image:url(../img/lc-background-crs1-stars.jpg);
	background-repeat:no-repeat;
	background-color: #000000;
	background-position:center;
	height: 100%;

}

img {
	border-style: none;
}


 p.c1 {text-align: center}


#header {
	width: 100%;
	padding: 0;
	height: 75px;
	margin: 0 0 30px;
	background-color: #181c1f;
}

#header .wrap {
	margin-left: auto;
	margin-right: auto;
	width: 895px;
}

#header h1 {
	font-family: "brandon-grotesque", sans-serif;
	margin-top: 22px;
	width: 280px;
	height: 35px;
	float: left;
	background: url(../img/logo.png) no-repeat;
	text-indent: -5000px;
}

#header h1 a {
	width: 242px;
	height: 105px;
	float: left;
}

#header ul {
	float: right;
	list-style-type: none;
	margin-top: 30px;
}

#header ul li {
	font-family: "brandon-grotesque", sans-serif;
	float: left;
	font-size: 14px;
	margin-right: 30px;
	margin-left: 0;
}

#header ul li a {
	color: #666666;
	text-decoration: none;
}

#header ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}

#header ul li.fb, #header ul li.tw, #header ul li.yt {
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -1000px;
	margin-left: 15px;
	margin-right: 0;
}

#header ul li.fb a {
	background: url(../img/fb.jpg) no-repeat;
	width: 16px;
	height: 16px;
	float: left;
}

#header ul li.fb a:hover {
background: url(../img/fb-h.jpg) no-repeat;
} 

#header ul li.tw a {
	background: url(../img/t.jpg) no-repeat;
	width: 16px;
	height: 16px;
	float: left;
}

#header ul li.tw a:hover {
background: url(../img/t-h.jpg) no-repeat;
} 

#header ul li.yt a {
	background: url(../img/yt.jpg) no-repeat;
	width: 16px;
	height: 16px;
	float: left;
}

#header ul li.yt a:hover {
background: url(../img/yt-h.jpg) no-repeat;
} 
	
	
#wrapper { 
	margin: 0 auto;
	width: 1200px;
	background: #000002;
	height: auto !important; /* ie6 ignores !important, so this will be overridden below */
    min-height: 100%; /* ie6 ignores min-height completely */
    height: 100%;
}

#content {
	overflow: hidden;
	margin: 0;
	padding: 30px 0 0;
	height: auto !important; /* ie6 ignores !important, so this will be overridden below */
    min-height: 100%; /* ie6 ignores min-height completely */
    height: 100%;
}

#content .text_block {
	width: 960px;
	float: left;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
}

#content .text_block h3 {
	color: #ec5afc;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 25px;
}

#content .text_block p {
	margin-bottom: 10px;
}

#content .left_column {
	width: 900px;
	float: none;
	margin-left: auto;
	margin-right: auto;
    height: 100%;
    background-color: #ffffff;
}

#footer {
	clear: both;
	margin: 0;
	padding: 110px 0 55px;
	overflow: hidden;
	font-size: 10px;
	line-height: 12px;
	color: #666666;
}

#footer p {
	text-align: center;
}

.clear { 
	clear: both; 
	background: none; 
}