body{
    text-align: center;   /*centra in IE 5.x */
    background: #000;
    font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #fff;

    }  
img {
   border: 0px solid #AB6400; 
   margin:0; 
   padding:0;
} 

 a{
	color: #fff;
	text-decoration: none;
}
a:visited{
	color: #fff;
	text-decoration: none;
}
 a:hover{
	color: #f9063f;
	text-decoration: none;
}

div#container{
	width: 828px;
	margin: 0px auto; 
} 

div#container h2 {
	color: #000;
	text-decoration: none;
	margin: 0px;
	margin-left: 20px;
}

div#container h3 {
	color: #f90830;
	text-decoration: none;
	margin: 0px;
	margin-left: 0px;
}

div#container h4 {
	color: #f90830;
	text-decoration: none;
	margin: 0px;
	margin-left: 0px;
}

/* HEADER */
div#header {
	width: 826px;
	height: 158px;
	background: url(img/header.jpg);
}
div#header_channels {
	text-align: right;
	float: right;
	width: 65px;
	height: 98px;
	margin-top: 5px;
	margin-right: 9px;
}

div#header_menu {
	text-align: left;
	width: 600px;
	height: 30px;
	padding-top: 106px;
	padding-left: 140px;
}
div#header_menu a{
	color: #fff;
	text-decoration: none;
}
div#header_menu a:visited{
	color: #fff;
	text-decoration: none;
}
div#header_menu a:hover{
	color: #f9063f;
	text-decoration: none;
}


/* CONTENTS */
div#contents{
	width: 826px;
	background: url(img/bg_texture.jpg);
	padding-bottom: 20px;
	text-align: left;
}
div#box_sx {
	width: 580px;
	margin-left: 20px;
	background: url(img/trasp_black.png);
	padding: 10px;
	padding-left: 10px;
	border: solid 1px;
	border-color: #000;
	}

div#box_full {
	width: 764px;
	margin-left: 20px;
	background: url(img/trasp_black.png);
	padding: 10px;
	padding-left: 10px;
	border: solid 1px;
	border-color: #000;
	}

div#gallery {
	width: 764px;
	height: 452px;
	margin-left: 20px;
	background: url(img/trasp_black.png);
	padding: 10px;
	padding-left: 10px;
	border: solid 1px;
	border-color: #000;
}

.img_right {
	float: right;
	margin: 10px;
}
	
div#news {
	width: 560px;
	position: relative;

	display: block;
	}
	
div#news_entry_img {
	width: 80px;
	height: 80px;
	margin: 0px;
	padding-right: 3px;
	float: left;

}

.news_entry {
	width: 400;
	margin: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}

div#date {
	text-decoration: none;
	float: right;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #fff;
	padding-top: 4px;
}

div#box_dx {
	width: 170px;
	float: right;
	position: absolute;
	top: 166px;
	margin-left: 636px;
	text-align: right;
	/*background: url(img/trasp_black.png);*/
	}

div#tag_cloud {
	width: 158px;
	text-align: center;
	background: url(img/trasp_black.png);
	margin-left: 10px;
	margin-top: 20px;
	border: solid 1px;
	border-color: #000;
	font-size: 9px;
	}

/* FOOTER */
div#footer_channels{
	width: 826px;
	height: 26px;
	text-align: right;
}
div#footer{
	width: 826px;
	height: 26px;
	background: url(img/footer.jpg);
}

	


/*  VIDEOS */

div#vids {
	width: 764px;
	
	margin-left: 20px;
	padding: 10px;
	padding-left: 10px;
}

div#vids h2 {
	color: #000;
	text-decoration: none;
	margin: 0px;
}

div#vid_entry {
	height: 110px;
	background: url(img/trasp_black.png);
	border: solid 1px;
	border-color: #000;
	margin: 5px;
}

div#vid_entry a{
	color: #fff;
	text-decoration: none;
}
div#vid_entry a:visited{
	color: #fff;
	text-decoration: none;
}
div#vid_entry a:hover{
	color: #f9063f;
	text-decoration: none;
}

div#vid_entry_img {
	width: 120px;
	height: 90px;
	padding: 10px;
	float: left;
}

div#vid_entry_text {
	width: 580px;
	padding: 10px;
	float: left;
}

div#vid_entry_ctl {
	width: 80px;
	padding: 10px;
	float: right;
}
