* {
margin: 0;
padding: 0;
}
ul li {
list-style-type: none;
}
img {
border-style: none;
}
body, a {
color: #999;
background-color: #000;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 100%;
line-height: 1;
}
p{
	font-size:80%;
	line-height: 130%;
}
.table {
display: table;
margin: 0 auto;
}
ul.pieces {
width: 690px;
}
ul.pieces li {
width: 230px;
height: 100px;
float: left;
margin-bottom: 20px;
}
ul.pieces li a, ul.studio_pics li a {
text-align: center;
display: block;
}
li {
float: left;
}
#studio_pics {
margin: 0 auto;
width: 940px;
}
ul.studio_pics li {
margin-bottom: 10px;
width: 470px;
}	
h3 {
font-weight: lighter;
font-size: 70%;
padding-top: 5px;
}
h4 {
font-size:90%;
}
#banner {
width: 500px;
height: 80px;
margin: 0 auto 10px auto;
}
#nav {
width: 820px;
height: 20px;
margin: 0 auto;
}
#nav li {
margin-right: 10px;
font-size: 90%;
}
#page_title {
width: 600px;
height: 45px;
text-align: center;
margin: 20px auto 10px auto;
}
#body_text {
width: 500px;
margin: 0 auto 20px auto;
}

/* Style for Vitae page content */
#vitae {
	width: 800px;
	margin: 0 auto;
}
#vitae ul li {
	float:none;
	
}
#vitae ul ul li {
	font-size: 80%;
	line-height: 130%;
	margin-left: 20px;
}
#vitae ul ul ul li {
	font-size: 80%;
	line-height: 130%;
	margin-left: 40px;
}
#vitae ul ul {
	margin-bottom: 10px;
}
li span {
	text-align:right;
	float: left;
	width: 60px;
	margin-right: 10px;
}
.sub {
	padding-left: 70px;
}
/* Elements exclusive to INFLUENCES page */

/* hold picture and text, one for each person */
.single_wrapper {
	width: 600px;
	height: 300px;
	margin: 0 auto 20px auto;
}
/* photo */
.influence_photo {
	width: 300px;
	height: 300px;
	position:absolute;
}
.influence_photo img{
	float: right;
}
/* text */
.single_wrapper p {
	width: 290px;
	height: 150px;
	margin-left: 310px;
	}