#container {
	background-image: url(../images/section_bg_portfolio.jpg);
	background-position: 0px 43px;
	background-repeat: no-repeat;
}

#content {
	clear: both;
	padding: 200px 0px 0px 0px;
	min-height: 400px;
}

#sidelinks {
	margin-top: 60px;
	margin-left: -40px;
}

#maincontent {
	background-color: #fff;
	margin: 0px 0px 40px 150px;
	padding: 0px;
	width: 435px;
	border: 1px solid #E9E9E9;
}

#portfolio {
	padding: 10px;
}
#portfolio p {
	padding: 0px 10px;
}
img.screenshot {
	border: 1px solid #e2e2e2;
}

dl {
	margin: 0px;
	padding: 5px 0px;
}

dt {
	float: left;
	font-weight: bold;
	color: #444444;
	padding: 0px 5px 0px 0px;
}

dd {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #666666;
}

div.indicator {
  width: 100%;
  height: 80px;
  background: url(/images/indicator.gif) no-repeat center center;
  padding: 200px 0px;
  text-align: center;
  font-weight: bold;
  color: #999999;
}
.brief_indicator {
  width: 250px;
  height: 50px;
  background: url(/images/indicator.gif) no-repeat center center;
  padding: 12px 0px 20px 0px;
  text-align: center;
  font-weight: bold;
  color: #999999;
}
.projectBrief {
	border: 1px solid #bbb;
	background-color: #fff;
	width: 250px;
	padding: 5px;
	position: absolute;
	margin: -35px 0px 0px 210px;
	float: left;
	top: 100px;
	-moz-border-radius:5px;
}
.projectBrief dl {
	width: 160px;
	float: left;
	padding: 0px 0px 0px 5px;
	margin: 0px;
}
.projectBrief dl dt,
.projectBrief dl dd {
	margin: 0px;
}
.projectBrief img.screenshot {
	float: left;
}
