#container {
	padding:0 30px;
}


#header {
	height:105px;
}
#flag {
	position:absolute;
	right:30px;
}
#logo {
	float:left;
	width:718px;
	margin-top:20px;
}


#content {
	float:left;
	width:740px;
	padding:25px 30px 55px 0;
}
#content strong {
	color:#000;
}
#content a {
	text-decoration:underline;
	color:#000;
}
#content a:hover {
	color:#666;
}


#space {
	float:left;
	width:500px;
	margin-bottom:5px;
}

.name {
	float:left;
	width:160px;
}
.email {
	float:left;
	width:160px;
}
.phone {
	float:left;
	width:160px;
}

#office {
	float:left;
	width:490px;
	height:185px;
	padding:27px 0 0 10px;
	margin-bottom:5px;
	color:#CCC;
	background:url(../images/office.gif) no-repeat;
}
#office strong {
	color:#FFF;
}
#office a {
	text-decoration:none;
	color:#FFF;
}
#office a:hover {
	color:#CCC;
}

#projects {
	float:right;
	width:225px;
	padding:27px 0 20px 10px;
	color:#333;
	background:#ddd url(../images/projects.gif) no-repeat;
}

#team-head {
	width:480px;
	padding:10px;
	background:#555;
}
#team-head strong {
	color:#FFF;
}
.team {
	float:left;
	width:490px;
	padding:10px 0 20px 10px;
	margin-top:1px;
	color:#333;
	background:#ddd;
}