*{
	margin:0;
	padding:0;
}
body {
	background-image:url('images/jb-background.gif');
	background-repeat:repeat;
	background-position:top left;
	text-align:center;
	font-family:helvetica,arial,sans serif;
	font-size:11px;
	color:#666;
}
p {
	text-align:left;
	font-family:helvetica,arial,sans serif;
	font-size:12px;
	color:#666;
}
a {
	margin-top:10px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	letter-spacing:2pt;
}
a.internal {
	color:#666;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	letter-spacing:2pt;
	text-transform:uppercase;
	line-height:50px;
}
a.internal:hover {
	color:#663366;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color:#996699;
}
h1{
	width:208px;
	height:36px;
	float:left;
	position:relative;
	left: 135px;
	color:#bbb;
	font-weight:lighter;
	background-image:url('images/jb-logo.png');	
	background-repeat:no-repeat;
	background-position:top left;
}
h1 span{
	display:none;
}
h2{
	font-size:24px;
	font-weight:bold;
	letter-spacing:2px;
	font-size:24px;
	color:#999;
}
#header {
	width:920px;
	height:40px;
	text-align:center;
	font-weight:bold;
	font-size:13px;
	letter-spacing:3px;
}
ul#nav{
	float:right;
	text-align:right;
	width:490px;
	position:relative;
	top:15px;
	right:60px;	
}
ul#nav li{
	display:inline;
	text-transform:uppercase;
}
ul#nav li a{
	padding-left:6px;
}
.dotted{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:2px dotted #ccc;
}
#shadowBox {
	width:920px;
	height:470px;
	background-image:url('images/jb-shadow-box.png');
	position:relative; top:0px; z-index:1;
	margin:0 auto;
}
#mainContent {
	width:900px;
	height:450px;
	position:relative; top:10px; z-index:2;
	margin:0 auto;
	text-align:left;
}
#footer {
	text-align:right;
	margin-right:70px;
	margin-top:10px;
}
#distance{
	width:500px;
	border:2px solid orange;
}
#container{
	height:600px;
	width:920px;
	text-align:left;
	margin:0 auto;
	/*position:absolute;
	top:50%;
	left:15%;
	margin-top:-300px;*/
	position:relative;
	top:60px;
}
#bodyCopy {
	width:430px;
	height:450px;
	text-align:center;
	padding-top:140px;
	margin-left:10px;
}
.selectedNav {
	text-decoration:overline underline;
	color:#999;
	font-weight:bold;
	font-size:12px;
	letter-spacing:2pt;
	padding-left:6px;
	display:inline;
	text-transform:uppercase;
}