@charset "utf-8";

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000;
}

img {
	border: none;
}

body {
	margin: 0;
	background-color: rgb(138,0,0);
	background-image: url('images/header/background.gif');
	background-position: center;
	background-repeat: repeat-y;
}

#content {
	margin: 0 auto;
	width: 836px;
	padding: 68px;
	background-color: #fff;
}

#header {
	position: relative;
	width: 850px;
	height: 275px;
	white-space: nowrap;
}

#eric_fong {
	position: absolute;
}
#eric_chinese {
	position: absolute;
	right: 0;
	margin-right: 11px;
}
#header_images {
	position: absolute;
	top: 80px;
}
#header_images img {
	display: block;
	float: left;
	margin: 0 12px 0 0;
	padding: 0;
	width: 198px;
	left: 0;
	border: none;
}
#header ul {
	list-style-type: none;
	position: absolute;
	top: 216px;
	margin: 0;
	padding: 0;
}
#header ul li {
	margin: 0 12px 0 0;
	padding: 0;
	display: inline-block;
	width: 198px;
	float: left;
}
div.indented_page {
	margin-left: 215px;
}

div.project {
	clear: both;
}
div.project img {
	float: left;
	margin: 0 12px 12px 0;
}
div.project h2 {
	font-style: italic;
	font-weight: normal;
	text-transform: uppercase;
	color: rgb(171,0,0);
	font-size: 17px;
}

span.project_year {
	font-style: normal;
	text-transform: uppercase;
	color: rgb(171,0,0);
	font-size: 17px;
}

h1 {
	font-weight: normal;
	text-transform: uppercase;
	color: rgb(171,0,0);
	font-size: 17px;
	margin: 40px 0 20px 0;
}

dt {
	float: left;
}
dd {
	margin-left: 60px;
}

#contact_form label, #contact_form input, #contact_form textarea {
	display: block;
}
#contact_form input, #contact_form textarea {
	margin-bottom: 20px;
	width: 410px;
}

div.project_thumbnails {
	width: 840px;
}

div.project_thumbnail {
	width: 198px;
	margin: 0 12px 30px 0;
	display: inline-block;
	vertical-align: top;
}

div.project_thumbnail p, div.project_thumbnail h2 {
	margin-top: 0;
	padding-top: 0;
}