body {
  font-family: arial, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

a img { border: none; }

#whole {
  margin: 0 auto;
	padding: 15px 0 0 0;
  width: 950px;
}

h1 {
  height: 34px;
	width: 230px;
  margin: 0 auto 5px;
  padding: 0;
	position: relative;
}
h1 a {
	display: block;
  background: url('/images/header.gif') no-repeat;
	width: 230px;
	height: 34px;
}
h1 a:hover {
	background-position: 0 -34px;
}
h1 span.name { display: none;}

#navWrapper {
	margin-right: 0px;
}
#nav {
  padding: 0;
	margin: 0 0 15px;
	text-align: center;
}
#nav li {
	display: inline;
  margin: 0 0 0 0;
  padding: 0 5px 0 5px;
  list-style: none;
}
#nav li a {
/*  background: url('/images/nav.gif') no-repeat; */
	color: #ccc;
	font-size: 17px;
	text-decoration: none;
}
#nav li a:hover,
#nav li a.selected {
	color: #999;
}

.projectText {
  padding: 20px 0 0 30px;
}
.projectText .column {
  float: left;
  width: 385px;
  margin-right: 20px;
}

#content {
  clear: both;
  color: #363636;
  line-height: 18px;
}
#content h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 18px 0;
	padding: 0;
}
#content h2 span.location {
	font-size: 12px;
}

#content h3 {
	font-size: 12px;
	line-height: 18px;
	padding: 0;
	margin: 0;
}

.projectText p {
  padding: 0;
  margin: 0 0 18px;
	text-align: justify;
}

.projectList {
	margin: 0 0 0 31px;
}
.projectList img {
  display: block;
	float: left;
	width: 110px;
	height: 260px;
  margin: 0 3px 3px 0;
}

#littleColumn {
	float: left;
  border-top: 1px solid #aac6d1;
  padding-top: 20px;
	width: 433px;
}
#littleColumn h2 {
  margin-left: 30px;
}
#littleColumn p {
  margin: 0 30px 18px 30px;
	text-align: justify;
}

#bigColumn {
	float: left;
	width: 417px;
}

p.contactInfo {
	background: url('/images/contact.jpg') no-repeat;
	margin: 0 0 18px 0;
	padding: 0;
	width: 417px;
	height: 415px;
	position: relative;
}
p.contactInfo span {
	display: none;
}
p.contactInfo a {
	display: block;
	position: absolute;
	left: 174px;
	top: 110px;
	width: 222px;
	height: 23px;
}

a.pdfLink {
	background: url('/images/pdf.gif') no-repeat;
	display: block;
	height: 48px;
	line-height: 48px;
	padding-left: 52px;
}
a.vcfLink {
	background: url('/images/vcf.jpg') no-repeat;
	display: block;
	height: 48px;
	line-height: 48px;
	padding-left: 52px;
}

div#filmStrip {
	clear: both;
	height: 415px;
	width: 950px;
	position: relative;
}
div#filmStrip div.image img {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
}
div#filmStrip div.image a {
	display: none;
}
div#filmStrip div.window {
	height: 415px;
	width: 950px;
	overflow: hidden;
	position: relative;
}
div#filmStrip div.cover {
	position: absolute;
	font-size: 24px;
	top: 0px;
	left: 0px;
	height: 415px;
	line-height: 415px;
	text-align: center;
	width: 950px;
	background: #fff;
	z-index: 100;
}
div#filmStripControls {
	position: absolute;
	left: 50%;
	bottom: -42px;
	height: 32px;
	width: 132px;
	margin-left: -66px;
	padding: 0;
	z-index: 50;
}
div#filmStripControls a {
	color: #363636;
	text-decoration: none;
	float: left;
	margin: 0;
}
div#filmStripControls span { display: none; }
#filmStripPrevious {
	background: url(/images/filmstrip/previous.gif) no-repeat top right;
	width: 40px;
	height: 32px;
}
#filmStripNext {
	background: url(/images/filmstrip/next.gif) no-repeat top left;
	width: 40px;
	height: 32px;
}
div#filmStripControls a#filmStripInfo {
	background: url(/images/filmstrip/info.gif) no-repeat;
	width: 32px;
	height: 32px;	
	margin: 0 10px;
}

#yearNav {
	float: left;
	font-family: arial;
  height: 26px;
  padding: 0;
	margin: 14px 0 0 14px;
	font-size: 14px;
}
#yearNav li {
	color: #444;
	display: inline;
  height: 26px;
	line-height: 26px;
  margin: 0 0 0 0;
  padding: 0 10px 0 0;
  list-style: none;
}
#yearNav li a {
	color: #999;
  height: 26px;
	text-decoration: none;
}

a#contact, span#contact {
	color: #999;
	float: right;
  height: 26px;
  padding: 0;
	margin: 19px 14px 0 0;
	font-size: 14px;
	letter-spacing: 1px;
	text-decoration: none;
}
span#contact {
	color: #444;
}

/* INFO PAGE */
#info_main {
	color: #558EA3;
	font-size: 14px;
	line-height: 1.6;
	position: relative;
	text-align: justify;
	height: 415px;
}
#info_main h2 {
	margin: 0 0 4px 0;
	padding: 0;
	height: 26px;
}
#info_main h2 span { display: none; }
#info_main h2#my_art { background: url('/images/info/my_art.gif') no-repeat 0 -5px;}
#info_main a {
	color: #a3cad8;
	text-decoration: none;
}
#info_img {
	float: left;
	width: 619px;
}
#info_img div {
	background: url('/images/info/layli.gif') no-repeat;
	margin-top: 5px;
	height: 30px;
}
#info_img div span { display: none; }
#info_content {
	margin-left: 629px;
}
#info_content p {
	margin: 0 0 20px 0;
}
#cv_download {
	position: absolute;
	bottom: 0;
	left: 629px;
}
#cv_download img {
	border: 0;
}

/* ARCHITECTURE PAGE */
#arch_main {
	background: url('/images/architecture/architecture_bg.jpg') no-repeat bottom right;
	color: #d4d4d3;
	font-size: 18px;
	line-height: 1.4;
	position: relative;
	height: 600px;
}
#arch_main a {
	color: #a3cad8;
	text-decoration: none;
}
#arch_content {
	position: absolute;
	top: 50px;
	left: 50px;
	width: 400px;
}

/* CONTACT PAGE */
#contact_main {
	background: url('/images/contact/contact_bg.jpg') no-repeat bottom right;
	color: #b3b3b3;
	font-size: 14px;
	line-height: 1.4;
	position: relative;
	margin-top: 50px;
	height: 761px;
}
#contact_main a {
	color: #558EA3;
	text-decoration: none;
}
#contact_main a.gallery {
	font-size: 15px;
	font-weight: bold;
}
#contact_main h2 {
	margin: 0 0 0 0;
	padding: 0;
	height: 30px;
}
#contact_main h2 span { display: none; }
h2#contact_me { background: url('/images/contact/contact_me.gif') no-repeat; }
h2#join_list { background: url('/images/contact/join_list.gif') no-repeat; }
h2#galleries { background: url('/images/contact/galleries.gif') no-repeat; }
h2#art_consultants { background: url('/images/contact/art_consultants.gif') no-repeat; }
#contact_main p {
	margin: 0 0 10px 0;
}
#contact_main input.text {
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #777;
	width: 220px;
	padding: 3px 1px;
}

#contact_list {
	position: absolute;
	top: 0;
	left: 362px;
}

#contact_side {
	position: absolute;
	top: 0;
	right: 0;
	width: 216px;
}
p.message {
	background: #fff;
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	color: #444;
	width: 227px;
	padding: 5px 0;
	font-size: 13px;
}
