.team {
	margin-bottom: 15px;
	padding-bottom: 15px;
	background-image: url(img/line.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	overflow: auto;
	width: 100%
}
.team b {
	color: #0095DA;
}
.team img {
	float: left;
}
.team div {
	float: right;
	width: 390px;
}
.team a {
	margin-top: 20px;
	float: right;
}
#sidetext {
	width: 300px;
}
#sidetext h2 {
	font-size: 18px;
	margin: 0;
}
#sidetext h3 {
	font-size: 14px;
	margin: 0;
	margin-bottom: 20px;
}
#sidetext ul {
	text-align: left;
	margin: 0;
	padding : 0;
}
#backlink {
	height: 30px;
	line-height: 30px;
	padding-right: 30px;
	text-align: right;
	background-image: url(img/backlink.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#backlink a {
	text-transform: uppercase;
}
