html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
a img { border: none; }

body {
	font-family: Myriad Pro, Verdana;
	font-size: 14px;
	color:white;
	background: url('./bgx.png') repeat top center #000000;
}

a {
	color:white;
	text-decoration:none;
}

#navbar {
	position:relative;
	padding-left:40px;
	width:900px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}
#navbar a {
	white-space:nowrap;
	color:white;
	display:block;
	float:left;
	width:12%;
	margin-right:auto;
	margin-left:auto;
	font-size:14px;
	text-align:center;
	margin-top:10px;
	-webkit-text-stroke:1px #eee;
}
#navbar a:hover {
	text-decoration:underline;
}
#navbar a img {
	margin-top:-7px;
}

#page {
	clear:both;
}
#widget {
	margin-left:auto;
	margin-right:auto;
	width: 548px;
	height: 400px;
}

#cols {
	clear:both;
	width:905px;
	margin-left:auto;
	margin-right:auto;
}

.col {
	padding:5px;
	position:relative;
	float:left;
	width:291px;
}

.col div {
	margin:5px;
	padding-bottom:5px;
	position:relative;
	font-weight:thin;
}

.art {
	width:35px;
	height:35px;
	vertical-align:top;
	float:left;
	padding-right:5px;
}

.button {
	margin-bottom:2px;
	width:300px;
	float:left;
}
.button img {
	vertical-align:middle;
}

#buttons a {
	display:block;
	margin-bottom:2px;
	width:300px;
	float:left;
	color:white;
}
#buttons a img {
	vertical-align:middle;
}
#buttons a:hover span {
	text-decoration:underline;
}
#buttons a .B {
	display:none;
}
#buttons a:active .B {
	display:inline;
}
#buttons a .bi {
	display:inline;
}
#buttons a:active .bi {
	display:none;
}

#buttons {
	margin-left:auto;
	margin-right:auto;
	padding:3px;
	position:relative;
	width:900px;
	height:108px;
}

.label {
	position:absolute;
	top:5px;
	left:35px;
}
#station {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	padding: 5px;
	width: 898px;
	height: 60px;
}

#station h1 {
	font-weight: normal;
	font-size: 18px;
	width:400px;
}
	
#market {
	font-weight: normal;
	font-size: 14px;
	color: #ababab;
}
#station .bb {
	font-size:24px;
}

.bb {
	background-color:black;
}

#footer {
	clear: both;
	padding: 10px;
	text-align: center;
	width: 880px;
	margin: 0 auto 0 auto;
  font-size: 10px;
}


