body{
	font-family: Verdana;
	font-size: 8pt;
	background: #000;
	color: #666;
}

#canvas{
	width: 100%;
	margin: 0 auto;
}

#header{
	background: #333;
	background-image: url('../images/header-tile.jpg');
	background-repeat: repeat-x;
}

#primary-banner{
	float:center;
	margin-top:0px;
	margin-left:0px;
}

#freestuff-banner{
	float:center;
	margin-top:0px;
	margin-left:0px;
}

#quick_search{
	float: right;
	color: #fff;
	padding:10px;
}

#content{
	clear:both;
	color: #eee;
}

.content_panel{
	background: #fff;
	color: #222;
	margin: 0 auto; 
	padding: 25px;
}

.content_panel h1{
	float:right;
	padding: 10px;
	margin: 0px;
	margin-left: 20px;
	margin-bottom: 20px;
	background: #222;
	color: #fff;
	font-size: 8pt;
	font-family: verdana;
}

.content_panel table.rowlines td{
	border-bottom: 1px dashed #eee;
}

.html_flyer_thumb{
	text-align: center;
	font-size: 7pt;
	width: 100px;
	height: 120px;
	padding: 10px;
	margin: 10px;
	float:left;
}

#nav0{
  clear: both;
  font-family: Verdana, Georgia, monospace;
  text-align: left;
  font-size: 8pt;
  color: #fff;
}

#nav0 a{
  font-weight: bold;
  display: block;
  float: left;
  padding: 2px;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #222;
}

a.nav0-on{
  background: #000;
}

a.nav0-off{
  background: none;
}

a.nav0-on:link {color: #fff; text-decoration: none; }
a.nav0-on:visited {color: #fff; text-decoration: none; }
a.nav0-on:hover {color: #f00; text-decoration: none; }

a.nav0-off:link {color: #ccc; text-decoration: none; }
a.nav0-off:visited {color: #ccc; text-decoration: none; }
a.nav0-off:hover {color: #f00; text-decoration: none; }

a:link {color: #888; text-decoration: none;}
a:visited {color: #888; text-decoration: none;}
a:hover {color: #666; text-decoration: none;}

th {text-align:left;}


#footer{
	margin-top: 10px;
	background: #333;
	background-repeat:repeat-x;
}

