#body {
/*	background-color: #fff;*/
	line-height: 1.7;
	color: #666;
	font-family: Arial, Verdana, Sans-Serif;
}

#body .fullwidth {
	padding: 30px;
}

.fullwidth {
	background-repeat: no-repeat;
	padding-top: 7px;	
}

.fullwidth.top {
	background-image: url('../images/1003pxTop.gif');
	background-position: top;
}

.fullwidth.bottom {
	background-image: url('../images/1003pxBottom.gif');
	background-position: bottom;
	height: 7px;
	margin: 0;
	padding: 0;
}

.fullwidth.border {
	background-image: url('../images/1003pxRepeatable.gif');
	background-repeat: repeat-y;
	width: 942px;
}

h2, h3, h4, h5 {
	font-family: "Gill Sans", Arial, Verdana, Sans-Serif;
	font-weight: normal;
	margin: 10px 0;
	color: #7f7f7f;
}

/*	PEOPLE
-------------------------- */
.bio_wrapper {
	margin-bottom: 100px;
	margin-left: 20px;
}

img.bio_image {
	float: left;
	margin-right: 50px;
	margin-left: 10px;
}

h2.bio_name {
	margin: 0;
	padding: 0;
}

a h2.bio_name {
	text-decoration: none;
}

.bio_title {
	color: #f02037;
	margin-bottom: 20px;
}

.bio {
	width: 560px;
	margin-left: 260px;
}

.bio_bumper {
	width: 930px;
	height: 2px;
	background-color: #f1f1f1;
	margin-bottom: 40px;
}

/*	TWITTER
-------------------------- */
.twittertext {
	text-decoration:none;
	color: #222;
}

div.tweet {
	height:60px;
	border-bottom: 2px solid #F1F1F1;
	margin-bottom: 10px;
}

div.username, div.text,
div.date {
	float:left;
}

div.username {
	width:10%;
}

div.text {
	width:75%;
}

div.date {
	width:15%;
}

/*	CLIENTS
-------------------------- */
#clients .cli_des p {
	margin: 0;
}

/*	Contact
-------------------------- */
#hire, #join {
	text-align: center;
	width: 468px;
	margin-left: auto;
	margin-right: auto;
}
#hire p, #join p {
	text-align: left;
}
#hire fieldset, #join fieldset {
	text-align: left;
	margin-left: 30px;
	background-color: #f1f1f1;
}
#hire_link, #join_link {
	padding: 10px 0;
	display: block;
	background-color: #CC0000;
	color: white;
	text-decoration: none;
	font-family: "Gil Sans", arial, verdana, sans-serif;
	cursor: pointer !important;
}
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}