/* Videotec - Header */

*{
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #cccccc;
}

#container {
	background-color: #ffffff;
	text-align: left;
	width: 840px;
	margin: auto;
	position: relative;
}

#header h1 {
	width: 840px;
	height: 76px;
	font-size:8px;
	
}

#header h1 a {
	display: block;
	width: 840px;
	height: 84px;
   /* hide from IE Mac \*/
   text-indent: -999em;
   overflow: hidden;
   /* end hide */
}

#header img {
	position: absolute;
	top: 0;
	left: 700px;
	width: 140px;
	height: 110px;
	background-color: #000000;
	margin: 0;
}

#news-events {
	padding-top:5px;
	border-top: 1px solid rgb(153, 0, 0);
}