#header, #footer ul, #photo { display: none; }

#site { width: 100%; }

body, table, th, td {
	background-color: #fff;
	background-image: none;
	font: 14px arial, helvetica, sans-serif;
	color: #000;
	}
	
#footer {
	border-top: 1px solid #ccc;
	font-size: 10px;
	}
	
#portfolioContent {
	margin: 0 0 15px 0;
	width: 100%;
	}
#portfolioContent td {
	vertical-align: top;
	padding: 0 5px;
	width: 25%;
	}

h1 {
	font-weight: normal;
	font-size: 22px;
	color: #7e1d12;
	}
	
h2 {
	font-weight: bold;
	font-size: 16px;
	}
	
#portfolioContent h2 {
	text-transform: lowercase;
	letter-spacing: 0.1em;
	}
	
a {
	color: #000;
	text-decoration: none;
	}
	
img { border: none; }

blockquote { margin-left: 15px; }
