body{
	background-image: url('img/bg.gif');
	text-align: center;
	margin: 0;
	padding: 0;
	color: #fff;
}

/* Font styles */
p{
	margin: 0;
	padding: 10px;
	font: 11px verdana, helvetica, arial, sans-serif;
	line-spacing: 120%:
}

a{
	color: #FADC2A;
	text-decoration: none;
	padding: 0;
}

a:hover{
	color: #FADC2A;
	text-decoration: underline;	
}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}

/* Structure */
#header{
	width: 100%;
	height: 90px;	
	border-bottom: 5px solid #FADC2A;
	background: #111;
	padding-top: 10px;
}

#container{
	position: relative;
	width: 780px;
	margin: 40px auto;
}

#content{
	position: absolute;
	text-align: left;
	overflow: auto;

}

.overview{
	left:220px;
	top: 91px;
	width: 337px;
	height: 280px;	
}

.people{
	left:172px;
	top: 65px;
	width: 423px;
	height: 293px;	
}

.portfolio{
	left:192px;
	top: 87px;
	width: 400px;
	height: 325px;	
}

.capabilities{
	left:230px;
	top: 75px;
	width: 300px;
	height: 330px;
}

.clients{
	left:228px;
	top: 134px;
	width: 330px;
	height: 252px;
}

.links{
	left:208px;
	top: 65px;
	width: 355px;
	height: 355px;
	padding: 5px;
}

.contact{
	left:291px;
	top: 147px;
	width: 190px;
	height: 263px;
}

#content img{
	float: left;
	margin: 10px 10px 100px 10px;
	border: 1px solid #ccc;
	border-width: 2px;
}

#nav{
	margin: 0 auto;
	width: 840px;
	
}

.sidebar{
	float: left;
	border: 0px solid orange;
	padding-top: 20px; 
}

#nav img{
float: left;	
}

#nav a{
	width: 120px;
	padding: 5px 20px;
	font: 10pt georgia, "times new roman", serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
}

#nav a:hover{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #FADC2A;
	color: #333;
	text-decoration: none;
}

.select{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #444;
}
