body {
	font-family: "Lucida Grande", sans-serif;
	color: #8b5543;
	font-size: 14px; 
}

#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 888px;
	margin-top: 20px;
}

#col1 {
	top: 36px;
	position: absolute;
}

#col2 {
	position: absolute;
	left: 91px;
	top: 36px;
	width: 173px;
}

#col3 {
	position: absolute;
	left: 290px;
	top: 0px;
	width: 600px;
}

a {
	color: #d97925;
	text-decoration: none;
}

a img {
	border: none;
}

#emailLink {
	display: block;
	text-align: center;
}

#links a:hover, #emailLink:hover {
	text-decoration: underline;
}

#links p {
	display: none;
}

#project_nav a {
	float: left;
	display: block;
	width: 33px;
	height: 32px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position:top;
}

#project_nav a img {
	display: none;	
}

#project_nav a:hover {
	background-position: 0px -32px;
}	

#nav_tab {
	background-image: url(/images/nav_tab.gif);	
}
#nav_l {
	background-image: url(/images/nav_l.gif);	
}
#nav_r {
	background-image: url(/images/nav_r.gif);	
}


#linksBg h3 {
	background: transparent url(/images/nav_top.gif) no-repeat;
	height: 47px;
	margin: 0px;
	padding: 0px;
}

#linksBg h3 span {
	display: none;
}

#linksBg ul {
	background: transparent url(/images/nav_center.gif) repeat-y;
	margin: 0px;
	padding: 0px 0px 0px 14px;
}

#linksBg ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}


#linksBg {
	background: #fff url(/images/nav_bottom.gif) no-repeat bottom;
	padding-bottom: 14px;
}


#curls {
	background: #fff url(/images/top_curls.gif) no-repeat right bottom;
	padding-bottom: 58px;
}

#thumbs { margin-top: 20px; }

#thumbs a {
	margin: 5px;
	display: block;
	float: left;
	background: #337059;
	line-height: 1px;
	overflow: hidden;
	width: 64px;
	height: 64px;
}

#thumbs a:hover {
	background-position: 0 -64px;
}

#thumbs a img {	visibility: hidden; }

#project_details {
	position: relative;
}
#project_nav {  position: absolute; top: 95px; }
#project_image {  position: absolute; top: 127px; }
#project_details h2 { font-size: 16px; margin: 0px 24px 0px 0px; }
#project_details h3 { font-size: 13px; margin: 0px; font-weight: normal; }
#project_details h3 span { color: #d97925; font-weight: bold; }
#project_title { display: inline; }
#project_desc { display: inline; }
#project_agency { position: absolute; top: 25px; left: 148px; }
#project_creative { position: absolute; top: 25px; left: 340px; }
#project_awards { position: absolute; top: 48px; left: 148px; }
