#contact{
	float: left;
	width: 1024px;
	background-image: url(../images/contact_gradient.png);
	background-repeat: repeat-x;
	height: 181px;
	
}

	#contactTabBar{
		width: 863px;
	}
	
	#contactTitle{
		margin-left: 5px;
	}
	
	#contact-content{
		padding: 10px;
	}

#john {
	float: left;
	width: 510px;
}

	#johnTabBar{
		width: 380px;
	}
	
	#john-content{
		padding: 10px;
		float: none;
	}


#dave {
	float: left;
	width: 511px;
}

	#daveTabBar{
		width: 378px;	
	}
	
	#dave-content{
		padding: 10px;
		float: none;
	}

.web2 {
	margin-top: 10px;
}

.web2 div {
	margin-left: 30px;
	display: inline;
}

.skype-logo {
	position: relative;
	top: 2px;
	left: -3px;
}
	
#divider{
	float: left;
}

#title-divider{
	background-image: url(../images/blue_bar_title.png);
	background-repeat:repeat-x;
	width: 3px;
	height: 27px;
}

#content-divider{
	background-image: url(../images/blue_bar_vert.png);
	background-repeat:repeat-y;
	width: 3px;
	height: 112px;
}

#footer {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}