/* - - - - - - - - - - primary content - - - - - - - - - -  */

#primary_content {
    width: 804px;
}

#primary_content h1, #primary_content p {
	margin-left: 20px;
	margin-right: 20px;
    max-width: 550px;
}

.InTheWorksSection {
	margin-top: 10px;
	width: 25%;
	float: left;
	/*border-right: 1px solid #fff;*/
}

.InTheWorksSection h2 {
	text-align: center;
	color: #333;
}

.InTheWorksSection p {
	text-align: center;
	height: 115px;
}

.InTheWorksSection p, .InTheWorksSection a:link, .InTheWorksSection a:visited {
	color: #fff;
	font-size: 11px;
	line-height: 13px;
}

.InTheWorksSection a:link img, .InTheWorksSection a:visited img {
	margin-bottom: 5px;
	border: 1px solid #D9D9D9;
}

.InTheWorksSection a:hover img, .InTheWorksSection a:active img {
    border-color: #fff;
}

#in_the_works_project {
	margin: -20px 0 0 20px;
	overflow: auto;
}