body {
	background:#737473;
	margin:0;
	padding:0;
}

h1 {
	font-family:Impact;
}

p , h2, h3, h4{
	font-family:Arial;
}

#banner {
	background:#F18959 url('../img/banner.png') no-repeat center;
	height:122px;
	width:100%;
}

#footer {
	background:#ADADAD;
	padding:5px;
	text-align:center;
	width:806px;
}

#headshot {
	background:white url('../img/jackson.png') no-repeat center;
	box-shadow:-10px 10px 10px rgba(10,10,10,0.9);
	height:158px;
	float:right;
	margin-top:10px;
	width:127px;
}

#holder {
	background:#fff;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	width:816px;
}

#jackson {
	background:url('../img/graffiti.png') no-repeat;
	height:444px;
	width:270px;
}

#nav {
	background:#fff;
	width:100%;
}

#promo {
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:182px;
}

.cite {
	font-size:small;
}

.content {
	border:10px solid #E9E8E7;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding:2px 10px;
	width:80%;
}

.content1 {
	border:10px solid #E9E8E7;
	background-color: #E9E8E7;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding:2px 10px;
	width:80%;
}

.jackson {
	background:#F18959;
	color:white;
	float:right;
	height:50px;
	margin-top:30px;
	text-align:center;
}

.jackson h1 {
	margin-top:5px;
}

.nav {
	border-collapse:collapse;
	border-spacing:0;
	color:#666;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:700px;
}

.quote {
	font-style:italic;
}

.quoteend {
	float:right;
	height:25px;
	margin:3px;
}

.quotestart {
	float:left;
	height:25px;
	margin:3px;
}

.floatRpadL {
	float:right;
	padding-left: 12px;
}

.floatLpadR {
	float:left;
	padding-right: 12px;
}