/* CSS Document */

body {
	background-color: #323232;
	background-image: url(images/strip_whitegray.jpg);
	background-repeat: repeat-x;
	margin-top: 9px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	}
	
#container {
	position: relative;
	width: 778px;
	}
	
#top_bar{
	position: relative;
	width: 778px;
	height: 86px;
	background-image: url(images/top_header.jpg);
	background-repeat: no-repeat;
	}
	
#flash_links_one{
	position: relative;
	width: 778px;
	height: 221px;
	}
	
#flash_links_two{
	position: relative;
	width: 778px;
	height: 199px;
	}
	
#bottom_bar{
	position: relative;
	width: 778px;
	height: 163px;
	background-image: url(images/bottom_header.jpg);
	background-repeat: no-repeat;
	}
	
#copyright_bar{
	position: relative;
	width: 778px;
	height: 40px;
	margin-top: 25px;
	}
	
#intech_logo{
	position: absolute;
	width: 127px;
	height: 45px;
	left: 35px;
	top: 26px;
	}

#news_title1{
	position: absolute;
	left: 60px;
	top: 25px;
	width: 200px;
	}
	
#news_title2{
	position: absolute;
	left: 449px;
	top: 25px;
	width: 200px;
	}
	
#news_passage1{
	position: absolute;
	left: 89px;
	top: 63px;
	width: 246px;
	}
	
#news_passage2{
	position: absolute;
	left: 478px;
	top: 63px;
	width: 246px;
	}
	
	
.style_news{
	font-family: Tahoma;
	font-size: 11px;
	color: #929292;
	}
	
.style_clickhere{
	font-family: Tahoma;
	font-size: 11px;
	color: #428FE6;
	}
	
.style_cpy{
	font-family: Tahoma;
	font-size: 10px;
	color: #929292;
	text-decoration: none;
	}
	
