body {
	overflow: hidden;
	background-color: #cccccc;
	font: 100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #444444;
}

.bg {
	width: 90%;
	max-width: 1292px;
	position: absolute;
	top: 0;
	left: 5%;
	z-index: 5000;
}

#bio {
	width: 40%;
	max-width: 450px;
	position: absolute;
	top: 50px;
	left: 10%;
	z-index: 6000;
}

#subnav {
	width: 40%;
	max-width: 450px;
	position: absolute;
	top: 5px;
	left: 10%;
	z-index: 7000;
}

h1 {
	font-size:1em;
	font-weight:bold;
}

p {
	font-size: .8em;
	line-height: normal;
}

#bio a {

display:inline-block;

line-height: 32px;
padding-left: 35px;
background: transparent url(../images/gallery.jpg) no-repeat left center;
} 

a:link {
	text-decoration: none;
	color: #3c7080;
}

a:visited {
	text-decoration: none;	
	color: #3c7080;

}

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

a:active {
	text-decoration: none;
	color: #444444;
}



ul#tabs {
	list-style: none;
	margin: 0;
	padding: 7px 0;
	border-bottom: 1px solid #ccc;
	white-space: nowrap;
}ul#tabs li{
	display: inline;
	margin: 0 2px
}

ul#tabs a{
	text-decoration: none;
	padding: 0 0 3px;
	color: #999}

ul#tabs a#current{
	border-color: #F60;
	color: #3c7080;
}ul#tabs a:hover{
	border-color: #F60;
	color: #3c7080;
}