* { margin: 0; padding: 0; }

body {
	background: #CCC url(../images/shaped-2.jpg) top left ;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 70%;
	text-align: center;
	}
	
	#header {
		width: 800px;
		padding-top: 80px;
		padding-left: 100px;
		padding-bottom: 20px;
		text-align: left;
		margin: 0 auto;
		}
		
		a {color:#808080;}
		a:hover {color: #000;}
		
		p {
			color: #808080;
			line-height: 1.3em;
			}
		
		strong {color: #231f20;}
		
		h2 {
			font-size: 1.7em;
			margin-bottom: 5px;
			color: #231f20;
			}
			
			.grey { color: #a6a6a6; font-weight: normal;}
		

	#content {
		width: 100%;
		text-align: left;
		background-color: #FFFFFF;
		margin-bottom: 10px;
		}
		
		#services {
			background: #FFF url(../images/services.gif) top left no-repeat;
			margin: 0 auto;
			width: 800px;
			padding: 10px 0 10px 100px;
			border-top: 0px solid #bcbcbc;
			}
			
		#clients {
			background: #FFF url(../images/clients.gif) top left no-repeat;
			margin: 0 auto;
			width: 800px;
			padding: 10px 0 0 100px;
			border-top: 0px solid #bcbcbc;
			}
			
			.companies {
				background: url(../images/client-logos.gif) no-repeat;
				width: 150px;
				height: 360px;
				float: left;
				}
				
			ul {
				list-style: none;
				margin-top: 10px;
				}
				
			li {
				width: 150px;
				color: #808080;
				float: left;
				line-height: 1.3em;
				}
				
		#work {
			background: #FFF url(../images/work.gif) top left no-repeat;
			margin: 0 auto;
			width: 800px;
			padding: 10px 0 0 100px;
			border-top: 0px solid #bcbcbc;
			}
			

			
			#work h2 {
			font-size: 15px;
			color: #808080;
			border-top: 1px solid #bcbcbc;
			margin-bottom:10px;
			padding-top: 10px;
			margin-top: 20px;
			width: 790px;
			}
			#work img {margin-bottom: 10px;}
				
		#contact {
			background: #FFF url(../images/contact.gif) top left no-repeat;
			margin: 0 auto;
			width: 800px;
			padding: 10px 0 10px 100px;
			border-top: 0px solid #bcbcbc;
			}
								
	#footer {
		background: url(../images/footer.jpg) 15% 0% no-repeat;
		height: 153px;
		margin-top: -100px;
		}
		
.clear { clear: both; }
.hidden { display: none; }
img, fieldset { border: 0; }