body{
	font-family: 'Open Sans', sans-serif;
	font-weight:lighter;
	background:#ffffff;
	line-height: 1.2em;
}

a{
	color:inherit;
}
#wrapper{
	position:relative;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
}
#logo{
	position:absolute;
	width:320px;
	height:320px;
	padding:0;
	margin:0;
	background-image:url('logo.png');
}
#content{
	position:absolute;
	top:200px;
	width:900px;
}
.content_list{
	width:900px;
	height:100%;
	padding:0;
	margin:0;
}
.content_tab{
	display:block;
	width:900px;
	height:100%;
	text-align:right;
	padding:0;
	margin:0;
	list-style:none;
}
.tab_content{
	position:relative;
	right:-160px;
	width:700px;
	height:100%;
	z-index:9;
}
.tab_content p{
	width:500px;
	position:relative;
	left:200px;
	
}
.tab_heading{
	display:block;
	background-image:url('tabs_bg_3.png');
	background-repeat:no-repeat;
	width:900px;
	height:90px;
	margin:0;
	padding:0;
	text-align:left;
	text-indent:1000px;
	text-decoration:none;
	z-index:10;
}
.tab_heading:active{
	border:0;
}
#bio_title{
	background-position: 0px -5px;
}
#bio_title:hover{
	background-position: 120px -5px;
}
#services_title{
	background-position: 0px -95px;
}
#services_title:hover{
	background-position: 120px -95px;
}
#no_title{
	background-position: 0px -180px
}
#no_title:hover{
	background-position: 120px -180px;
}
#portfolio_title{
	background-position: 0px -270px;
}
#portfolio_title:hover{
	background-position: 120px -270px;
}
#social_title{
	background-position: 0px -360px;
}
#social_title:hover{
	background-position: 120px -360px;
}
#tumblr_title{
	background-position: 0px -440px;
}
#tumblr_title:hover{
	background-position: 120px -440px;
}
#thingz_title{
	background-position: 0px -530px;
}
#thingz_title:hover{
	background-position: 120px -530px;
}
#service_tab ul, #non_service_tab ul{
	list-style:none;
	color:#7d7d7d;
}
#service_tab ul h3, #non_service_tab ul h3{
	color:#7d7d7d;
}
#service_tab h3, #non_service_tab h3{
	color:#000;
}
#service_tab abbr, #non_service_tab abbr{
	cursor:pointer;
	border-bottom:1px dotted;
}
#social_tab .tab_content{
	height:100px;
}
#social_tab ul{
	text-align:left;
	list-style:none;
}
#social_tab ul li{
	float:right;
}
#social_tab ul a{
	text-indent:-700px;
	display:block;
	margin:0 12px;
	height:64px;
	width:64px;
	color:#ffffff;
	text-decoration:none;
	overflow:hidden;
	z-index:4;
	background-position:center;
	background-repeat:no-repeat;
}
#mail_link{
	background-image:url('email.png');
}
#fb_like{
	margin:5px;
}
#fb_link{
	background-image:url('facebook.png');
}
#skype_link{
	background-image:url('skype.png');
}
#twitter_link{
	background-image:url('twitter.png');
}
#li_link{
	background-image:url('linkedin.png');
}
#footer{
	background-image:url('footer.png');
}
