
#logo{
}
body{
	font-family:Arial;
	}
#header{
	height:193;
	float:left;
	padding-left:20px;
}
A:link {text-decoration: none; color:#a1a1a1;}
A:visited {text-decoration: none; color:#a1a1a1;}
A:active {text-decoration: none; color:#a1a1a1;}
A:hover {text-decoration: none; color: #6699cc;}

#header{
	width: 600px;
}
#header ul{

}
#header li{
	color:#a1a1a1;
	list-style-type:none;
	display:inline;
	float:left;
	margin-top:18px;
	margin-right:24px;
	font-family:sans-serif;
	font-weight:bold;
	font-size: 18px;
	letter-spacing: 1px;
}
	
#left{
	width:400px;
	float:left;
	height:300px;
}
#leftText{
	padding-left:60px;
	width:400px;
	font-weight:bold;
	display:inline;
	}

#clients{
	background-color: :red;
	padding-left:20px;
	overflow: scroll;	
	overflow-x:hidden;
	height:450px;
	width:300px;
	margin-left: 30px;
	float:left;

}
#clients img{
	margin-top:10px;
}
#right{
	height:100%;
	width:550px;
	float:right;
	font-size:15px;
	padding:10px;
	font-family:sans-serif;
}

#box1{
	padding-right:20px;
	font-weight:bold;
	padding-left:80px;
	margin-top:30px;
}

#imagesContainer{
	background-color: red;
	margin-top:200px;
	width:450px;
}

h1{
	font-size: 18;
	font-weight: bold;
}
#content{
	background-color:#e6e6e6;
	width:1024;
	text-align: left;
	background-image:url(images2/clientsbg.jpg);
 	background-repeat: no-repeat;
 	background-position:245px 100px;
 	height:800px;
}
#footer{
	padding-top:20px;
	width:1024px;
	padding-bottom:10px;
	}
.footleft{
	float:left;
}
.footright{
	float:right;	
	font-weight:bolder;
	font-size:16px;
}




#rightcontainer{
	width:100px;
	background-color:pink;
	height:20px;
}
