*
{
	margin: 0; padding: 0;
}

body
{
	text-align: center;
	font: normal 0.75em/1.5em arial,helvetica,sans-serif;
	color: #676767;
	background-color: #fff;
}

hr												{ display: none; }
.nodisplay
{ 
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

.spacer											{ display: block; clear: both; height: 1px; overflow: hidden; padding: 0; margin: -1px 0 0 0; }

img 											{ border: 0px none; }
strong, .info									{ font-weight: bold; }
a												{ color: #c70000; }
a:visited										{ color: #c70000; }
a:hover											{ color: #c70000; }

ul, ol											{ list-style: none; }
li a											{ display: block; text-decoration: none; }

p												{ margin: 0 0 1.7em 0; }

abbr											{ cursor: help; }

/* ******************** page blocks */

#page
{
	width: 760px;
	text-align: left;
	margin: 0 auto;
}

h1
{
	font-size: 100%;
	background: url(../pics/logo.gif) 10px 50% no-repeat;
	height: 120px;
}

.broadcast
{
	float: left;
	width: 380px;
}

.shop
{
	float: left;
	width: 379px;
	margin-left: 1px;
}

h2
{
	font-family: Arial Narrow,arial,helvetica,sans-serif;
	font-size: 130%;
	background-color: #f2f2f2;
	color: #757575;
	font-weight: normal;
	padding: 2.25em 15px 0.75em 15px;
	text-transform: uppercase;
	margin-bottom: 1px;
}

li
{
	background: url(../pics/dots.gif) 0 100% repeat-x;
}

li a
{
	background: url(../pics/arrow.gif) 10px 50% no-repeat;
	padding-left: 35px;
}

li a:hover
{
	background-color: #eee;
}