body {
	margin:0;
/* 	font: 62.5%/2.2em "Georgia", Tahoma, Verdana, Arial, Helvetica, sans-serif; */
  font: 95% Palatino Linotype;

	color: #4b4942;
	background: #fff;
}
ul {
  margin-top: 2px;
  margin-bottom: 0px;
}
a {
  color: #09c;
  text-decoration: none;
}

a:hover{
  color: #c3c;
  text-decoration: none;
}
.video {
background: #FFF url('images/dot_lights.gif') repeat-x bottom left;
}
/* Header Items */
.titlepic {
  padding:15px 0px 5px 0px;;
}
.header {
  background: #FFF url('images/dot_lights.gif') repeat-x bottom left;
  width:800px;
  height: 75px;
}
.menu {
  background-color: #ccc;
  background: #FFF url('images/dot_lights.gif') repeat-x bottom left;
  width:800px;
  height: 1.8em;
  margin:0px;
  
  
}
#navcontainer {
  float: right;
  height: 1.6em;
  margin:0px;
  padding:0px;
}
/* #navlist li
{
display: inline;
list-style-type: none;
padding-left  : 20px;
padding-top: 0px;
padding-bottom: 0px;
 
} */
 */

/* Menu */ 
 #navcontainer ul
{
list-style-type: none;
}

#navcontainer ul li { 
  display: inline;
}

#navcontainer ul li a
{
text-decoration: none;
padding: .7em 1em .2em 1em;
color:#c3c;


}


#navcontainer ul li a:hover {
  /* font-weight: bold; */
/*   background-color: #fff; */
  color: #09c;
}
#navcontainer ul li a:visited
{
color:#c9f;
}
/* Video Boxes */

div.float {
  float: left;
  /* background-color: #09c; */
  margin-right: 20px;
  margin-top: 20px;
 border-right: 1px solid #09c; 
 border-top: 1px solid #09c;
  border-left: 1px solid #09c;
  background: #FFF url('images/dot_lights.gif') repeat-x bottom left;
}
div.float_desc {
  float: left;
  /* background-color: #09c; */
  margin-right: 20px;
  margin-top: 20px;
}
div.float_vid {
  float: left;
  /* background-color: #09c; */
  margin-right: 20px;
  margin-top: 20px;
  background: #09c;
  padding:1px;  
}
  
div.float p {
   text-align: center; 
}

div.container {
  padding-left: 12px;
  padding-top: 12px;
  padding-right: 0px;
  /* border: 1px solid #ccc; */
  width: 800px;  
}

div.spacer {
  clear: both;
}

.title {
  font-family: Arial Black;
  text-decoration: none;
  word-spacing: normal;
  text-align: left;
  letter-spacing: -1px;
  line-height: 1.4em;
  font-size: 1.2em;
  color: #09c;
  padding:5px;
}
.date {
  font-size: .7em;
  color: #999 ;
  padding:5px;
}
.venue {
 /*  font-size: .7em; */
/*   color: #999 ; */
  padding:5px;
}

.footer {
background: #FFF url('images/dot_lights.gif') repeat-x top left;
font-size: .8em;
padding-top: 10px;
  width:800px;
  height: 25px;
}