body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:white;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}

.top_menu_bg {
	background-image:url(images/top-menu-bg.jpg);
	background-repeat:no-repeat;
	width:724px;
	height:32px;
}

.left_menu_bg {
	background-image:url(images/left-menu-bg.jpg);
	background-repeat:no-repeat;
	width:316px;
	height:251px;	
}

.body_text{
	font-family:arial;
	font-size:11px;
	color:#401275;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-decoration:none;
	line-height:18px;
}		

.footer_text{
	font-family:arial;
	font-size:11px;
	color:#401275;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-decoration:none;
	line-height:18px;
}	

#company{
	background:url(images/company.png);
	display:block;
	width:123px;
	height:32px;
}

#company:hover{
	background:url(images/company1.png);
	display:block;
	width:123px;
	height:32px;
}


#services{
	background:url(images/services.png);
	display:block;
	width:87px;
	height:32px;
	
}

#services:hover{
	background:url(images/services1.png);
	display:block;
	width:87px;
	height:32px;
	
}

#clients{
	background:url(images/clients.png);
	display:block;
	width:105px;
	height:32px;
	
}

#clients:hover{
	background:url(images/clients1.png);
	display:block;
	width:105px;
	height:32px;
	
}

#tech{
	background:url(images/tech.png);
	display:block;
	width:98px;
	height:32px;
	
}

#tech:hover{
	background:url(images/tech1.png);
	display:block;
	width:98px;
	height:32px;
	
}

#news{
	background:url(images/news.png);
	display:block;
	width:75px;
	height:32px;
	
}

#news:hover{
	background:url(images/news1.png);
	display:block;
	width:75px;
	height:32px;
	
}

#contact{
	background:url(images/contact.png);
	display:block;
	width:104px;
	height:32px;
	
}

#contact:hover{
	background:url(images/contact1.png);
	display:block;
	width:104px;
	height:32px;
	
}

.main_content_bg {
	background-image:url(images/main-content-bg.jpg);
	background-repeat:repeat-y;
	width:724px;
}

.content_table_bg {
	background-image:url(images/content-table-bg.jpg);
	background-repeat:no-repeat;
	width:724px;
}

.white_heading{
	font-family:arial;
	font-size:17px;
	color:white;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-decoration:none;
}

.left_bg {
	background-image:url(images/left-bg.jpg);
	background-repeat:repeat-y;
	width:316px;
}

.link{
	font-family:Arial;
	font-size: 11px;
	color: #68377F;
	line-height: 20px;
	font-weight:normal;
	text-decoration:none
}			
	


