#page {
  text-align: left;
  margin: 0;
  margin-left:auto;
  margin-right:auto;
  width: 780px;
  background: #FFF url(/images/left_column_background.png) repeat-y;
  color: black;
}

#header {
  position: relative;
  width: 780px;
  height: 151px;
  border-bottom: 5px solid #005c3f;
}

#navigation {
  display:none;/*
  float: left;
  width: 181px;
  display: inline;
  background-color: #f3e2a7;*/
}


#content {
  float: left;
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
}

#copy_area{
	padding:15px;
	text-align:left;
	line-height:1.2em;
}
#schedule_left{
	float:left; 
	width:340px
}
#schedule_right{
	float:right;
	width:340px
}
#footer {
	display:none;
  clear: both;
  width:100%;
  text-align: right;
}
#sponsored_logo{ display:none;}
