@charset "utf-8";
/* CSS Document */
#aboutGraphic {
	position:relative;
	width:900px;
	height:230px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

#aboutContainer {
	position:relative;
	width:900px;
	height:700px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

#aboutLeft {
	width:435px;
	height:auto;
	float: left;
}

#aboutRight {
	width:435px;
	height:auto;
	float: right;
}

#keyline{
	width: 100%;
	height: 1px;
	background-color:#FFF
}

#contactLeft {
	width:310px;
	height:auto;
	float: left;
	position: relative;
	left: 15px;
	z-index: 40;
}

#contactRight {
	width:535px;
	height:auto;
	float: right;
	position: relative;
	z-index: 40;
}
#contactLeft p img {
	margin-right: 8px;
	margin-bottom: -8px;
	margin-top: 8px;
}

#influences {
	position:relative;
	margin-left: auto;
	margin-right:auto;
	width: 900px;
	height: 450px;
	padding-top: 10px;
	margin-top: 40px;
	z-index:4;
}
#aboutRight img {
	margin-top: 20px;
}

#contactContainer {
	position:relative;
	width:900px;
	height:550px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
