body{
	color:white;
	background-color:#00347a;
	font-family:arial,sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	text-align: center;
}

object, a {
	outline:none;
}

a{
	color:white;
}

img{
	border:0;
}

p{
	margin:0;
}

.left{
	float:left;
}

.right{
	float:right;
}

#page{
	width:960px;
	margin: 0px auto;
    text-align: left;
}

#content{
	background-color:#001532;
	width:960px;
	margin:0;
	float:left;
	border-bottom:1px solid #319ef3;
}

#footer{
	background-color:#00347a;
	height:30px;
	padding-top:1px;
}
#footer img{
	margin-left:5px;	
}

#footer a{
	float:right;
}

#left-col{
	width:280px;
	float:left;
	border-right:1px solid #319ef3;
}

#right-col{
	width:636px;
	margin-left:20px;
	margin-top:10px;
	float:left;
}

#clear-col{
	clear:both;
}

.panel{
	height:480px;
	overflow:auto;
}


.panel-header{
	background-color:#0043ac;
	height:22px;
}

.panel-header-back{
	background: transparent url(/images/back.gif);
	width:17px;
	height:17px;
	cursor:pointer;
	float:left;
	margin:3px;
}

.panel-header h2{
	font-size:12px;
	font-weight:bold;
	color:white;
	margin: 0 0 0 30px;
	padding:0;
	display:block;
	line-height:22px;
}

#node-list{
	padding:0 0 10px 0;
}

#node-list div{
	border-bottom:1px dashed white;
	text-align:center;
	padding:5px;
	margin:0 5px;
}

#node-list img{
	border:1px solid #1e2e45;
}

#streetlevel-object-border{
	border:1px solid #1e2e45;
	margin:0;
	padding:0;
}

#streetlevel-object-container{
	
}

#audioplayer-object-container{
	position:absolute;
}

#right-col h1{
	color:white;
	margin:0;
	font-size:18px;
	font-weight:bold;
	height:30px;
}
#streetlevel-help{
	text-align:center;
	color:white;
}