/* =universals 
These rules are applied to all elements unless otherwise specified below. */
* {
	margin: 0;
	padding: 0;
}

/* =body */
#home {
	color: white;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background: #252F38 url(images/bg.gif) repeat-x; 
}

/* =h2 */
#bio h2 {
	color: #CCC;
	padding: 0 20px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 3em;
	font-weight: 100;
}

/* -- Social container -- */

#social {
	margin: 0 0 70px 20px;
	width: 920px;
	height: 100px;
	float: left;
	color: #556C82;
}

#social h2 {
	color: #F90;
	font-size: 2em;
	font-weight: 100;
	height: 40px;
}

#social img {
	border: 0;
	padding-bottom: 5px;
}

#social li {
	float: left;
	width: 100px;
	list-style: none;
	text-align: center;
	font-size: 1.4em;
}

#social li:first-child {
	width: 55px;
	margin-right: 20px;
}

#social li a {
	text-decoration: none;
	color: #556C82;
	border: 0;
}

/* --Containers-- */
#centered {
	display: block;
	width: 960px;
	margin: 0 auto;
}

#bio {
	width: 960px;
	float: left;
}

.nav_about a {
	background-position: bottom right;
	background-image: url(images/nav_about.png);
	width: 121px;
}