body {

font-family: Gill Sans, Century Gothic, sans-serif;
font-weight: normal;
margin: 0;
padding: 0;
}

#container {
width: 960px;
margin: 0 auto;
padding: 0;
}

#content {
margin: 0;
padding: 0;
	overflow: auto;
	width: 960px;
height: 500px;

background: url(iStock_000006996095Small.jpg) no-repeat 100px bottom;

}

h2 {
margin: 0;
padding: 0;
font-weight: normal;
font-size: 1.3em;
}

#column {
float: left; 
width: 270px; 
margin-right: 20px;
}

#header {
background: url(headerbg3.jpg) top left repeat-x white;
width: 960px;
height: 200px;
position: relative;
color: black;
}

#people {
position: absolute;
top: 0;
right: 0;
}

#logo {
position: absolute;
top: 0;
left: 0;
}

h1 {
font-weight: normal;
position: absolute;
bottom: 10px;
left: 30px;
}


#footer {
font-size: 0.8em;
text-align: center;
}




span {
margin: 10px 20px;
}
