#wrapper
{
	margin:0px auto;
	width:930px;
	display:block;
	padding:5px 20px 7px 20px;
	border:1px solid #666;
	overflow:hidden;
	box-shadow: 0px 0px 25px -2px #CCC;
	-moz-box-shadow: 0px 0px 25px -2px #CCC;
	-webkit-box-shadow: 0px 0px 25px -2px #CCC;
	clear:both;
	border-radius:2px;

   -moz-border-radius:2px;
   -webkit-border-radius:2px;
   -khtml-border-radius:2px;
   -o-border-radius:2px; 
	
}
.txt
{
	font:24px Tahoma, Geneva, sans-serif;
	color:#666;
	text-shadow:1px 1px 1px #000;
	text-align:left;
	width:870px;
	margin:0px auto;
}
.newsbox
{
	margin:auto;
	width:860px;

	display:block;
	border:1px solid #F2F2F2;
	color:#666;
	border-radius:4px;
   -moz-border-radius:4px;
   -webkit-border-radius:4px;
   -khtml-border-radius:4px;
   -o-border-radius:4px; 
}
.tech{ /*header of 2nd demo*/
background:#FFF;
padding:0px 0px 0px 3px;
}

.thelang{ /*class added to contents of 2nd demo when they are open*/
color:#000;
background:#FFF;
padding:3px 5px 0px 5px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
text-align:justify;
}
.newsbox1 {	margin:auto;
	width:850px;
	background:#CCC;
	display:block;
	border:1px solid #F2F2F2;
	color:#666;
	border-radius:4px;
   -moz-border-radius:4px;
   -webkit-border-radius:4px;
   -khtml-border-radius:4px;
   -o-border-radius:4px; 
}
   