body {
	font-family:AppleGothic, century gothic, arial, verdana, sans-serif;
	font-size:1em;
	text-align: left;
	color:#333333;
	background:#ffffff;  
	width:770px;
}
a:link{
	color: #333333;
	font-family:AppleGothic, century gothic, arial, verdana, sans-serif;
	}
a:visited{
	color: #333333;
	font-family:AppleGothic, century gothic, arial, verdana, sans-serif;
	}
a:hover{
	color: #ed1d7f;
	font-family:AppleGothic, century gothic, arial, verdana, sans-serif;
	}
a:active{
	color: #333333;
	font-family:AppleGothic, century gothic, arial, verdana, sans-serif;
	}

.headcontainer {
    padding-left: 5px;
	height: 200px;
	width: 800px;
	font-family:AppleGothic, century gothic, arial, verdana, sans-serif;
}
.headcontainer img {
	float: left;
	border: 0px;
}
.headcontainer h1 {
	font-size: 1em;
	color:#333333;
}
.headertext{
	position:relative;
	float: right;
	font-family:AppleGothic, century gothic, arial, verdana, sans-serif;
}


#bodycontainer {
  width:900px;
  heigh:225px;
}

.time {
  font-size: .8em;
  border-bottom: solid #999999;
  border-width: 1px;
  padding-top: 5px;
}

.boxes {
  border: 1px #777777 solid; 
  padding: 5px; 
  margin: 5px; 
  width: 775px;
  overflow: auto;
  float: left; 
}
.boxes a {
  text-decoration: none;
}
.todayboxes{
  border: 1px #ed1d7f solid;  
}
.footer {
  width: 770px;
  position:static;
  float: left;    padding-left:5px;
}