/* Style sheet for creating a drop shadow around a fixed-width
   centered area.
*/   
body {
	margin: 3px 0 0 0;
} 
.wrap {
	width: 946px;
}
.mainframe {
  width: 900px;
  margin: 0; 
  padding: 0; 
  background-color: #05D0D7; 
  /* text-align: center; */
} 
td.topleftshadow {
  height: 23px;
  background: url(dropshadow_topleft.png) right no-repeat;
}
td.topmiddleshadow {
  height: 23px;
  background: url(dropshadow_topmiddle.png) repeat-x;
}
td.toprightshadow {
  height: 23px;
  background: url(dropshadow_topright.png) left no-repeat;
}
td.leftshadow {
  width: 0px;
  background: url(dropshadow_left.png) right repeat-y;
}
td.leftspacer {
	width: 23px;
	background-color: #05D0D7;
}
td.rightspacer {
	width: 23px;
	background-color: #05D0D7;
}
td.rightshadow {
  width: 0px;
  background: url(dropshadow_right.png) left repeat-y;
}
td.bottomleftshadow {
	height: 23px;
	background: url(dropshadow_bottomleft.png) right no-repeat;
}
td.bottommiddleshadow {
	height: 23px;
	background: url(dropshadow_bottommiddle.png) repeat-x;
}
td.bottomrightshadow {
	height: 23px;
	background: url(dropshadow_bottomright.png) left no-repeat;
}
.bottomspacer {
  height: 40px; 
  text-align: center;
  font-family: "Times New Roman";
  font-style: italic;
  font-size: 12px;
  color: #888888;
}
.bottomspacer a:link, .bottomspacer a:visited {
  color: #888888;
}
.bottomspacer a:hover {
  color: #444444;
}
