body{
	padding: 0px;
	margin: 40px;
	
	background: #fff;
	color: #000;
	
	font-family: times;
	font-size: 11px;
}

a{ color: #000; }
a:hover{ text-decoration: none; }

/* NAVIGATION */
ul#worklist{
	position: absolute;
	top: 40px; left: 40px;
	
	padding: 0px;
	margin: 0px;
	
	list-style: none;
}
ul#worklist li{
	margin-bottom: 2px;
}
ul#worklist #firstli{
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 12px;
}
ul#worklist .category{
	margin-top: 15px;
	font-size: 9px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
ul#worklist li a{
	color: #000;
	text-decoration: none;
}
ul#worklist li a:hover{
	background: #f0f0f0;
}
ul#worklist li a:active{
	background: #ccc;
}

/* CONTENT */
#content{
	position: absolute;
	top: 40px; left: 240px;
}

/* PROJECT INFO */
.projectinfo{
	margin-top: 10px;
	margin-bottom: 40px;
	width: 650px;
	line-height: 14px;
	overflow: auto;
}

.infocol1{
	float: left;
	width: 350px;
}

.infocol2{
	float: left;
	width: 285px;
	margin-left: 15px;
}

/* INFO PAGE */
#bio{
	width: 400px;
	line-height: 14px;
}
ul#clients{
	width: 320px;
	margin: 15px 0px 15px 0px;
	padding: 0px;
	
	list-style: none;
	overflow: auto;
}
ul#clients li{
	float: left;
	width: 80px;
}

/* NEWS PAGE */
.eachnews{
	width: 250px; height: 150px;
	overflow: auto;
	float: left;
}
.newsimg{
	width: 250px; height: 150px;
	position: absolute;
	z-index: 100;
}
.newscontent{
	width: 250px; height: 150px;
	position: absolute;
	z-index: 50;
}

/* NAVGIATION LINKS */
.leftarrow:link{ font-size: 9px; letter-spacing: 1px; text-transform: uppercase; color: #000; text-decoration: none;  }
.leftarrow a{ font-size: 9px; letter-spacing: 1px; text-transform: uppercase; color: #000; text-decoration: none;  }
.leftarrow:link:hover{ font-size: 9px; letter-spacing: 1px; text-transform: uppercase; text-decoration: underline; }
.leftarrow:hover{ font-size: 9px; letter-spacing: 1px; text-transform: uppercase; text-decoration: underline; }

.rightarrow:link{ font-size: 9px; letter-spacing: 1px; text-transform: uppercase; color: #000; text-decoration: none;  }
.rightarrow a{ font-size: 9px; letter-spacing: 1px; text-transform: uppercase; color: #000; text-decoration: none;  }
.rightarrow:link:hover{ font-size: 9px; letter-spacing: 1px; text-transform: uppercase; text-decoration: underline; }
.rightarrow:hover{ font-size: 9px; letter-spacing: 1px; text-transform: uppercase; text-decoration: underline; }