/* 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;
	}
	
body2 {
	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;
	}
	
#menu_bar{
	position: relative;
	width: 778px;
	height: 37px;
	}
	
#banner_bar{
	position: relative;
	width: 778px;
	height: 84px;
	background-image: url(images/banner_underlinks.jpg);
	background-repeat: no-repeat;
	}

#main_content{
	position: relative;
	width: 778px;
	background-image: url(images/repeater_maincontent.jpg);
	background-repeat: repeat-y;
	height: 431px;
	}

#side_BarLeft{
	position: relative;
	width: 190px;
	height: 362px;
	float: left;
	left: 18px;
	}
	
#side_BarRight{
	position: relative;
	width: 550px;
	text-align: left;
	height: 431px;
	float: left;
	left: 18px;
	}
	
#inner_bottom_bar{
	position: relative;
	width: 778px;
	background-image: url(images/bottom_stopgraphic.jpg);
	background-repeat: no-repeat;
	height: 37px;
	}
	
#copyright_bar{
	position: relative;
	width: 778px;
	height: 40px;
	margin-top: 20px;
	}
	
#intech_logo{
	position: absolute;
	width: 127px;
	height: 45px;
	left: 35px;
	top: 26px;
	}
	
#side_leftbox{
	position: absolute;
	width: 177px;
	height: 362px;
	left: 5px;
	}
	
#side_rightbox{
	position: relative;
	width: 520px;
	left: 10px;
	top: 9px;
	}
	
.style_news{
	font-family: Tahoma;
	font-size: 11px;
	color: #929292;
	}
	
.style_cpy{
	font-family: Tahoma;
	font-size: 10px;
	color: #929292;
	text-decoration: none;
	}
	
.style_title{
	font-family: Tahoma;
	font-size: 15px;
	color: #aeaeae;
	}
	
.style_maintext{
	font-family: Tahoma;
	font-size: 12px;
	color: #aeaeae;
	}
