@charset "utf-8";

  body {
	  background-color:black;
	  padding-top:5px;
	  font-family:Arial, Helvetica, sans-serif;
  }
  
  a	{
	  color:red;  
  }
  
  a:hover	{
	  color: #600  
  }
  
  #content	{
	  padding:20px 20px 0px 0px;
	  background-image:url('sambaman.gif');
	  background-repeat:no-repeat;
	  background-position: 43px 88px;
	  background-color:#CC3333;
  }

  #sidenav td	{
	  padding:0;
	  margin:0;
	  background-color:black;
  }

  #bulletins	{
	 width: 400px;
	 float:right;
	 background-color:black;
	 border:solid white 2px;
	 padding: 5px;
	 margin:5px;
	 font-family:"Bodoni MT Black"
  }
  
  #schedules	{
	 background-color:white;
	 text-align:center;
  }
  
  #proshop	{
	 background-color:white;
	 text-align:center;
	 font-family:"Tw Cen MT"
  }
  
  #schedules a {
	color: #006699;
  }

  #fees	{
	 width: 400px;
	 float:right;
	 background-color:black;
	 color:white;
	 border:solid white 2px;
	 padding: 5px;
	 margin:5px;
	 text-align:center;
  }

  #events	{
	 width: 400px;
	 float:right;
	 background-color:black;
	 border:solid white 2px;
	 padding: 5px;
	 margin:5px;
	 font-family:"Bodoni MT Black"
  }

  #headline	{
	color:white;
	font-size:22px;
	font-weight:bold;
	padding-left: 60px;
  }
  
  #bulletins h2	{
	  font-size:22px;
	  padding-left: 25px;
	  color:red;
	  margin-bottom: 0;
  }

  #bulletins ul	{
	  margin-top: 0;
  } 

  #bulletins li	{
	  color:yellow;
	  font-family:"Comic Sans MS", cursive;
	  font-size:14px;
  }  

  #events ul	{
	  margin-top: 0;
  } 

  #events li	{
	  color:yellow;
	  font-family:"Comic Sans MS", cursive;
	  font-size:14px;
  }
  
  #events p	{
	  color:lime;
	  padding-left: 20px;
  }
  #bulletins .dates	{
	  color:white;
  }

  #bulletins p	{
	  color:lime;
	  text-align:center;
  }
  
  #rightcolumn	{
	  background-color:white;
	  width:23%;
	  text-align:center;
  }
  
  #rightcolumn h2 {
	  margin-bottom: 0;
  }
  
  #rightcolumn h3 {
	  margin-bottom: 5px;
  }
  
  #rightcolumn h4 {
	  margin-top: 0;
  }
  
  #rightcolumn ul {
	  text-align:left;
	  margin-top: 0;
	  padding-left:80px;
	  font-weight:bold;
	  font-size:12px;
  }
  
  #rightcolumn .times {
	  font-weight:bold;
	  font-size: 18px;
	  color:#CC3333;
  }
  
  #rightcolumn .details {
	  font-weight:bold;
	  font-size: 12px;
  }
  
  #directions {
	  font-size:12px;
  }
  
  #directions a {
	  color:blue;
  }