body {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #282828;
	background-color: #9A9994;
	margin: 0px;
	background-image: url(http://www.stephen-weaver.com/images/graphics/bkgHome.jpg);
	background-position: 0px 50px;
	background-repeat: repeat-x;
}
a:link {
	color: #D1901D;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #D1901D;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #D1901D;
	text-decoration: underline;
	font-weight: bold;
}
#bkgCenter {
	width: 1000px;
	margin: 60px auto 0px auto;
	background-image: url(http://www.stephen-weaver.com/images/graphics/bkgHomeCenter.jpg);
	background-repeat: no-repeat;	
}
#navShell {
	position: absolute;
	top: 608px;
	left: 50%;
}
#nav {
	color: #FFF;
	font-size: 11px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	width: 600px;
	position: relative;
	left: -340px;
	text-align: center;
}
#nav a {
	font-weight: normal;
	padding: 0px 8px 0px 8px;
}
#nav a:link {
	color: #FFF;
	text-decoration: none;
}
#nav a:visited {
	color: #FFF;
	text-decoration: none;
}
#nav a:hover {
	color: #E3BF63;
	text-decoration: none;
}
#welcome {
	font-size: 10px;
	line-height: 14px;
	width: 110px;
	padding: 0px 0px 50px 25px;
}