#work, #services, #about, #contact {
	position: relative;
	width: 705px;
	margin: 0px;
	padding:0 15px 10px 15px;
	overflow: hidden;

}
.featured_work, .services, .about, .contact {
	position: relative;
	float: left;
	width: 220px;
	margin: 0 20px 0 0;
	color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	height: 164px;
}
.featured_work h3, .services h3, .about h3, .contact h3 {
	margin: 10px 0 10px;
	padding: 0;
	color: #fff;
	font: normal bold 18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: -0.5px;
	text-align: left;
}
.featured_work p, .services p, .about p, .contact p {
	margin: 0 0 15px;
	padding: 0;
	color: #666;
	font: normal normal 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	text-align: justify;
}
#featured_work {
	position: relative;
	width: 1540px;
	height: 150px;
/*	border:solid 1px red;*/
}
.featured_preview a {
	position: relative;
	display: block;
	width: 200px;
	height: 139px;
	padding: 10px;
	border: 1px dashed #999;
}
.featured_preview a:hover {
	border-color: #666;
}
.featured_sash {
	position: absolute;
	top: -4px;
	right: -5px;
	z-index: 2
}
#work_thumbs {
	position: relative;
	width: 1600px;
	height: 120px;
}
.thumb_preview a {
	display: block;
	float: left;
	width: 98px;
	height: 68px;
	margin: 0 15px 0 0;
	padding: 10px;
	border: 1px dashed #202020;
}
.thumb_preview a:hover {
	border-color: #666;
}
#worknav {
	position: relative;
	width: 1440px;
	height: 29px;
	list-style-type:none;
}
/*#worknav UL, LI {
	list-style:none;
	margin:0;
	padding:0;
	}*/
#worknav_next {
	position: absolute;
	top: 10px;
	left: 630px;
	width: 53px;
	height: 16px;
	background: url(../images/worknav_bg.gif) no-repeat -13px 0;
}
#worknav_prev {
	position: absolute;
	top: 10px;
	left: 800px;
	width: 52px;
	height: 16px;
	background: url(../images/worknav_bg.gif) no-repeat 0 0;
}
#worknav_next a, #worknav_prev a {
	display: block;
	height: 15px;
	text-indent: -999em;
}
#worknav_next a {
	width: 53px;
}
#worknav_prev a {
	width: 52px;
}
#worknav_next a:hover {
	background: url(../images/worknav_bg.gif) no-repeat -13px -15px;
}
#worknav_prev a:hover {
	background: url(../images/worknav_bg.gif) no-repeat 0 -15px;
}
