body {
	background: #eaeaea;
}

#pageBG {
	background: url(../img/pageGrad.jpg) center repeat-y;
	width: 1000px;
	margin: 0 auto;
}

#header {
	background: url(../img/headerBG.jpg) top repeat-x;
}

.headerPhone p {
	text-align: right;
	padding-top: 40px;
	padding-right: 40px;
	font-size: 1.6em;
	font-weight: bold;
}

#nav {
	background: url(../img/navBG.jpg) top repeat-x;
	height: 30px;
	margin-bottom: 5px;
}

img.splashLeft {
	width: 472px;
	float: left;
}

img.splashRight {
	width: 472px;
	float: right;
}

#footer {
	background: #2d58a8;
	margin-top: 5px;
}

#footer p {
	color: #fff;
	font-style: italic;
	text-align: right;
	padding: 10px 40px 10px 0;
	margin: 0;
}

#copyright {
	background: url(../img/copyrightBG.jpg) top center no-repeat;
	width: 1000px;
	margin: 0 auto;
}

#copyright p {
	padding-top: 35px;
	font-size: .8em;
	color: #666;
	text-align: center;
}

#copyright a {
	color: #666;
	text-decoration: none;
}

#copyright a:hover {
	color: #333;
	text-decoration: underline;
}
