#overview-content{
	padding: 10px;
}

#technologies{
	margin: 0 0 10px 10px;
	float: left;	
}
#technologies select{
	margin-left: 10px;
}

#paging{
	float: right;
	margin: 0 10px 10px 0;
}

#paging a, #current-page{
	margin-left: 10px;
}

#paging a{
	font-weight: normal;
}

#current-page{
	font-weight: bold;
}

#page-info{
	margin-right: 40px;
}

	
img.project_image {
	border: 1px solid black;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	top: 6px;
}


.projectTitle {
	font-weight: bold;
	padding: 0 0 0 10px;
}

.projectTitle span{
	position: relative; top: 3px;
}
.projectTitle * a {
	color: #000;
}

.projectContent {
	clear: left;
	float:none;
	margin-left: 20px;
}

.projectContent *{
	padding: 10px 0 10px 0;
}

.project {
	clear: left;
	float: none;
	margin-bottom: 10px;	
}
