* {
	padding:0px;
}
html, body {
height:100%;
margin:0pt;
padding:0pt;
}
#horizon {
	background-color: transparent;
	position: relative;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -375px;
	text-align: center;
	min-width: 800px; 
}
#wrapper {
	background:transparent url(../images/wrapper_bg.png) no-repeat scroll 0pt;
	position: relative;
	text-align: left;
	width: 740px;
	height: 670px;
	margin: 0px auto;
	}
/*--------------------------------
content
--------------------------------*/	
#head {
	padding: 0px 0pt 0px;
	position: relative;
	margin-left: 0px;
	top:75px;
	width: 100%;
	height: 70px;

}
#home_b {  
display: block;	
position:absolute;  
left: 50px;  
width: 150px;  
height: 50px;  
background: url(../images/home_b.png) no-repeat 0 0;

}
#body-c {
	padding: 0px 0pt 0px;
	position: relative;
	margin-left: 0px;
	width: 100%;
	height: 500px;

}

#content {
	padding: 0px 0pt 0px;
	position: absolute;
	top: 70px;
	right:25px;
	width: 500px;
	height: 500px;
}
#content-head {
	padding: 0px 0pt 0px;
	position: relative;
	width: 100%;	
	height: 100px;
}
#content-body {
	margin-top:-15px;
	padding: 0px 0pt 0px;
	position: relative;
	width: 100%;
	height: 350px;
}
#content-body-about {
	margin-top:-15px;
	padding: 0px 0pt 0px;
	position: relative;
	width: 93%;
	height: 350px;
}
#clients-left {
	margin-top:-15px;
	padding: 0px 0pt 0px;
	left:15px;
	position: absolute;
	width: 48%;
}
#clients-right {
	margin-top:-15px;
	padding: 0px 0pt 0px;
	right:25px;
	position: absolute;
	width: 48%;
}
#leftNav {
	background-image:url(../images/nav-bg.gif);
	padding: 0px 0pt 0px;
	position: absolute;
	top: 70px;
	left:50px;
	width: 140px;
	height: 500px;
	z-index: 3
}

#footer {
	background-image:url(../images/footer_bg.png);	
	height:80px;
	position: relative;
	text-align:right;
	bottom:0px;
	width:740px;
	margin: 0px auto;
}
#footer_logo
{
  display: block;
  position:absolute;
  right: -33px;
  top: -5px;
  width: 260px;
  height: 65px;
  background: url(../images/footer_logo2.png) no-repeat 0 0;

}
