html {
  height: 100%;
  background: #f8f783 url(../images/bg_grad.png) repeat-x;
}

body {
  height: 100%;
  width: 980px;
}

* html #pagespace {
  height: 100%;
}

#pagespace {
  position: relative;
  min-height: 100%;
  width: 980px;
  background: transparent url(../images/content_sides.png) repeat-y 71px 0px;
}

#header {
  height: 475px;
  padding: 0 71px;
  background: transparent url(../images/site_top.png) no-repeat;
}

#stc {
  height: 50px;
  width: 100%;
  text-align: right;
}

#news {
  float: left;
  height: 172px;
  width: 210px;
}

#calendar {
  float: right;
  height: 172px;
  width: 566px;
}

#ie_fix {
  clear: both; /* empty div element that corrects the floats in the header */
}

#quicknav {
  float: right;
  padding-top: 38px;
  line-height: 20px;
}

#quicknav ul li {
  float: left;
  padding: 0 1em;
}

#quicknav ul li.first_item {
  padding-left: 0px;
}

#quicknav ul li.last_item {
  padding-right: 0px;
}

#nav {
  clear: right;
  width: 100%;
  height: 120px;
  padding-top: 20px;
  background: transparent url(../images/ri_logo.gif) no-repeat 110px 43px;
}

#nav ul {
  padding: 0 3em;
}

#nav ul li {
  float: left;
  width: 25%;
  text-align: center;
}

#nav ul li a {
  width: 100%;
  color: #666;
  text-decoration: none;
}

#club_nav {
  width: 100%;
}

#club_nav ul {
  margin-left: 2em;
  overflow: hidden;
}

#club_nav ul li {
  float: left;
  padding: 2px 0 5px 10px;
  text-align: center;
  background: transparent url(../images/subnav.gif) no-repeat bottom left;
}

#club_nav ul li a {
  color: #0c1e63;
  padding: 2px 10px 5px 0;
  text-decoration: none;
  background: #fff url(../images/subnav.gif) no-repeat bottom right;
}

#club_nav ul li.active_page {
  background: transparent url(../images/subnav_on.gif) no-repeat bottom left;
}

#club_nav ul li.active_page a {
  color: #fff;
  background: #fff url(../images/subnav_on.gif) no-repeat bottom right;
}

#contentspace {
  margin-top: -11px;
  padding: 0 71px;
}

#bodytext {
  margin-top: -81px;
  padding: 0 6.5em 0 6.5em;
  padding-bottom: 25px;
}

.logo_spacer {
  float: right;
  width: 65px;
  height: 1em;
}

#content_start {
  display: block;
  clear: both;
  width: 100%;
  height: 1em;
}
 
#club_info {
  height: 155px;
  margin: -70px 3em 0 2em;
  padding-top: 70px;
  background: transparent url(../images/natomasrotarylogo.jpg) no-repeat;
}

#club_info_text {
  margin-left: 220px;
  border-top: solid 1px #e1ac1c;
}

#meeting_times {
  float: left;
}

#meeting_times table {
  margin-left: 0.5em;
}

#club_officers {
  float: right;
}

#club_officers ul {
  margin-right: 0.5em;
}

#footer {
  clear: both;
  position: relative;
  height: 25px;
  width: 838px;
  margin-top: -26px;
  margin-left: 71px;
}

#legal {
  height: 25px;
  border-top: solid 1px #e1ac1c;
  padding: 0 1em;
  background: #498cb3 url(../images/footer_sides.gif) repeat-y;
  line-height: 25px;
}

#copyright {
  float: left;
}

#util_links {
  float: right;
}

#util_links ul li {
  float: left;
  padding: 0 1em;
}

#util_links ul li.first_item {
  padding-left: 0px;
}

#util_links ul li.last_item {
  padding-right: 0px;
}

#members_table table {
  margin-bottom: 1em;
  border: solid 1px #666;
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
  background-color: #d7d7d7;
}

#members_table table thead {
  background-color: #e1ac1c;
  border-bottom: solid 2px #498cb3;
}

#members_table table th, #members_table table td {
  vertical-align: top;
  padding: 0.2em 0.5em 1em 0.5em;
}

#members_table table th {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: bold;
  color: #0c1e63;
}

#members_table table * a {
  color: #498cb3;
}

#community_info, #community_info ul {
  margin-bottom: 1em;
}

#community_info ul li ul li {
  margin-left: 2em;
  list-style: disc outside;
}