	#project-area {
		min-height: 600px;
		float: right;
	}
	
	.projects {
		border: 0;
	}

	.projects .list a {
		display: block;
		/*border-top: 1px solid #e6e6e6;*/
		padding: 13px 10px;
		line-height: 1.5em;
	}

	.projects .list a:hover, .projects .list a.active {
		
		background: #da1f3d;
		color: #fff;
	}

	.bulletin {
		float: right;
		margin-right: 0;
		/*
		border-top: 3px solid #7a8086;
		*/
		margin-top: 14px;
	}

	.navigation, .pager {
		margin: 6px 0;
		width: 185px;
		text-align: left;
		padding: 12px 6px;
		background: #f8f9f9;
	}
	
	.pager {
		margin: 2px 0;
		padding: 0;
		clear: left;
		background: transparent;
	}
	
	.pager strong {
		font-weight: lighter;
	}
	
	.list {
		clear: left;
	}
