.itemContainerLeft{
	width: 380px;
	float:left;
}

.itemContainerRight{
	width: 230px;
	float:right;
}


.more {
	background-image : url(../images/more.gif);
	background-repeat : no-repeat;
	background-color: transparent;
	float:right;
	width:49px;
	height:9px;
	margin-top:20px;
	margin-right:10px;
}


.line {
	background-image : url(../images/point.gif);
	background-repeat : repeat-x;
	background-color: transparent;
	float:left;
	width:380px;
	height:5px;
	margin-top:8px;
}

.lineShort {
	background-image : url(../images/point.gif);
	background-repeat : repeat-x;
	background-color: transparent;
	float:left;
	width:230px;
	height:5px;
	margin-top:8px;
}


.greenText {
	color:#A1C683;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}


.more {
	background-image : url(../images/more.gif);
	background-repeat : no-repeat;
	background-color: transparent;
	float:right;
	width:49px;
	height:9px;
	margin-top:10px;
	margin-right:10px;
}

.author {
	background-image : url(../images/author.gif);
	background-repeat : no-repeat;
	background-color: transparent;
	float:right;
	width:56px;
	height:10px;
	margin-top:10px;
	margin-right:10px;
}

#contentContainerDiv{
	background-image : url(../images/leftProjects.jpg);
}


