body{
	margin:auto;
	padding:0;
	text-align:left;
	background-color:#000000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#999999;
}

.container{
	margin:auto;
	width:1024px;
}

.header{
	background-image:url(images/header.jpg);
	width:1024px;
	height:288px;
	background-repeat:no-repeat;
}

.content_blocks{
	margin:auto;
	margin-top:17px;
	width:820px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
}

.content_text{
	width:760px;
	margin:auto;
	padding-top:55px;
	padding-left:58px;
	border:none;	
}

#menu{
	width:820px;
	margin:auto;
	margin-top:-28px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:700;
	font-size:12px;
	padding-top:3px;
	text-decoration:none;

	}
	
#menu ul{	
	margin:0;
	padding-bottom:20px;
}
	
#menu li{
	list-style-type:none;
	text-decoration:none;
	float:right;
	padding-right:25px;
	color:#ffffff;
}

#menu ul li a:link, a:visited{
	list-style-type:none;
	text-decoration:none;
	color:#ffffff;
}

#menu ul li a:hover{
	text-decoration:none;
	color:#999999;
}

#light_block{
	background-color:#4b4b4b;
	width:766px;
	height:50px;
	float:right;
}
#light_block p{
	margin-top:10px;
	margin-left:20px;
	font-size:22px;
	color:#ffffff;
}
#img-wrapper{
	padding-bot:10px;
	border:none;	
}

#play-vid-wrapper{
	width:200px;
	height:200px;
	margin-top:-400px;
	
	
}
.play-vid-icon{
	width:95px;
	height:95px;
	background-image:url(images/play-btn.png);
	display:block;
	margin:auto;
	position:relative;
	z-index:10;
	top:-350px;
}


.play-vid-icon:hover{
	width:95px;
	height:95px;
	background-image:url(images/play-btn-hover.png);
	display:block;
	margin:auto;
	position:relative;
	z-index:10;
	top:-350px;
	
}

#footer-home{
	background-image:url(images/bg-light.jpg);
	margin:auto;
	margin-top:-90px;
	width:820px;
	background-repeat:repeat-y;
	text-align:center;
	padding-bottom:20px;	
}
#footer{
	background-image:url(images/bg-light.jpg);
	margin:auto;
	margin-top:17px;
	width:820px;
	background-repeat:repeat-y;
	text-align:center;
	padding-bottom:20px;	
}

#footer-home p{	
	font-size:10px;
	line-height:16px;
}
#footer p{	
	font-size:10px;
	line-height:16px;
}
#footer-home p a:link, a:visited{
	text-decoration:none;
	
}
#footer p a:link, a:visited{
	text-decoration:none;
	
}

