
body {
	color: #fff;
	background-color:#262525;
	background-image: url(../images/bkg.jpg);
	background-repeat:no-repeat;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	
	}
	
#container{
	width:985px;
	margin: 0px 0px 100px 0px;
	padding: 0px 0px 0px 0px;
	position:absolute;

}

#logo{
	background-image:url(../images/mark.png);
	background-repeat:no-repeat;
	width: 537px;
	height:117px;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;

}

#logopattern{
	background-image:url(../images/logopattern.gif);
	width: 340px;
	height:100px;
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

#xx{
	position:relative;
	left:350px;
	background-image:url(../images/2x.gif);
	background-repeat:no-repeat;
	width: 435px;
	height:155px;

}

.highlighting
{
	color:fff;
	background-color: #000;
	padding:5px;

}

#btnxx
{
	background-image:url(../images/btnxx.gif);
	background-repeat:no-repeat;
	width:29px;
	height:7px;
	float:right;
	margin-top:3px;
	margin-right:10px;

}

#news {
	width: 450px;
	
	margin: 40px 10px 0px 40px;
	padding: 0px 0px 0px 10px;
	letter-spacing:2px;
	line-height:30px;
	}
a:active
{
  outline: none;
}
	
/************************************************
*	Content 					     		    * 
************************************************/


#video {
	position:absolute;
	top:175px;
	left:450px;
	padding: 30px;
	margin: 0px 0px 0px 0px;
	background-image:url(../images/videopattern.gif);	
}

#shadow {
	position:absolute;
	top:215px;
	left:465px;
	width:536px;
	height:371px;
	background-image: url(../images/shadow.png);
	background-repeat:no-repeat;
	z-index:-1000;	
}	
	
/************************************************
*	Left Sidebar 					     	    * 
************************************************/

#l_sidebar {
	width: 250px;
	margin: 40px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
	}
	
#l_sidebar ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	
	}

#l_sidebar ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
	}
	
#l_sidebar ul li a {
	display: block;
	color: #ff6a4e;
	text-decoration: none;
	margin: 0px;
	padding: 4px 0px 4px 10px;
	  outline: none;

/*	border-bottom: 1px solid #000;
*/	
	}

#l_sidebar ul li a:hover {
	background: url(../images/btnpattern.gif);
	  outline: none;

	
	}
	
#l_sidebar p{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	line-height: 20px;
	}
