body {
	background: #E8E7E4;
	margin-top: 30px;
	margin-left: 30px; 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
	color: #5A5A5A;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 10px;
}
h1 { font-size: 120%; }
h2 { font-size: 100%; margin-top: 0px; line-height: 0%; margin-bottom: 20px; }
h3 { font-size: 100%; }
h4 { font-size: 90%; }
h5 { font-size: 80%; }
h6 { font-size: 70%; }
a, a:visited, a:hover {
	color: #5A5A5A;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#logo, #portfolioHeader, #portfolio, #portfolioSoon, #portfolioSoonHeader {
	margin-top: 10px;
	width: 760px;
	text-align: left;
	height: auto;
	background-color: transparent;
	color: #5A5A5A;
}
#portfolioHeader, #portfolioSoonHeader {
	margin-top: 10px;
}

.entry {
	margin-bottom: 20px;
	height: 201px;
	width: 760px;
}
.entryText {
	float: left;
	height: 201px;
	width: 215px;
	background: white;
}
.caseStudyText {
	float: left;
	height: 350px;
	width: 215px;
	background: white;
}
.caseStudyImage {
	float: left;
	margin-left: 10px;
	height: 350px;
	width: 534px;
	background: white;
}
.entryImage1{
	float: left;
	margin-left: 10px;
	height: 201px;
	width: 262px;
	background: white;
}
.entryImage2 {
	float: left;
	margin-left: 10px;
	height: 201px;
	width: 262px;
	background: white;
}

.line {
	margin-top: 2px;
	width: 760px;
	height: 1px;
	background: #B4A994;
	clip : auto;
}
.noMargin {
	margin: 0px;
}
