/* Stylesheet for Queen's Hillel -- © 2009 Adam Sniderman */
/* CSS for index.html */

.intro {
  position: relative;
	top: -7px;
	margin-left: 190px;
}

.calendar {
  position: relative;
  width: 315px;
  height: 450px;
  top: 10px;
  right: 0px;
  float: right;
  margin-bottom: 20px;
}

.announcements {
  position: relative;
  width: 315px;
  height: 400px;
  top: 10px;
  left: 0px;
  float: left;
  overflow: auto;
}

.links {
  position: relative;
  top: 50px;
  bottom: 0px;
  margin: auto;
  width: 655px;
  height: 100px;
}

.right {
  position: relative;
  width: 315px;
  top: 0px;
  right: 0px;
  float: right;
  font-size: 13px;
}

.left {
  position: relative;
  width: 315px;
  top: 0px;
  left: 0px;
  float: left;
  font-size: 13px;
}

.imgcenter {
	width: 655px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}