@charset "UTF-8";
/* CSS Document */

#content {
	position:relative;
	left:5px;
	width:980px;
	height:500px;
	margin:10px auto;
	border-style:solid;
	border-color:#FFF;
	color:#fff;
	background:url(../Images/contact_bg.png) no-repeat;

}

h1 {
	margin-top:10px;
	margin-bottom:10px;
	color:#fff;
	text-align:center;
	text-shadow:#fff .05em .05em .05em;
}

h1 span {
	color:#fff;
}

#innerTB {
	text-align:center;
}

#innerTB h2 {
	color:#fff;
}

#innerTB #Bryan {
	width:490px;
}

#innerTB #Justin {
	position:relative;
	width:490px;
	float:right;
	top:-90px;
}

#innerTB #general {
	margin-top:100px;
	position:relative;
	left:320px;
	width:350px;
	margin-bottom:10px;
}

#innerTB h3 a {
	color:#FF6600;
	text-decoration:underline;
}