html, body, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
h1 img {
	display: block;
}
img {
	border: 0px;
}
a {
	color: #FF7F00;
	font-weight: bold;
	text-decoration: none;
}


body {
	background-color: black;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #989898;
}
#container {
	text-align: left;
	margin: auto;
	width: 1000px;

}
#body {
	position: relative;
	top: 0px;
	margin-left: 4px;
}
#head {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 150px;
	background: top left url(img/32header_squezz.jpg) no-repeat;}
/* navigation bar */

#navbar{
	position: absolute;
	top:150px;
	width:1000px;
	height:40px;
	background:url(img/nav/navbar-bg.png) left top repeat-x;
	border: 3px inset #878282; }
#navbar .inbar{
	display:block;
	height:36px;
	background:url(img/nav/right-round.png) right top no-repeat; }
#navbar ul, #navbar ul li{
	border:0px;
	margin:0px;
	padding:0px;
	list-style:none;
	height:36px;
	line-height:36px; } 
#navbar ul{
	background:url(img/nav/left-round.png) left top no-repeat; } 
#navbar ul li{
	float:left;
	display:block;
	line-height:36px; } 
#navbar ul li a{
	color:black;
	text-decoration:none;
	font-weight:bold;
	display:block; } 
#navbar ul li a span{
	padding:0 20px 0 0;
	height:36px;
	line-height:36px;
	display:block;
	margin-left:20px; }

#navbar ul li a:hover{
	background:url(img/nav/ahover-bg.png) left top no-repeat;
	height:36px;
	line-height:36px; } 
#navbar ul li a:hover span{
	background:url(img/nav/spanhover-bg.png) right top no-repeat;
	height:36px;
	line-height:36px; }

/* end here */


#left-box {
	position: absolute;
	top: 196px;
	left: 0px;
	width: 400px;
	height: 1000px;
	background-color: black;
}
#left-box .inner {
	padding: 20px 0px 0px 8px;
}
#left-box h2 {
	margin: 10px 0px 0px 0px;
}
#left-box p.date {
	font-weight: bold;
}
#left-box p {
	margin: 3px 2.5em 1em 1.3em;
}

#left-box .video1 {
	postion: absolute;
	top: 300px;
	left:2px;
	}


#right-box {
	position: absolute;
	top: 3px;
	left: 406px;
	width: 600px;
	height: 1000px;
	background: #1E1E1E;
}
#content-bot {

	height: 495px;
	margin-left: 1px;
	overflow: auto;
}
#right-box .inner {
	padding: 10px 27px;
	font-family: Arial, san-serif, roman;
	font-size: 15;
}
#right-box .date {
	margin-top: 1em;
}
#right-box p {
	margin: 0.9em;
}

#right-box .news{
	position: absolute;
	top:150;
	left:10px;
	font-family: arial, san-serif;
	
	}
	
#right-box .news2{
	position: absolute;
	top: 80;
	left: 10;
	font-family: arial, san-serif;
	font-size: 15;
	text-align: left;
	background-color:black;
	width: 546;
	padding: 0 10 10 15;
	line-height: 140%;
	}

#details {
	margin-top: -1.4em;
	margin-bottom: -4em;
	float: right;
}
#footer {
	position:absolute;
	bottom:0px;
	left: -408px;
	background: #101010;
	width: 976px;
	text-align: right;
	margin: 0px 7px 0px 2px;
	padding: 18px 15px 15px 15px;
	background-color: black;
}